ClientRootCertificateOperationsExtensions.CreateAsync 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)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
<ExtensionAttribute> Public Shared Function CreateAsync ( operations As IClientRootCertificateOperations, networkName As String, parameters As ClientRootCertificateCreateParameters ) As Task(Of GatewayOperationResponse)
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: System.Threading.Tasks.Task(Of GatewayOperationResponse)A standard service response including an HTTP status code and request ID.
Show: