Skip to main content

snapshots_from_dr_secondary_slots

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

Overview

Namesnapshots_from_dr_secondary_slots
TypeResource
Idazure.app_service.snapshots_from_dr_secondary_slots

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource Name.
kindstringKind of resource.
propertiesobjectSnapshot resource specific properties
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTname, resourceGroupName, slot, subscriptionIdDescription for Returns all Snapshots to the user from DRSecondary endpoint.

SELECT examples

Description for Returns all Snapshots to the user from DRSecondary endpoint.

SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.snapshots_from_dr_secondary_slots
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND slot = '{{ slot }}'
AND subscriptionId = '{{ subscriptionId }}';