AccountOperationsExtensions.FirewallRuleExistsAsync 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 la règle de pare-feu Data Lake Store spécifiée.
public static System.Threading.Tasks.Task<bool> FirewallRuleExistsAsync (this Microsoft.Azure.Management.DataLake.Store.IAccountOperations operations, string resourceGroupName, string accountName, string firewallRuleName, System.Threading.CancellationToken cancellationToken = default);
static member FirewallRuleExistsAsync : Microsoft.Azure.Management.DataLake.Store.IAccountOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function FirewallRuleExistsAsync (operations As IAccountOperations, resourceGroupName As String, accountName As String, firewallRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)
Paramètres
- operations
- IAccountOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources Azure qui contient le compte Data Lake Store.
- accountName
- String
Nom du compte Data Lake Store à partir duquel obtenir la règle de pare-feu.
- firewallRuleName
- String
Nom de la règle de pare-feu à récupérer.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET