Share via


GlobalRulestackCollection Class

Definition

A class representing a collection of GlobalRulestackResource and their operations. Each GlobalRulestackResource in the collection will belong to the same instance of TenantResource. To get a GlobalRulestackCollection instance call the GetGlobalRulestacks method from an instance of TenantResource.

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)
Inheritance
GlobalRulestackCollection
Implements

Constructors

Name Description
GlobalRulestackCollection()

Initializes a new instance of GlobalRulestackCollection for mocking.

Properties

Name Description
Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Name Description
CreateOrUpdate(WaitUntil, String, GlobalRulestackData, CancellationToken)

Create a GlobalRulestackResource

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}.
  • Operation Id. : GlobalRulestackResources_CreateOrUpdate.
  • Default Api Version. : 2025-10-08.
CreateOrUpdateAsync(WaitUntil, String, GlobalRulestackData, CancellationToken)

Create a GlobalRulestackResource

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}.
  • Operation Id. : GlobalRulestackResources_CreateOrUpdate.
  • Default Api Version. : 2025-10-08.
Exists(String, CancellationToken)

Get a GlobalRulestackResource

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}.
  • Operation Id. : GlobalRulestackResources_Get.
  • Default Api Version. : 2025-10-08.
ExistsAsync(String, CancellationToken)

Get a GlobalRulestackResource

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}.
  • Operation Id. : GlobalRulestackResources_Get.
  • Default Api Version. : 2025-10-08.
Get(String, CancellationToken)

Get a GlobalRulestackResource

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}.
  • Operation Id. : GlobalRulestackResources_Get.
  • Default Api Version. : 2025-10-08.
GetAll(CancellationToken)

List GlobalRulestackResource resources by Tenant

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks.
  • Operation Id. : GlobalRulestackResources_List.
  • Default Api Version. : 2025-10-08.
GetAllAsync(CancellationToken)

List GlobalRulestackResource resources by Tenant

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks.
  • Operation Id. : GlobalRulestackResources_List.
  • Default Api Version. : 2025-10-08.
GetAsync(String, CancellationToken)

Get a GlobalRulestackResource

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}.
  • Operation Id. : GlobalRulestackResources_Get.
  • Default Api Version. : 2025-10-08.
GetIfExists(String, CancellationToken)

Get a GlobalRulestackResource

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}.
  • Operation Id. : GlobalRulestackResources_Get.
  • Default Api Version. : 2025-10-08.
GetIfExistsAsync(String, CancellationToken)

Get a GlobalRulestackResource

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}.
  • Operation Id. : GlobalRulestackResources_Get.
  • Default Api Version. : 2025-10-08.
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

Name Description
IAsyncEnumerable<GlobalRulestackResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<GlobalRulestackResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to