次の方法で共有


ClientRootCertificateOperationsExtensions.CreateAsync メソッド

定義

クライアント ルート証明書のアップロード操作は、新しいクライアント ルート証明書を Azure にアップロードするために使用されます。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/dn205129.aspx してください)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters parameters);
static member CreateAsync : Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
<Extension()>
Public Function CreateAsync (operations As IClientRootCertificateOperations, networkName As String, parameters As ClientRootCertificateCreateParameters) As Task(Of GatewayOperationResponse)

パラメーター

operations
IClientRootCertificateOperations

Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations への参照。

networkName
String

必須。 このゲートウェイの仮想ネットワークの名前。

parameters
ClientRootCertificateCreateParameters

必須です。 クライアント ルート証明書のアップロード Virtual Network ゲートウェイ操作に指定されたパラメーター。

戻り値

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象