Freigeben über


GlobalRulestackPrefixCollection Klasse

Definition

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

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

Konstruktoren

GlobalRulestackPrefixCollection()

Initialisiert eine neue instance der GlobalRulestackPrefixCollection -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, GlobalRulestackPrefixData, CancellationToken)

Erstellen einer PrefixListGlobalRulestackResource

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/prefixlists/{name}
  • Vorgang IdPrefixListGlobalRulestack_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GlobalRulestackPrefixData, CancellationToken)

Erstellen einer PrefixListGlobalRulestackResource

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

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

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

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

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

Abrufen einer PrefixListGlobalRulestackResource

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

List PrefixListGlobalRulestackResource-Ressourcen nach Mandant

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/prefixlists
  • Vorgang IdPrefixListGlobalRulestack_List
GetAllAsync(CancellationToken)

List PrefixListGlobalRulestackResource-Ressourcen nach Mandant

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/prefixlists
  • Vorgang IdPrefixListGlobalRulestack_List
GetAsync(String, CancellationToken)

Abrufen einer PrefixListGlobalRulestackResource

  • Request Path/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/prefixlists/{name}
  • Vorgang IdPrefixListGlobalRulestack_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<GlobalRulestackPrefixResource>.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<GlobalRulestackPrefixResource>.GetEnumerator()

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

Gilt für: