Freigeben über


ManagedInstanceResource.GetManagedInstanceOperationAsync Methode

Definition

Ruft einen Verwaltungsvorgang für eine verwaltete Instanz ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}
  • Vorgangs-IdManagedInstanceOperations_Get
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))

Parameter

operationId
Guid

Die zu verwendende Uuid.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: