你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedInstanceResource.GetManagedInstanceStartStopSchedule 方法

定义

获取托管实例的启动/停止计划。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • 操作IdStartStopManagedInstanceSchedules_Get
public virtual Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource> GetManagedInstanceStartStopSchedule (Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName startStopScheduleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedInstanceStartStopSchedule : Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource>
override this.GetManagedInstanceStartStopSchedule : Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource>
Public Overridable Function GetManagedInstanceStartStopSchedule (startStopScheduleName As ManagedInstanceStartStopScheduleName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedInstanceStartStopScheduleResource)

参数

startStopScheduleName
ManagedInstanceStartStopScheduleName

托管实例启动/停止计划的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于