Share via


NetworkFabricIPExtendedCommunityResource.Get(CancellationToken) Method

Definition

Implements IP Extended Community GET method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}
  • Operation Id: IpExtendedCommunities_Get
public virtual Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkFabricIPExtendedCommunityResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to