次の方法で共有


ClientRootCertificateOperationsExtensions.Create メソッド

定義

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

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

パラメーター

operations
IClientRootCertificateOperations

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

networkName
String

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

parameters
ClientRootCertificateCreateParameters

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

戻り値

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

適用対象