次の方法で共有


WebSiteSlotCollection クラス

定義

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

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

コンストラクター

WebSiteSlotCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, WebSiteData, CancellationToken)

[説明] 既存のリソース グループに新しい Web、モバイル、または API アプリを作成するか、既存のアプリを更新します。

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

[説明] 既存のリソース グループに新しい Web、モバイル、または API アプリを作成するか、既存のアプリを更新します。

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

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

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

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

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

[説明] Web、モバイル、または API アプリの詳細を取得します。

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

の説明 アプリのデプロイ スロットを取得します。

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

の説明 アプリのデプロイ スロットを取得します。

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

[説明] Web、モバイル、または API アプリの詳細を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<WebSiteSlotResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<WebSiteSlotResource>.GetEnumerator()

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

適用対象