次の方法で共有


SubscriptionLongTermRetentionBackupCollection クラス

定義

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

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

コンストラクター

SubscriptionLongTermRetentionBackupCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SubscriptionLongTermRetentionBackupResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SubscriptionLongTermRetentionBackupResource>.GetEnumerator()

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

適用対象