storage_services_rgs
Creates, updates, deletes, gets or lists a storage_services_rgs
resource.
Overview
Name | storage_services_rgs |
Type | Resource |
Id | azure_stack.storage_admin.storage_services_rgs |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource Name. |
location | string | Resource Location. |
properties | object | The properties for service name. |
type | string | Resource Type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceGroup, subscriptionId | Returns the storage services list under the specified resource group and subscription. |
SELECT
examples
Returns the storage services list under the specified resource group and subscription.
SELECT
id,
name,
location,
properties,
type
FROM azure_stack.storage_admin.storage_services_rgs
WHERE resourceGroup = '{{ resourceGroup }}'
AND subscriptionId = '{{ subscriptionId }}';