次の方法で共有


LogicalDatabaseTransparentDataEncryptionCollection クラス

定義

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

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

コンストラクター

LogicalDatabaseTransparentDataEncryptionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, TransparentDataEncryptionName, LogicalDatabaseTransparentDataEncryptionData, CancellationToken)

論理データベースの透過的なデータ暗号化構成を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • 操作IdTransparentDataEncryptions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, TransparentDataEncryptionName, LogicalDatabaseTransparentDataEncryptionData, CancellationToken)

論理データベースの透過的なデータ暗号化構成を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • 操作IdTransparentDataEncryptions_CreateOrUpdate
Exists(TransparentDataEncryptionName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • 操作IdTransparentDataEncryptions_Get
ExistsAsync(TransparentDataEncryptionName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • 操作IdTransparentDataEncryptions_Get
Get(TransparentDataEncryptionName, CancellationToken)

論理データベースの透過的なデータ暗号化を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • 操作IdTransparentDataEncryptions_Get
GetAll(CancellationToken)

論理データベースの透過的なデータ暗号化の一覧を取得します。

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

論理データベースの透過的なデータ暗号化の一覧を取得します。

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

論理データベースの透過的なデータ暗号化を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • 操作IdTransparentDataEncryptions_Get
GetIfExists(TransparentDataEncryptionName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • 操作IdTransparentDataEncryptions_Get
GetIfExistsAsync(TransparentDataEncryptionName, CancellationToken)

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<LogicalDatabaseTransparentDataEncryptionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<LogicalDatabaseTransparentDataEncryptionResource>.GetEnumerator()

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

適用対象