次の方法で共有


SiteRecoveryAlertCollection クラス

定義

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

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

コンストラクター

SiteRecoveryAlertCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SiteRecoveryAlertCreateOrUpdateContent, CancellationToken)

電子メール通知 (アラート) 構成を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}
  • 操作IdReplicationAlertSettings_Create
CreateOrUpdateAsync(WaitUntil, String, SiteRecoveryAlertCreateOrUpdateContent, CancellationToken)

電子メール通知 (アラート) 構成を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}
  • 操作IdReplicationAlertSettings_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}
  • 操作IdReplicationAlertSettings_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}
  • 操作IdReplicationAlertSettings_Get
Get(String, CancellationToken)

指定した電子メール通知 (アラート) 構成の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}
  • 操作IdReplicationAlertSettings_Get
GetAll(CancellationToken)

コンテナーの電子メール通知 (アラート) 構成の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings
  • 操作IdReplicationAlertSettings_List
GetAllAsync(CancellationToken)

コンテナーの電子メール通知 (アラート) 構成の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings
  • 操作IdReplicationAlertSettings_List
GetAsync(String, CancellationToken)

指定した電子メール通知 (アラート) 構成の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}
  • 操作IdReplicationAlertSettings_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}
  • 操作IdReplicationAlertSettings_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}
  • 操作IdReplicationAlertSettings_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SiteRecoveryAlertResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SiteRecoveryAlertResource>.GetEnumerator()

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

適用対象