次の方法で共有


ClientRootCertificateListResponse クラス

定義

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

public class ClientRootCertificateListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse.ClientRootCertificate>
type ClientRootCertificateListResponse = class
    inherit AzureOperationResponse
    interface seq<ClientRootCertificateListResponse.ClientRootCertificate>
    interface IEnumerable
Public Class ClientRootCertificateListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of ClientRootCertificateListResponse.ClientRootCertificate)
継承
Microsoft.Azure.AzureOperationResponse
ClientRootCertificateListResponse
実装

コンストラクター

ClientRootCertificateListResponse()

ClientRootCertificateListResponse クラスの新しいインスタンスを初期化します。

プロパティ

ClientRootCertificates

省略可能。 クライアント ルート証明書の一覧。

メソッド

GetEnumerator()

ClientRootCertificates のシーケンスを取得します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

ClientRootCertificates のシーケンスを取得します。

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象