This commit is contained in:
Renea Moso 2024-03-12 11:43:22 +01:00
Родитель e969aa2970
Коммит 4b474d5163
1 изменённых файлов: 189 добавлений и 0 удалений

Просмотреть файл

@ -142915,6 +142915,133 @@
"mi",
"server-configuration-option"
]
},
"startstopschedule": {
"commands": {
"create": {
"help": {
"short": "Create the managed instance's Start/Stop schedule."
},
"names": [
"sql",
"mi",
"startstopschedule",
"create"
],
"versions": [
{
"name": "2022-11-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.sql/managedinstances/{}/startstopschedules/{}",
"plane": "mgmt-plane",
"version": "2022-11-01-preview"
}
]
}
]
},
"delete": {
"help": {
"short": "Delete the managed instance's Start/Stop schedule."
},
"names": [
"sql",
"mi",
"startstopschedule",
"delete"
],
"versions": [
{
"name": "2022-11-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.sql/managedinstances/{}/startstopschedules/{}",
"plane": "mgmt-plane",
"version": "2022-11-01-preview"
}
]
}
]
},
"list": {
"help": {
"short": "List the managed instance's Start/Stop schedules."
},
"names": [
"sql",
"mi",
"startstopschedule",
"list"
],
"versions": [
{
"name": "2022-11-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.sql/managedinstances/{}/startstopschedules",
"plane": "mgmt-plane",
"version": "2022-11-01-preview"
}
]
}
]
},
"show": {
"help": {
"short": "Get the managed instance's Start/Stop schedule."
},
"names": [
"sql",
"mi",
"startstopschedule",
"show"
],
"versions": [
{
"name": "2022-11-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.sql/managedinstances/{}/startstopschedules/{}",
"plane": "mgmt-plane",
"version": "2022-11-01-preview"
}
]
}
]
},
"update": {
"help": {
"short": "Update the managed instance's Start/Stop schedule."
},
"names": [
"sql",
"mi",
"startstopschedule",
"update"
],
"versions": [
{
"name": "2022-11-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.sql/managedinstances/{}/startstopschedules/{}",
"plane": "mgmt-plane",
"version": "2022-11-01-preview"
}
]
}
]
}
},
"help": {
"short": "Manage the managed instance's start stop schedule."
},
"names": [
"sql",
"mi",
"startstopschedule"
]
}
},
"commands": {
@ -142947,6 +143074,68 @@
]
}
]
},
"start": {
"help": {
"short": "Starts the managed instance."
},
"names": [
"sql",
"mi",
"start"
],
"versions": [
{
"examples": [
{
"commands": [
"sql mi start --ids resourceId",
"sql mi start --mi miName -g resourceGroup --subscription subscription"
],
"name": "Start a managed instance."
}
],
"name": "2022-11-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.sql/managedinstances/{}/start",
"plane": "mgmt-plane",
"version": "2022-11-01-preview"
}
]
}
]
},
"stop": {
"help": {
"short": "Stops the managed instance."
},
"names": [
"sql",
"mi",
"stop"
],
"versions": [
{
"examples": [
{
"commands": [
"sql mi stop --ids resourceId",
"sql mi stop --mi miName -g resourceGroup --subscription subscription"
],
"name": "Stop a managed instance."
}
],
"name": "2022-11-01-preview",
"resources": [
{
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.sql/managedinstances/{}/stop",
"plane": "mgmt-plane",
"version": "2022-11-01-preview"
}
]
}
]
}
},
"help": {