ManagedInstanceEncryptionProtectorCollection クラス

定義

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

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

コンストラクター

ManagedInstanceEncryptionProtectorCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, EncryptionProtectorName, ManagedInstanceEncryptionProtectorData, CancellationToken)

既存の暗号化保護機能を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdManagedInstanceEncryptionProtectors_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, EncryptionProtectorName, ManagedInstanceEncryptionProtectorData, CancellationToken)

既存の暗号化保護機能を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdManagedInstanceEncryptionProtectors_CreateOrUpdate
Exists(EncryptionProtectorName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdManagedInstanceEncryptionProtectors_Get
ExistsAsync(EncryptionProtectorName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdManagedInstanceEncryptionProtectors_Get
Get(EncryptionProtectorName, CancellationToken)

マネージド インスタンス暗号化保護機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdManagedInstanceEncryptionProtectors_Get
GetAll(CancellationToken)

マネージド インスタンス暗号化保護機能の一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector
  • 操作IdManagedInstanceEncryptionProtectors_ListByInstance
GetAllAsync(CancellationToken)

マネージド インスタンス暗号化保護機能の一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector
  • 操作IdManagedInstanceEncryptionProtectors_ListByInstance
GetAsync(EncryptionProtectorName, CancellationToken)

マネージド インスタンス暗号化保護機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdManagedInstanceEncryptionProtectors_Get
GetIfExists(EncryptionProtectorName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdManagedInstanceEncryptionProtectors_Get
GetIfExistsAsync(EncryptionProtectorName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdManagedInstanceEncryptionProtectors_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ManagedInstanceEncryptionProtectorResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ManagedInstanceEncryptionProtectorResource>.GetEnumerator()

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

適用対象