Skip to main content

storage_account_credentials

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

Overview

Namestorage_account_credentials
TypeResource
Idazure.edge_gateway.storage_account_credentials

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_rawexecresource_group_name, name, device_name, subscription_idaccept-languageGets the properties of the specified storage account credential.
list_by_data_box_edge_deviceexecresource_group_name, device_name, subscription_idaccept-languageGets all the storage account credentials in a data box edge/gateway device.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
device_namestringThe device name.
namestringThe storage account credential name.
resource_group_namestringThe resource group name.
subscription_idstring
accept-languagestring

Lifecycle Methods

Gets the properties of the specified storage account credential.

EXEC azure.edge_gateway.storage_account_credentials.get_raw 
@resource_group_name='{{ resource_group_name }}' --required,
@name='{{ name }}' --required,
@device_name='{{ device_name }}' --required,
@subscription_id='{{ subscription_id }}' --required,
@accept-language='{{ accept-language }}'
;