次の方法で共有


ManagedInstanceStartStopScheduleCollection.Get メソッド

定義

マネージド インスタンスの開始/停止スケジュールを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • 操作IdStartStopManagedInstanceSchedules_Get
public virtual Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource> Get (Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName startStopScheduleName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource>
override this.Get : Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource>
Public Overridable Function Get (startStopScheduleName As ManagedInstanceStartStopScheduleName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedInstanceStartStopScheduleResource)

パラメーター

startStopScheduleName
ManagedInstanceStartStopScheduleName

マネージド インスタンスの開始/停止スケジュールの名前。

cancellationToken
CancellationToken

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

戻り値

適用対象