ManagedNetworkFabricExtensions.GetNetworkTapRuleAsync 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.
Obtenez les détails de la ressource Règle d’appui réseau.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}
- IdNetworkTapRules_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkTapRuleResource>> GetNetworkTapRuleAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string networkTapRuleName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkTapRuleAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkTapRuleResource>>
<Extension()>
Public Function GetNetworkTapRuleAsync (resourceGroupResource As ResourceGroupResource, networkTapRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkTapRuleResource))
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
- networkTapRuleName
- String
Nom de la règle d’appui réseau.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
networkTapRuleName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
networkTapRuleName
a la valeur null.