ClientRootCertificateOperationsExtensions.Create Method (IClientRootCertificateOperations, String, ClientRootCertificateCreateParameters)

 

The Upload Client Root Certificate operation is used to upload a new client root certificate to Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205129.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

public static GatewayOperationResponse Create(
	this IClientRootCertificateOperations operations,
	string networkName,
	ClientRootCertificateCreateParameters parameters
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.

networkName
Type: System.String

Required. The name of the virtual network for this gateway.

parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters

Required. Parameters supplied to the Upload Client Root Certificate Virtual Network Gateway operation.

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse

A standard service response including an HTTP status code and request ID.

Return to top
Show: