Skip to main content

start_stop_managed_instance_schedules_by_instances

Creates, updates, deletes, gets or lists a start_stop_managed_instance_schedules_by_instances resource.

Overview

Namestart_stop_managed_instance_schedules_by_instances
TypeResource
Idazure.sql.start_stop_managed_instance_schedules_by_instances

Fields

NameDatatypeDescription
propertiesobjectProperties of managed instance's Start/Stop schedule.
systemDataobjectMetadata pertaining to creation and last modification of the resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTmanagedInstanceName, resourceGroupName, subscriptionIdLists 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 }}';