ClientRootCertificateOperationsExtensions.List 方法 (IClientRootCertificateOperations, String)

 

列出客户端根证书操作返回的所有客户端列表与在 Azure 中指定的虚拟网络相关联的根证书。 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Network
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

语法

public static ClientRootCertificateListResponse List(
    this IClientRootCertificateOperations operations,
    string networkName
)
public:
[ExtensionAttribute]
static ClientRootCertificateListResponse^ List(
    IClientRootCertificateOperations^ operations,
    String^ networkName
)
static member List : 
        operations:IClientRootCertificateOperations *
        networkName:string -> ClientRootCertificateListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IClientRootCertificateOperations,
    networkName As String
) As ClientRootCertificateListResponse

参数

  • networkName
    Type: System.String

    必需。 此网关的虚拟网络的的名称。

返回值

Type: Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse

列出客户端根证书操作的响应。

请参阅

ClientRootCertificateOperationsExtensions 类
Microsoft.WindowsAzure.Management.Network 命名空间

返回页首