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