ManagedNetworkFabricExtensions.GetNetworkFabricNeighborGroupAsync Method

Definition

Gets the Neighbor Group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}
  • Operation Id: NeighborGroups_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupResource>> GetNetworkFabricNeighborGroupAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string neighborGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricNeighborGroupAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupResource>>
<Extension()>
Public Function GetNetworkFabricNeighborGroupAsync (resourceGroupResource As ResourceGroupResource, neighborGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkFabricNeighborGroupResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

neighborGroupName
String

Name of the Neighbor Group.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or neighborGroupName is null.

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

Applies to