ManagedNetworkFabricExtensions.GetNetworkFabricInternetGatewayRules 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
GetNetworkFabricInternetGatewayRules(ResourceGroupResource) |
Ruft eine Auflistung von NetworkFabricInternetGatewayRuleResources in resourceGroupResource ab. |
GetNetworkFabricInternetGatewayRules(SubscriptionResource, CancellationToken) |
Listet alle Internet gateway-Regeln im angegebenen Abonnement auf.
|
GetNetworkFabricInternetGatewayRules(ResourceGroupResource)
Ruft eine Auflistung von NetworkFabricInternetGatewayRuleResources in resourceGroupResource ab.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayRuleCollection GetNetworkFabricInternetGatewayRules (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetNetworkFabricInternetGatewayRules : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayRuleCollection
<Extension()>
Public Function GetNetworkFabricInternetGatewayRules (resourceGroupResource As ResourceGroupResource) As NetworkFabricInternetGatewayRuleCollection
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance die -Methode ausgeführt wird.
Gibt zurück
Ein Objekt, das die Auflistung von NetworkFabricInternetGatewayRuleResources und deren Vorgängen über eine NetworkFabricInternetGatewayRuleResource darstellt.
Gilt für:
GetNetworkFabricInternetGatewayRules(SubscriptionResource, CancellationToken)
Listet alle Internet gateway-Regeln im angegebenen Abonnement auf.
- Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules
- Vorgangs-IdInternetGatewayRules_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayRuleResource> GetNetworkFabricInternetGatewayRules (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricInternetGatewayRules : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayRuleResource>
<Extension()>
Public Function GetNetworkFabricInternetGatewayRules (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkFabricInternetGatewayRuleResource)
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance die -Methode ausgeführt wird.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine Sammlung von NetworkFabricInternetGatewayRuleResource , die mehrere Dienstanforderungen durchlaufen kann.