ClientRootCertificateOperationsExtensions.CreateAsync Method (IClientRootCertificateOperations, String, ClientRootCertificateCreateParameters)
The Upload Client Root Certificate operation is used to upload a new client root certificate to Azure. (see https://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)
Syntax
public static Task<GatewayOperationResponse> CreateAsync(
this IClientRootCertificateOperations operations,
string networkName,
ClientRootCertificateCreateParameters parameters
)
public:
[ExtensionAttribute]
static Task<GatewayOperationResponse^>^ CreateAsync(
IClientRootCertificateOperations^ operations,
String^ networkName,
ClientRootCertificateCreateParameters^ parameters
)
static member CreateAsync :
operations:IClientRootCertificateOperations *
networkName:string *
parameters:ClientRootCertificateCreateParameters -> Task<GatewayOperationResponse>
<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.IClientRootCertificateOperationsReference to the Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
networkName
Type: System.StringRequired. The name of the virtual network for this gateway.
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParametersRequired. Parameters supplied to the Upload Client Root Certificate Virtual Network Gateway operation.
Return Value
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
ClientRootCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top