次の方法で共有


WebSiteSlotConfigAppSettingCollection クラス

定義

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

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

コンストラクター

WebSiteSlotConfigAppSettingCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

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

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

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

[説明] アプリの構成参照と状態を取得します

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

[説明] アプリの構成参照アプリの設定と状態を取得します

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

[説明] アプリの構成参照アプリの設定と状態を取得します

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

[説明] アプリの構成参照と状態を取得します

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<WebSiteSlotConfigAppSettingResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<WebSiteSlotConfigAppSettingResource>.GetEnumerator()

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

適用対象