ManagedNetworkFabricExtensions.GetNetworkFabricInternetGateways Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetNetworkFabricInternetGateways(ResourceGroupResource) |
Obtient une collection de NetworkFabricInternetGatewayResources dans resourceGroupResource. |
GetNetworkFabricInternetGateways(SubscriptionResource, CancellationToken) |
Affiche la liste des passerelles Internet par méthode GET d’abonnement.
|
GetNetworkFabricInternetGateways(ResourceGroupResource)
Obtient une collection de NetworkFabricInternetGatewayResources dans resourceGroupResource.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayCollection GetNetworkFabricInternetGateways (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetNetworkFabricInternetGateways : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayCollection
<Extension()>
Public Function GetNetworkFabricInternetGateways (resourceGroupResource As ResourceGroupResource) As NetworkFabricInternetGatewayCollection
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
Retours
Objet représentant une collection de NetworkFabricInternetGatewayResources et leurs opérations sur un NetworkFabricInternetGatewayResource.
S’applique à
GetNetworkFabricInternetGateways(SubscriptionResource, CancellationToken)
Affiche la liste des passerelles Internet par méthode GET d’abonnement.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGateways
- IdInternetGateways_ListBySubscription d’opération
public static Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayResource> GetNetworkFabricInternetGateways (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricInternetGateways : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayResource>
<Extension()>
Public Function GetNetworkFabricInternetGateways (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkFabricInternetGatewayResource)
Paramètres
- subscriptionResource
- SubscriptionResource
Instance SubscriptionResource sur laquelle la méthode s’exécute.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de qui peut nécessiter plusieurs demandes de NetworkFabricInternetGatewayResource service pour itérer.