次の方法で共有


AdaptiveApplicationControlGroupCollection クラス

定義

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

public class AdaptiveApplicationControlGroupCollection : Azure.ResourceManager.ArmCollection
type AdaptiveApplicationControlGroupCollection = class
    inherit ArmCollection
Public Class AdaptiveApplicationControlGroupCollection
Inherits ArmCollection
継承
AdaptiveApplicationControlGroupCollection

コンストラクター

AdaptiveApplicationControlGroupCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AdaptiveApplicationControlGroupData, CancellationToken)

アプリケーション 制御マシン グループを更新する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/applicationWhitelistings/{groupName}
  • 操作IdAdaptiveApplicationControls_Put
CreateOrUpdateAsync(WaitUntil, String, AdaptiveApplicationControlGroupData, CancellationToken)

アプリケーション 制御マシン グループを更新する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/applicationWhitelistings/{groupName}
  • 操作IdAdaptiveApplicationControls_Put
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/applicationWhitelistings/{groupName}
  • 操作IdAdaptiveApplicationControls_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/applicationWhitelistings/{groupName}
  • 操作IdAdaptiveApplicationControls_Get
Get(String, CancellationToken)

アプリケーション コントロール VM/サーバー グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/applicationWhitelistings/{groupName}
  • 操作IdAdaptiveApplicationControls_Get
GetAsync(String, CancellationToken)

アプリケーション コントロール VM/サーバー グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/applicationWhitelistings/{groupName}
  • 操作IdAdaptiveApplicationControls_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象