LocalRulestackCertificateObjectCollection クラス

定義

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

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

コンストラクター

LocalRulestackCertificateObjectCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, LocalRulestackCertificateObjectData, CancellationToken)

CertificateObjectLocalRulestackResource を作成する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/certificates/{name}
  • 操作IdCertificateObjectLocalRulestack_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, LocalRulestackCertificateObjectData, CancellationToken)

CertificateObjectLocalRulestackResource を作成する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/certificates/{name}
  • 操作IdCertificateObjectLocalRulestack_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/certificates/{name}
  • 操作IdCertificateObjectLocalRulestack_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/certificates/{name}
  • 操作IdCertificateObjectLocalRulestack_Get
Get(String, CancellationToken)

CertificateObjectLocalRulestackResource を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/certificates/{name}
  • 操作IdCertificateObjectLocalRulestack_Get
GetAll(CancellationToken)

CertificateObjectLocalRulestackResource リソースを LocalRulestacks で一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/certificates
  • 操作IdCertificateObjectLocalRulestack_ListByLocalRulestacks
GetAllAsync(CancellationToken)

CertificateObjectLocalRulestackResource リソースを LocalRulestacks で一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/certificates
  • 操作IdCertificateObjectLocalRulestack_ListByLocalRulestacks
GetAsync(String, CancellationToken)

CertificateObjectLocalRulestackResource を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/certificates/{name}
  • 操作IdCertificateObjectLocalRulestack_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<LocalRulestackCertificateObjectResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<LocalRulestackCertificateObjectResource>.GetEnumerator()

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

適用対象