次の方法で共有


PreRulestackRuleCollection クラス

定義

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

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

コンストラクター

PreRulestackRuleCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, PreRulestackRuleData, CancellationToken)

PreRulesResource を作成する

  • 要求パス/プロバイダー/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules/{priority}
  • 操作IdPreRules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PreRulestackRuleData, CancellationToken)

PreRulesResource を作成する

  • 要求パス/プロバイダー/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules/{priority}
  • 操作IdPreRules_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/プロバイダー/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules/{priority}
  • 操作IdPreRules_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/プロバイダー/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules/{priority}
  • 操作IdPreRules_Get
Get(String, CancellationToken)

PreRulesResource を取得する

  • 要求パス/プロバイダー/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules/{priority}
  • 操作IdPreRules_Get
GetAll(CancellationToken)

テナント別に PreRulesResource リソースを一覧表示する

  • 要求パス/プロバイダー/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules
  • 操作IdPreRules_List
GetAllAsync(CancellationToken)

テナント別に PreRulesResource リソースを一覧表示する

  • 要求パス/プロバイダー/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules
  • 操作IdPreRules_List
GetAsync(String, CancellationToken)

PreRulesResource を取得する

  • 要求パス/プロバイダー/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules/{priority}
  • 操作IdPreRules_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<PreRulestackRuleResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<PreRulestackRuleResource>.GetEnumerator()

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

適用対象