Partager via


ManagedNetworkFabricExtensions.GetNetworkFabricIPExtendedCommunities Méthode

Définition

Surcharges

GetNetworkFabricIPExtendedCommunities(ResourceGroupResource)

Obtient une collection de NetworkFabricIPExtendedCommunityResources dans resourceGroupResource.

GetNetworkFabricIPExtendedCommunities(SubscriptionResource, CancellationToken)

Implémente la liste IpExtendedCommunities par la méthode GET d’abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities
  • IdIpExtendedCommunities_ListBySubscription d’opération

GetNetworkFabricIPExtendedCommunities(ResourceGroupResource)

Obtient une collection de NetworkFabricIPExtendedCommunityResources dans resourceGroupResource.

public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityCollection GetNetworkFabricIPExtendedCommunities (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetNetworkFabricIPExtendedCommunities : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityCollection
<Extension()>
Public Function GetNetworkFabricIPExtendedCommunities (resourceGroupResource As ResourceGroupResource) As NetworkFabricIPExtendedCommunityCollection

Paramètres

resourceGroupResource
ResourceGroupResource

Instance ResourceGroupResource sur laquelle la méthode s’exécute.

Retours

Objet représentant une collection de NetworkFabricIPExtendedCommunityResources et leurs opérations sur un NetworkFabricIPExtendedCommunityResource.

S’applique à

GetNetworkFabricIPExtendedCommunities(SubscriptionResource, CancellationToken)

Implémente la liste IpExtendedCommunities par la méthode GET d’abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities
  • IdIpExtendedCommunities_ListBySubscription d’opération
public static Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityResource> GetNetworkFabricIPExtendedCommunities (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricIPExtendedCommunities : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityResource>
<Extension()>
Public Function GetNetworkFabricIPExtendedCommunities (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkFabricIPExtendedCommunityResource)

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 NetworkFabricIPExtendedCommunityResource service pour itérer.

S’applique à