Skip to main content

cloud_appliances_supported_configurations

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

Overview

Namecloud_appliances_supported_configurations
TypeResource
Idazure_extras.storsimple_8000_series.cloud_appliances_supported_configurations

Fields

NameDatatypeDescription
idstringThe path ID that uniquely identifies the object.
namestringThe name of the object.
kindstringThe Kind of the object. Currently only Series8000 is supported
propertiesobjectThe properties of cloud appliance configuration.
typestringThe hierarchical type of the object.

Methods

NameAccessible byRequired ParamsDescription
listSELECTmanagerName, resourceGroupName, subscriptionIdLists supported cloud appliance models and supported configurations.

SELECT examples

Lists supported cloud appliance models and supported configurations.

SELECT
id,
name,
kind,
properties,
type
FROM azure_extras.storsimple_8000_series.cloud_appliances_supported_configurations
WHERE managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';