次の方法で共有


SiteConfigSnapshotCollection クラス

定義

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

public class SiteConfigSnapshotCollection : Azure.ResourceManager.ArmCollection
type SiteConfigSnapshotCollection = class
    inherit ArmCollection
Public Class SiteConfigSnapshotCollection
Inherits ArmCollection
継承
SiteConfigSnapshotCollection

コンストラクター

SiteConfigSnapshotCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

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

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

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

説明: 前の時点でのアプリの構成のスナップショットを取得します。

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

説明: 前の時点でのアプリの構成のスナップショットを取得します。

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

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

(継承元 ArmCollection)

適用対象