ManagedNetworkFabricExtensions.GetNetworkFabricNeighborGroup Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le groupe voisin.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}
- IdNeighborGroups_Get d’opération
public static Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupResource> GetNetworkFabricNeighborGroup (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string neighborGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricNeighborGroup : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupResource>
<Extension()>
Public Function GetNetworkFabricNeighborGroup (resourceGroupResource As ResourceGroupResource, neighborGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkFabricNeighborGroupResource)
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
- neighborGroupName
- String
Nom du groupe voisin.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
neighborGroupName
est une chaîne vide et devait être non vide.
neighborGroupName
a la valeur null.