ManagedInstanceKeysOperationsExtensions.ListByInstanceAsync 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 liste de clés de instance managées.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceKeyInner>> ListByInstanceAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceKeysOperations operations, string resourceGroupName, string managedInstanceName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByInstanceAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedInstanceKeysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceKeyInner>>
<Extension()>
Public Function ListByInstanceAsync (operations As IManagedInstanceKeysOperations, resourceGroupName As String, managedInstanceName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedInstanceKeyInner))
Paramètres
- operations
- IManagedInstanceKeysOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- managedInstanceName
- String
Nom de l'instance managée.
- filter
- String
Expression de filtre OData qui filtre les éléments de la collection.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET