Skip to main content

local_users

Overview

Namelocal_users
TypeResource
Idazure.storage.local_users

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobjectThe Storage Account Local User properties.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, resourceGroupName, subscriptionId, usernameGet the local user of the storage account by username.
listSELECTaccountName, resourceGroupName, subscriptionIdList the local users associated with the storage account.
create_or_updateINSERTaccountName, resourceGroupName, subscriptionId, usernameCreate or update the properties of a local user associated with the storage account
deleteDELETEaccountName, resourceGroupName, subscriptionId, usernameDeletes the local user associated with the specified storage account.
_listEXECaccountName, resourceGroupName, subscriptionIdList the local users associated with the storage account.
regenerate_passwordEXECaccountName, resourceGroupName, subscriptionId, usernameRegenerate the local user SSH password.