Skip to main content

accounts_properties

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

Overview

Nameaccounts_properties
TypeResource
Idazure.storage.accounts_properties

Fields

NameDatatypeDescription
access_tiertextfield from the properties object
accountNametextfield from the properties object
account_migration_in_progresstextfield from the properties object
allow_blob_public_accesstextfield from the properties object
allow_cross_tenant_replicationtextfield from the properties object
allow_shared_key_accesstextfield from the properties object
allowed_copy_scopetextfield from the properties object
azure_files_identity_based_authenticationtextfield from the properties object
blob_restore_statustextfield from the properties object
creation_timetextfield from the properties object
custom_domaintextfield from the properties object
default_to_oauth_authenticationtextfield from the properties object
dns_endpoint_typetextfield from the properties object
enable_extended_groupstextfield from the properties object
encryptiontextfield from the properties object
extended_locationtextfield from the properties object
failover_in_progresstextfield from the properties object
geo_replication_statstextfield from the properties object
identitytextIdentity for the resource.
immutable_storage_with_versioningtextfield from the properties object
is_hns_enabledtextfield from the properties object
is_local_user_enabledtextfield from the properties object
is_nfs_v3_enabledtextfield from the properties object
is_sftp_enabledtextfield from the properties object
is_sku_conversion_blockedtextfield from the properties object
key_creation_timetextfield from the properties object
key_policytextfield from the properties object
kindtextGets the Kind.
large_file_shares_statetextfield from the properties object
last_geo_failover_timetextfield from the properties object
locationtextThe geo-location where the resource lives
minimum_tls_versiontextfield from the properties object
network_aclstextfield from the properties object
primary_endpointstextfield from the properties object
primary_locationtextfield from the properties object
private_endpoint_connectionstextfield from the properties object
provisioning_statetextfield from the properties object
public_network_accesstextfield from the properties object
resourceGroupNametextfield from the properties object
routing_preferencetextfield from the properties object
sas_policytextfield from the properties object
secondary_endpointstextfield from the properties object
secondary_locationtextfield from the properties object
skutextThe resource model definition representing SKU
status_of_primarytextfield from the properties object
status_of_secondarytextfield from the properties object
storage_account_sku_conversion_statustextfield from the properties object
subscriptionIdtextfield from the properties object
supports_https_traffic_onlytextfield from the properties object
tagstextResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, resourceGroupName, subscriptionIdReturns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys.

SELECT examples

Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys.

SELECT
access_tier,
accountName,
account_migration_in_progress,
allow_blob_public_access,
allow_cross_tenant_replication,
allow_shared_key_access,
allowed_copy_scope,
azure_files_identity_based_authentication,
blob_restore_status,
creation_time,
custom_domain,
default_to_oauth_authentication,
dns_endpoint_type,
enable_extended_groups,
encryption,
extended_location,
failover_in_progress,
geo_replication_stats,
identity,
immutable_storage_with_versioning,
is_hns_enabled,
is_local_user_enabled,
is_nfs_v3_enabled,
is_sftp_enabled,
is_sku_conversion_blocked,
key_creation_time,
key_policy,
kind,
large_file_shares_state,
last_geo_failover_time,
location,
minimum_tls_version,
network_acls,
primary_endpoints,
primary_location,
private_endpoint_connections,
provisioning_state,
public_network_access,
resourceGroupName,
routing_preference,
sas_policy,
secondary_endpoints,
secondary_location,
sku,
status_of_primary,
status_of_secondary,
storage_account_sku_conversion_status,
subscriptionId,
supports_https_traffic_only,
tags
FROM azure.storage.vw_accounts_properties
WHERE accountName = '{{ accountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';