IClientRootCertificateOperations.CreateAsync Method (String, ClientRootCertificateCreateParameters, CancellationToken)
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)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<GatewayOperationResponse> CreateAsync(
string networkName,
ClientRootCertificateCreateParameters parameters,
CancellationToken cancellationToken
)
Parameters
- networkName
-
Type:
System.String
The name of the virtual network for this gateway.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters
Parameters supplied to the Upload Client Root Certificate Virtual Network Gateway operation.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<GatewayOperationResponse>A standard service response including an HTTP status code and request ID.
Show: