Freigeben über


ManagedNetworkFabricExtensions.GetNetworkFabricInternetGatewayRules Methode

Definition

Überlädt

GetNetworkFabricInternetGatewayRules(ResourceGroupResource)

Ruft eine Auflistung von NetworkFabricInternetGatewayRuleResources in resourceGroupResource ab.

GetNetworkFabricInternetGatewayRules(SubscriptionResource, CancellationToken)

Listet alle Internet gateway-Regeln im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules
  • Vorgangs-IdInternetGatewayRules_ListBySubscription

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.

Gilt für: