ManagedInstanceOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperation> GetAsync (this Microsoft.Azure.Management.Sql.IManagedInstanceOperations operations, string resourceGroupName, string managedInstanceName, Guid operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Sql.IManagedInstanceOperations * string * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperation>
<Extension()>
Public Function GetAsync (operations As IManagedInstanceOperations, resourceGroupName As String, managedInstanceName As String, operationId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedInstanceOperation)

パラメーター

operations
IManagedInstanceOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

managedInstanceName
String

マネージド インスタンスの名前。

operationId
Guid
cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象