NetworkFabricIPCommunityCollection.Get(String, CancellationToken) Method

Definition

Implements an IP Community GET method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}
  • Operation Id: IpCommunities_Get
public virtual Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityResource> Get (string ipCommunityName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityResource>
Public Overridable Function Get (ipCommunityName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkFabricIPCommunityResource)

Parameters

ipCommunityName
String

Name of the IP Community.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

ipCommunityName is an empty string, and was expected to be non-empty.

ipCommunityName is null.

Applies to