EncryptionProtectorCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
のコレクション 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 新しいインスタンスを初期化します。 |
プロパティ
Client |
このリソース クライアントの ArmClient 作成元を取得します。 (継承元 ArmCollection) |
Diagnostics |
このリソース クライアントの診断オプションを取得します。 (継承元 ArmCollection) |
Endpoint |
このリソース クライアントのベース URI を取得します。 (継承元 ArmCollection) |
Id |
リソース識別子を取得します。 (継承元 ArmCollection) |
Pipeline |
このリソース クライアントのパイプラインを取得します。 (継承元 ArmCollection) |
メソッド
CreateOrUpdate(WaitUntil, EncryptionProtectorName, EncryptionProtectorData, CancellationToken) |
既存の暗号化保護機能を更新します。
|
CreateOrUpdateAsync(WaitUntil, EncryptionProtectorName, EncryptionProtectorData, CancellationToken) |
既存の暗号化保護機能を更新します。
|
Exists(EncryptionProtectorName, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
ExistsAsync(EncryptionProtectorName, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
Get(EncryptionProtectorName, CancellationToken) |
サーバー暗号化保護機能を取得します。
|
GetAll(CancellationToken) |
サーバー暗号化保護機能の一覧を取得します
|
GetAllAsync(CancellationToken) |
サーバー暗号化保護機能の一覧を取得します
|
GetAsync(EncryptionProtectorName, CancellationToken) |
サーバー暗号化保護機能を取得します。
|
GetIfExists(EncryptionProtectorName, CancellationToken) |
サービスからこのリソースの詳細の取得を試みます。
|
GetIfExistsAsync(EncryptionProtectorName, CancellationToken) |
サービスからこのリソースの詳細の取得を試みます。
|
TryGetApiVersion(ResourceType, String) |
現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。 (継承元 ArmCollection) |
明示的なインターフェイスの実装
IAsyncEnumerable<EncryptionProtectorResource>.GetAsyncEnumerator(CancellationToken) |
コレクションを非同期に反復処理する列挙子を返します。 |
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
IEnumerable<EncryptionProtectorResource>.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
適用対象
Azure SDK for .NET