storage_services_subs
Creates, updates, deletes, gets or lists a storage_services_subs
resource.
Overview
Name | storage_services_subs |
Type | Resource |
Id | azure_stack.storage_admin.storage_services_subs |
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 | subscriptionId | Returns the storage services list under the specified subscription. |
SELECT
examples
Returns the storage services list under the specified subscription.
SELECT
id,
name,
location,
properties,
type
FROM azure_stack.storage_admin.storage_services_subs
WHERE subscriptionId = '{{ subscriptionId }}';