次の方法で共有


LongTermRetentionPolicyCollection クラス

定義

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

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

コンストラクター

LongTermRetentionPolicyCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, LongTermRetentionPolicyName, LongTermRetentionPolicyData, CancellationToken)

データベースの長期保持ポリシーを設定します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/backupLongTermRetentionPolicies/{policyName}
  • 操作IdLongTermRetentionPolicies_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, LongTermRetentionPolicyName, LongTermRetentionPolicyData, CancellationToken)

データベースの長期保持ポリシーを設定します。

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

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

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

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

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

データベースの長期保持ポリシーを取得します。

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

データベースの長期保持ポリシーを取得します。

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

データベースの長期保持ポリシーを取得します。

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

データベースの長期保持ポリシーを取得します。

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<LongTermRetentionPolicyResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<LongTermRetentionPolicyResource>.GetEnumerator()

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

適用対象