次の方法で共有


ExtendedServerBlobAuditingPolicyCollection クラス

定義

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

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

コンストラクター

ExtendedServerBlobAuditingPolicyCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, BlobAuditingPolicyName, ExtendedServerBlobAuditingPolicyData, CancellationToken)

拡張サーバーの BLOB 監査ポリシーを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/extendedAuditingSettings/{blobAuditingPolicyName}
  • 操作IdExtendedServerBlobAuditingPolicies_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, BlobAuditingPolicyName, ExtendedServerBlobAuditingPolicyData, CancellationToken)

拡張サーバーの BLOB 監査ポリシーを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/extendedAuditingSettings/{blobAuditingPolicyName}
  • 操作IdExtendedServerBlobAuditingPolicies_CreateOrUpdate
Exists(BlobAuditingPolicyName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/extendedAuditingSettings/{blobAuditingPolicyName}
  • 操作IdExtendedServerBlobAuditingPolicies_Get
ExistsAsync(BlobAuditingPolicyName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/extendedAuditingSettings/{blobAuditingPolicyName}
  • 操作IdExtendedServerBlobAuditingPolicies_Get
Get(BlobAuditingPolicyName, CancellationToken)

拡張サーバーの BLOB 監査ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/extendedAuditingSettings/{blobAuditingPolicyName}
  • 操作IdExtendedServerBlobAuditingPolicies_Get
GetAll(CancellationToken)

サーバーの拡張監査設定を一覧表示します。

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

サーバーの拡張監査設定を一覧表示します。

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

拡張サーバーの BLOB 監査ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/extendedAuditingSettings/{blobAuditingPolicyName}
  • 操作IdExtendedServerBlobAuditingPolicies_Get
GetIfExists(BlobAuditingPolicyName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/extendedAuditingSettings/{blobAuditingPolicyName}
  • 操作IdExtendedServerBlobAuditingPolicies_Get
GetIfExistsAsync(BlobAuditingPolicyName, CancellationToken)

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ExtendedServerBlobAuditingPolicyResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ExtendedServerBlobAuditingPolicyResource>.GetEnumerator()

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

適用対象