次の方法で共有


ResourceGroupLongTermRetentionBackupCollection クラス

定義

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

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

コンストラクター

ResourceGroupLongTermRetentionBackupCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • 操作IdLongTermRetentionBackups_GetByResourceGroup
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • 操作IdLongTermRetentionBackups_GetByResourceGroup
Get(String, CancellationToken)

長期保有バックアップを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • 操作IdLongTermRetentionBackups_GetByResourceGroup
GetAll(Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

データベースのすべての長期保有バックアップを一覧表示します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups
  • 操作IdLongTermRetentionBackups_ListByResourceGroupDatabase
GetAllAsync(Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

データベースのすべての長期保有バックアップを一覧表示します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups
  • 操作IdLongTermRetentionBackups_ListByResourceGroupDatabase
GetAsync(String, CancellationToken)

長期保有バックアップを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • 操作IdLongTermRetentionBackups_GetByResourceGroup
GetIfExists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • 操作IdLongTermRetentionBackups_GetByResourceGroup
GetIfExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • 操作IdLongTermRetentionBackups_GetByResourceGroup
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ResourceGroupLongTermRetentionBackupResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ResourceGroupLongTermRetentionBackupResource>.GetEnumerator()

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

適用対象