次の方法で共有


GovernanceRuleCollection クラス

定義

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

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

コンストラクター

GovernanceRuleCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, GovernanceRuleData, CancellationToken)

特定のスコープに対するガバナンス 規則を作成または更新します

  • 要求パス/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}
  • 操作IdGovernanceRules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GovernanceRuleData, CancellationToken)

特定のスコープに対するガバナンス 規則を作成または更新します

  • 要求パス/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}
  • 操作IdGovernanceRules_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}
  • 操作IdGovernanceRules_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}
  • 操作IdGovernanceRules_Get
Get(String, CancellationToken)

ruleId によって要求されたスコープの特定のガバナンス 規則を取得する

  • 要求パス/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}
  • 操作IdGovernanceRules_Get
GetAll(CancellationToken)

スコープに関連するすべてのガバナンス ルールの一覧を取得する

  • 要求パス/{scope}/providers/Microsoft.Security/governanceRules
  • 操作IdGovernanceRules_List
GetAllAsync(CancellationToken)

スコープに関連するすべてのガバナンス ルールの一覧を取得する

  • 要求パス/{scope}/providers/Microsoft.Security/governanceRules
  • 操作IdGovernanceRules_List
GetAsync(String, CancellationToken)

ruleId によって要求されたスコープの特定のガバナンス 規則を取得する

  • 要求パス/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}
  • 操作IdGovernanceRules_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<GovernanceRuleResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<GovernanceRuleResource>.GetEnumerator()

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

適用対象