次の方法で共有


GlobalRulestackFqdnCollection クラス

定義

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

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

コンストラクター

GlobalRulestackFqdnCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, GlobalRulestackFqdnData, CancellationToken)

FqdnListGlobalRulestackResource を作成する

  • 要求パス/プロバイダー/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/fqdnlists/{name}
  • 操作IdFqdnListGlobalRulestack_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GlobalRulestackFqdnData, CancellationToken)

FqdnListGlobalRulestackResource を作成する

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

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

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

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

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

FqdnListGlobalRulestackResource を取得する

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

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

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

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

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

FqdnListGlobalRulestackResource を取得する

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<GlobalRulestackFqdnResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<GlobalRulestackFqdnResource>.GetEnumerator()

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

適用対象