Share via


NetworkFabricNeighborGroupCollection.Get(String, CancellationToken) Method

Definition

Gets the Neighbor Group.

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

Parameters

neighborGroupName
String

Name of the Neighbor Group.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

neighborGroupName is null.

Applies to