RestorableCosmosDBAccountCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
のコレクション RestorableCosmosDBAccountResource とその操作を表すクラス。 コレクション内の各 RestorableCosmosDBAccountResource は、 の同じインスタンス CosmosDBLocationResourceに属します。 インスタンスを RestorableCosmosDBAccountCollection 取得するには、 のインスタンスから GetRestorableCosmosDBAccounts メソッドを CosmosDBLocationResource呼び出します。
public class RestorableCosmosDBAccountCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.CosmosDB.RestorableCosmosDBAccountResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.RestorableCosmosDBAccountResource>
type RestorableCosmosDBAccountCollection = class
inherit ArmCollection
interface seq<RestorableCosmosDBAccountResource>
interface IEnumerable
interface IAsyncEnumerable<RestorableCosmosDBAccountResource>
Public Class RestorableCosmosDBAccountCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of RestorableCosmosDBAccountResource), IEnumerable(Of RestorableCosmosDBAccountResource)
- 継承
- 実装
コンストラクター
RestorableCosmosDBAccountCollection() |
モック作成のために クラスの RestorableCosmosDBAccountCollection 新しいインスタンスを初期化します。 |
プロパティ
Client |
このリソース クライアントの ArmClient 作成元を取得します。 (継承元 ArmCollection) |
Diagnostics |
このリソース クライアントの診断オプションを取得します。 (継承元 ArmCollection) |
Endpoint |
このリソース クライアントのベース URI を取得します。 (継承元 ArmCollection) |
Id |
リソース識別子を取得します。 (継承元 ArmCollection) |
Pipeline |
このリソース クライアントのパイプラインを取得します。 (継承元 ArmCollection) |
メソッド
Exists(Guid, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
ExistsAsync(Guid, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
Get(Guid, CancellationToken) |
既存の Azure Cosmos DB 復元可能なデータベース アカウントのプロパティを取得します。 この呼び出しには、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' アクセス許可が必要です。
|
GetAll(CancellationToken) |
リージョン内においてサブスクリプションで使用できる、すべての復元可能な Azure Cosmos DB データベース アカウントを一覧表示します。 この呼び出しには、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' アクセス許可が必要です。
|
GetAllAsync(CancellationToken) |
リージョン内においてサブスクリプションで使用できる、すべての復元可能な Azure Cosmos DB データベース アカウントを一覧表示します。 この呼び出しには、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' アクセス許可が必要です。
|
GetAsync(Guid, CancellationToken) |
既存の Azure Cosmos DB 復元可能なデータベース アカウントのプロパティを取得します。 この呼び出しには、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' アクセス許可が必要です。
|
GetIfExists(Guid, CancellationToken) |
サービスからこのリソースの詳細を取得しようとします。
|
GetIfExistsAsync(Guid, CancellationToken) |
サービスからこのリソースの詳細を取得しようとします。
|
TryGetApiVersion(ResourceType, String) |
現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。 (継承元 ArmCollection) |
明示的なインターフェイスの実装
IAsyncEnumerable<RestorableCosmosDBAccountResource>.GetAsyncEnumerator(CancellationToken) |
コレクションを非同期に反復処理する列挙子を返します。 |
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
IEnumerable<RestorableCosmosDBAccountResource>.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
適用対象
Azure SDK for .NET