start_stop_managed_instance_schedules_by_instances
Creates, updates, deletes, gets or lists a start_stop_managed_instance_schedules_by_instances
resource.
Overview
Name | start_stop_managed_instance_schedules_by_instances |
Type | Resource |
Id | azure.sql.start_stop_managed_instance_schedules_by_instances |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | Properties of managed instance's Start/Stop schedule. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | managedInstanceName, resourceGroupName, subscriptionId | Lists the managed instance's Start/Stop schedules. |
SELECT
examples
Lists the managed instance's Start/Stop schedules.
SELECT
properties,
systemData
FROM azure.sql.start_stop_managed_instance_schedules_by_instances
WHERE managedInstanceName = '{{ managedInstanceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';