ServerAdvancedThreatProtectionCollection クラス

定義

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

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

コンストラクター

ServerAdvancedThreatProtectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, AdvancedThreatProtectionName, ServerAdvancedThreatProtectionData, CancellationToken)

Advanced Threat Protection 状態を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • 操作IdServerAdvancedThreatProtectionSettings_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, AdvancedThreatProtectionName, ServerAdvancedThreatProtectionData, CancellationToken)

Advanced Threat Protection 状態を作成または更新します。

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

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

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

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

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

サーバーの Advanced Threat Protection 状態を取得します。

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

サーバーの Advanced Threat Protection の状態の一覧を取得します。

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

サーバーの Advanced Threat Protection の状態の一覧を取得します。

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

サーバーの Advanced Threat Protection 状態を取得します。

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ServerAdvancedThreatProtectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ServerAdvancedThreatProtectionResource>.GetEnumerator()

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

適用対象