次の方法で共有


SiteSlotDeploymentCollection クラス

定義

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

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

コンストラクター

SiteSlotDeploymentCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, WebAppDeploymentData, CancellationToken)

「アプリまたはデプロイ スロットのデプロイを作成する」の説明。

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

「アプリまたはデプロイ スロットのデプロイを作成する」の説明。

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

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

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

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

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

「アプリの ID またはデプロイ スロットでデプロイを取得する」の説明。

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

「アプリまたはデプロイ スロットのデプロイを一覧表示する」の説明。

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

「アプリまたはデプロイ スロットのデプロイを一覧表示する」の説明。

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

「アプリの ID またはデプロイ スロットでデプロイを取得する」の説明。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SiteSlotDeploymentResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SiteSlotDeploymentResource>.GetEnumerator()

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

適用対象