Skip to main content

storage_services_rgs

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

Overview

Namestorage_services_rgs
TypeResource
Idazure_stack.storage_admin.storage_services_rgs

Fields

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

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceGroup, subscriptionIdReturns 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 }}';