NgfwExtensions.GetLocalRulestacks Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetLocalRulestacks(ResourceGroupResource) |
Ruft eine Auflistung von LocalRulestackResources in resourceGroupResource ab. |
GetLocalRulestacks(SubscriptionResource, CancellationToken) |
Auflisten von LocalRulestackResource-Ressourcen nach Abonnement-ID
|
GetLocalRulestacks(ResourceGroupResource)
Ruft eine Auflistung von LocalRulestackResources in resourceGroupResource ab.
public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackCollection GetLocalRulestacks (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetLocalRulestacks : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackCollection
<Extension()>
Public Function GetLocalRulestacks (resourceGroupResource As ResourceGroupResource) As LocalRulestackCollection
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance, für den die Methode ausgeführt wird.
Gibt zurück
Ein Objekt, das die Auflistung von LocalRulestackResources und deren Vorgänge über eine LocalRulestackResource darstellt.
Gilt für:
GetLocalRulestacks(SubscriptionResource, CancellationToken)
Auflisten von LocalRulestackResource-Ressourcen nach Abonnement-ID
- Request Path/subscriptions/{subscriptionId}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks
- Vorgang IdLocalRulestacks_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource> GetLocalRulestacks (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetLocalRulestacks : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource>
<Extension()>
Public Function GetLocalRulestacks (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LocalRulestackResource)
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance, für den die Methode ausgeführt wird.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine Sammlung von, bei der LocalRulestackResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.