Share via


ManagedNetworkFabricExtensions.GetNetworkFabricIPExtendedCommunities Method

Definition

Overloads

GetNetworkFabricIPExtendedCommunities(ResourceGroupResource)

Gets a collection of NetworkFabricIPExtendedCommunityResources in the ResourceGroupResource. MockingTo mock this method, please mock GetNetworkFabricIPExtendedCommunities() instead.

GetNetworkFabricIPExtendedCommunities(SubscriptionResource, CancellationToken)

Implements IpExtendedCommunities list by subscription GET method.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities
  • Operation Id: IpExtendedCommunities_ListBySubscription

GetNetworkFabricIPExtendedCommunities(ResourceGroupResource)

Source:
ManagedNetworkFabricExtensions.cs

Gets a collection of NetworkFabricIPExtendedCommunityResources in the ResourceGroupResource. MockingTo mock this method, please mock GetNetworkFabricIPExtendedCommunities() instead.

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

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of NetworkFabricIPExtendedCommunityResources and their operations over a NetworkFabricIPExtendedCommunityResource.

Exceptions

resourceGroupResource is null.

Applies to

GetNetworkFabricIPExtendedCommunities(SubscriptionResource, CancellationToken)

Source:
ManagedNetworkFabricExtensions.cs

Implements IpExtendedCommunities list by subscription GET method.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities
  • Operation Id: IpExtendedCommunities_ListBySubscription
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)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of NetworkFabricIPExtendedCommunityResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to