次の方法で共有


ClientRootCertificateOperationsExtensions.List メソッド

定義

クライアント ルート証明書の一覧表示操作は、Azure で指定された仮想ネットワークに関連付けられているすべてのクライアント ルート証明書の一覧を返します。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx )

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

パラメーター

operations
IClientRootCertificateOperations

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

networkName
String

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

戻り値

クライアント ルート証明書の一覧表示操作の応答。

適用対象