Freigeben über


GlobalRulestackCollection Klasse

Definition

Eine Klasse, die eine Auflistung von GlobalRulestackResource und deren Vorgänge darstellt. Jedes GlobalRulestackResource in der Auflistung gehört zum gleichen instance von TenantResource. Um einen GlobalRulestackCollection instance rufen Sie die GetGlobalRulestacks-Methode aus einer instance von aufTenantResource.

public class GlobalRulestackCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackResource>
type GlobalRulestackCollection = class
    inherit ArmCollection
    interface seq<GlobalRulestackResource>
    interface IEnumerable
    interface IAsyncEnumerable<GlobalRulestackResource>
Public Class GlobalRulestackCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of GlobalRulestackResource), IEnumerable(Of GlobalRulestackResource)
Vererbung
GlobalRulestackCollection
Implementiert

Konstruktoren

GlobalRulestackCollection()

Initialisiert eine neue instance der GlobalRulestackCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, GlobalRulestackData, CancellationToken)

Erstellen einer GlobalRulestackResource

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}
  • Vorgang IdGlobalRulestack_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GlobalRulestackData, CancellationToken)

Erstellen einer GlobalRulestackResource

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}
  • Vorgang IdGlobalRulestack_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}
  • Vorgang IdGlobalRulestack_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}
  • Vorgang IdGlobalRulestack_Get
Get(String, CancellationToken)

Abrufen einer GlobalRulestackResource

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}
  • Vorgang IdGlobalRulestack_Get
GetAll(CancellationToken)

Auflisten von GlobalRulestackResource-Ressourcen nach Mandant

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks
  • Vorgang IdGlobalRulestack_List
GetAllAsync(CancellationToken)

Auflisten von GlobalRulestackResource-Ressourcen nach Mandant

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks
  • Vorgang IdGlobalRulestack_List
GetAsync(String, CancellationToken)

Abrufen einer GlobalRulestackResource

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}
  • Vorgang IdGlobalRulestack_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<GlobalRulestackResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<GlobalRulestackResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: