Skip to main content

storage_services_subs

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

Overview

Namestorage_services_subs
TypeResource
Idazure_stack.storage_admin.storage_services_subs

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource Name.
locationstringResource Location.
propertiesobjectThe properties for service name.
typestringResource Type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdReturns 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 }}';