EncryptionProtectorCollection クラス

定義

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

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

コンストラクター

EncryptionProtectorCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, EncryptionProtectorName, EncryptionProtectorData, CancellationToken)

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

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

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

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

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

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

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

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

サーバー暗号化保護機能を取得します。

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

サーバー暗号化保護機能の一覧を取得します

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

サーバー暗号化保護機能の一覧を取得します

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

サーバー暗号化保護機能を取得します。

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

サービスからこのリソースの詳細の取得を試みます。

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

サービスからこのリソースの詳細の取得を試みます。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<EncryptionProtectorResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<EncryptionProtectorResource>.GetEnumerator()

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

適用対象