ManagedInstanceOperationCollection.GetIfExists メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サービスからこのリソースの詳細を取得しようとします。
- 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}
- 操作IdManagedInstanceOperations_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Sql.ManagedInstanceOperationResource> GetIfExists (Guid operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : Guid * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Sql.ManagedInstanceOperationResource>
override this.GetIfExists : Guid * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Sql.ManagedInstanceOperationResource>
Public Overridable Function GetIfExists (operationId As Guid, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ManagedInstanceOperationResource)
パラメーター
- operationId
- Guid
使用する Uuid。
- cancellationToken
- CancellationToken
使用する取り消しトークン。