ClientRootCertificateListResponse クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアント ルート証明書の一覧表示操作の応答。
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.AzureOperationResponseClientRootCertificateListResponse
- 実装
コンストラクター
ClientRootCertificateListResponse() |
ClientRootCertificateListResponse クラスの新しいインスタンスを初期化します。 |
プロパティ
ClientRootCertificates |
省略可能。 クライアント ルート証明書の一覧。 |
メソッド
GetEnumerator() |
ClientRootCertificates のシーケンスを取得します。 |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
ClientRootCertificates のシーケンスを取得します。 |
拡張メソッド
ToCommaSeparatedString<T>(IEnumerable<T>) |
コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET