ManagedInstanceResource.GetManagedInstanceOperationAsync 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.
Permet d'obtenir une opération de gestion sur une instance gérée.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}
- IdManagedInstanceOperations_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceOperationResource>> GetManagedInstanceOperationAsync (Guid operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedInstanceOperationAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceOperationResource>>
override this.GetManagedInstanceOperationAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceOperationResource>>
Public Overridable Function GetManagedInstanceOperationAsync (operationId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagedInstanceOperationResource))
Paramètres
- operationId
- Guid
Uuid à utiliser.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.