你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Start Stop Managed Instance Schedules - Get
获取托管实例的启动/停止计划。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/default?api-version=2023-08-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
managed
|
path | True |
string |
托管实例的名称。 |
resource
|
path | True |
string |
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。 |
start
|
path | True |
托管实例启动/停止计划的名称。 |
|
subscription
|
path | True |
string |
标识 Azure 订阅的订阅 ID。 |
api-version
|
query | True |
string |
要用于请求的 API 版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
已成功检索“启动/停止”计划。 |
|
Other Status Codes |
错误响应: ***
|
示例
Gets the managed instance's Start/Stop schedule.
示例请求
GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/schedulerg/providers/Microsoft.Sql/managedInstances/schedulemi/startStopSchedules/default?api-version=2023-08-01
示例响应
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/schedulerg/providers/Microsoft.Sql/managedInstances/schedulemi/startStopSchedules/default",
"name": "default",
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2021-08-26T04:41:33.937Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-08-27T04:41:33.937Z"
},
"properties": {
"description": "This is a schedule for our Dev/Test environment.",
"nextExecutionTime": "2021-08-26T14:00:00",
"nextRunAction": "Stop",
"scheduleList": [
{
"startDay": "Thursday",
"startTime": "06:00 PM",
"stopDay": "Thursday",
"stopTime": "05:00 PM"
},
{
"startDay": "Thursday",
"startTime": "03:00 PM",
"stopDay": "Thursday",
"stopTime": "02:00 PM"
}
],
"timeZoneId": "Central European Standard Time"
},
"type": "Microsoft.Sql/managedInstances/startStopSchedules"
}
定义
名称 | 说明 |
---|---|
created |
创建资源的标识的类型。 |
Day |
开始日。 |
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
Schedule |
描述服务器何时应启动或停止的计划信息。 |
Start |
托管实例的启动/停止计划。 |
Start |
托管实例启动/停止计划的名称。 |
system |
与创建和上次修改资源相关的元数据。 |
createdByType
创建资源的标识的类型。
值 | 说明 |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
DayOfWeek
开始日。
值 | 说明 |
---|---|
Friday | |
Monday | |
Saturday | |
Sunday | |
Thursday | |
Tuesday | |
Wednesday |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
ScheduleItem
描述服务器何时应启动或停止的计划信息。
名称 | 类型 | 说明 |
---|---|---|
startDay |
开始日。 |
|
startTime |
string |
开始时间。 |
stopDay |
停止一天。 |
|
stopTime |
string |
停止时间。 |
StartStopManagedInstanceSchedule
托管实例的启动/停止计划。
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
id |
string |
资源 ID。 |
|
name |
string |
资源名称。 |
|
properties.description |
string |
计划的说明。 |
|
properties.nextExecutionTime |
string |
下一个作将在相应的计划时区中执行时的时间戳。 |
|
properties.nextRunAction |
string |
要执行的下一个作(启动或停止) |
|
properties.scheduleList |
计划列表。 |
||
properties.timeZoneId |
string |
UTC |
计划的时区。 |
systemData |
计划资源的系统数据。 |
||
type |
string |
资源类型。 |
StartStopScheduleName
托管实例启动/停止计划的名称。
值 | 说明 |
---|---|
default |
systemData
与创建和上次修改资源相关的元数据。
名称 | 类型 | 说明 |
---|---|---|
createdAt |
string (date-time) |
资源创建时间戳(UTC)。 |
createdBy |
string |
创建资源的标识。 |
createdByType |
创建资源的标识的类型。 |
|
lastModifiedAt |
string (date-time) |
上次修改的资源时间戳(UTC) |
lastModifiedBy |
string |
上次修改资源的标识。 |
lastModifiedByType |
上次修改资源的标识的类型。 |