次の方法で共有


WebSiteSlotPublicCertificateCollection クラス

定義

のコレクション WebSiteSlotPublicCertificateResource とその操作を表すクラス。 コレクション内の各 WebSiteSlotPublicCertificateResource は、 の同じインスタンス WebSiteSlotResourceに属します。 インスタンスを WebSiteSlotPublicCertificateCollection 取得するには、 のインスタンスから GetWebSiteSlotPublicCertificates メソッドを WebSiteSlotResource呼び出します。

public class WebSiteSlotPublicCertificateCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>
type WebSiteSlotPublicCertificateCollection = class
    inherit ArmCollection
    interface seq<WebSiteSlotPublicCertificateResource>
    interface IEnumerable
    interface IAsyncEnumerable<WebSiteSlotPublicCertificateResource>
Public Class WebSiteSlotPublicCertificateCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of WebSiteSlotPublicCertificateResource), IEnumerable(Of WebSiteSlotPublicCertificateResource)
継承
WebSiteSlotPublicCertificateCollection
実装

コンストラクター

WebSiteSlotPublicCertificateCollection()

モック作成のために クラスの WebSiteSlotPublicCertificateCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, PublicCertificateData, CancellationToken)

説明: アプリのホスト名バインドを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates/{publicCertificateName}
  • 操作IdWebApps_CreateOrUpdatePublicCertificateSlot
CreateOrUpdateAsync(WaitUntil, String, PublicCertificateData, CancellationToken)

説明: アプリのホスト名バインドを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates/{publicCertificateName}
  • 操作IdWebApps_CreateOrUpdatePublicCertificateSlot
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates/{publicCertificateName}
  • 操作IdWebApps_GetPublicCertificateSlot
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates/{publicCertificateName}
  • 操作IdWebApps_GetPublicCertificateSlot
Get(String, CancellationToken)

アプリの名前付きパブリック証明書を取得する (または指定した場合はデプロイ スロット) の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates/{publicCertificateName}
  • 操作IdWebApps_GetPublicCertificateSlot
GetAll(CancellationToken)

「アプリまたはデプロイ スロットのパブリック証明書を取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates
  • 操作IdWebApps_ListPublicCertificatesSlot
GetAllAsync(CancellationToken)

「アプリまたはデプロイ スロットのパブリック証明書を取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates
  • 操作IdWebApps_ListPublicCertificatesSlot
GetAsync(String, CancellationToken)

アプリの名前付きパブリック証明書を取得する (または指定した場合はデプロイ スロット) の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates/{publicCertificateName}
  • 操作IdWebApps_GetPublicCertificateSlot
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

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

IAsyncEnumerable<WebSiteSlotPublicCertificateResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<WebSiteSlotPublicCertificateResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象