次の方法で共有


ManagedInstanceResource.GetManagedInstanceOperationAsync メソッド

定義

マネージド インスタンスに対する管理操作を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}
  • 操作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))

パラメーター

operationId
Guid

使用する Uuid。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象