ManagedNetworkFabricExtensions.GetNetworkPacketBrokers 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
GetNetworkPacketBrokers(ResourceGroupResource) |
Obtient une collection de NetworkPacketBrokerResources dans ResourceGroupResource. |
GetNetworkPacketBrokers(SubscriptionResource, CancellationToken) |
Affiche la liste des répartiteurs de paquets réseau par méthode GET d’abonnement.
|
GetNetworkPacketBrokers(ResourceGroupResource)
Obtient une collection de NetworkPacketBrokerResources dans ResourceGroupResource.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkPacketBrokerCollection GetNetworkPacketBrokers (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetNetworkPacketBrokers : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ManagedNetworkFabric.NetworkPacketBrokerCollection
<Extension()>
Public Function GetNetworkPacketBrokers (resourceGroupResource As ResourceGroupResource) As NetworkPacketBrokerCollection
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
Retours
Objet représentant une collection de NetworkPacketBrokerResources et leurs opérations sur un NetworkPacketBrokerResource.
S’applique à
GetNetworkPacketBrokers(SubscriptionResource, CancellationToken)
Affiche la liste des répartiteurs de paquets réseau par méthode GET d’abonnement.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers
- IdNetworkPacketBrokers_ListBySubscription d’opération
public static Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkPacketBrokerResource> GetNetworkPacketBrokers (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkPacketBrokers : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkPacketBrokerResource>
<Extension()>
Public Function GetNetworkPacketBrokers (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkPacketBrokerResource)
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 NetworkPacketBrokerResource service pour itérer.