Skip to main content

replication_storage_classifications

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

Overview

Namereplication_storage_classifications
TypeResource
Idazure.recovery_services_site_recovery.replication_storage_classifications

Fields

NameDatatypeDescription
idtextResource Id
nametextResource Name
fabricNametextfield from the properties object
friendly_nametextfield from the properties object
locationtextResource Location
resourceGroupNametextfield from the properties object
resourceNametextfield from the properties object
storageClassificationNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextResource Type

Methods

NameAccessible byRequired ParamsDescription
getSELECTfabricName, resourceGroupName, resourceName, storageClassificationName, subscriptionIdGets the details of the specified storage classification.
listSELECTresourceGroupName, resourceName, subscriptionIdLists the storage classifications in the vault.
list_by_replication_fabricsSELECTfabricName, resourceGroupName, resourceName, subscriptionIdLists the storage classifications available in the specified fabric.

SELECT examples

Lists the storage classifications in the vault.

SELECT
id,
name,
fabricName,
friendly_name,
location,
resourceGroupName,
resourceName,
storageClassificationName,
subscriptionId,
type
FROM azure.recovery_services_site_recovery.vw_replication_storage_classifications
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';