次の方法で共有


SynapseSqlPoolSecurityAlertPolicyCollection クラス

定義

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

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

コンストラクター

SynapseSqlPoolSecurityAlertPolicyCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, SqlPoolSecurityAlertPolicyName, SynapseSqlPoolSecurityAlertPolicyData, CancellationToken)

Sql プールのセキュリティ アラート ポリシーを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • 操作IdSqlPoolSecurityAlertPolicies_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, SqlPoolSecurityAlertPolicyName, SynapseSqlPoolSecurityAlertPolicyData, CancellationToken)

Sql プールのセキュリティ アラート ポリシーを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • 操作IdSqlPoolSecurityAlertPolicies_CreateOrUpdate
Exists(SqlPoolSecurityAlertPolicyName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • 操作IdSqlPoolSecurityAlertPolicies_Get
ExistsAsync(SqlPoolSecurityAlertPolicyName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • 操作IdSqlPoolSecurityAlertPolicies_Get
Get(SqlPoolSecurityAlertPolicyName, CancellationToken)

Sql プールのセキュリティ アラート ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • 操作IdSqlPoolSecurityAlertPolicies_Get
GetAll(CancellationToken)

Sql プールのセキュリティ アラート ポリシーの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies
  • 操作IdSqlPoolSecurityAlertPolicies_List
GetAllAsync(CancellationToken)

Sql プールのセキュリティ アラート ポリシーの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies
  • 操作IdSqlPoolSecurityAlertPolicies_List
GetAsync(SqlPoolSecurityAlertPolicyName, CancellationToken)

Sql プールのセキュリティ アラート ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • 操作IdSqlPoolSecurityAlertPolicies_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SynapseSqlPoolSecurityAlertPolicyResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SynapseSqlPoolSecurityAlertPolicyResource>.GetEnumerator()

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

適用対象