获取 ARM 设置的存储帐户类型
Getting storage Account type for ARM Setup
请帮助我获取用于 ARM 设置的存储帐户的帐户类型(即 LRS 或 GRS 或 ZRS)。
我有 运行 Get-Azurermstorageaccount
,但它没有公开任何方法来获得它。但是我可以使用命令 Get-Azurestorageaccount
在 ASM 设置中获取帐户类型
请尝试使用此命令:
PS C:\> (Get-AzureRmStorageAccount -ResourceGroupName back -Name "jasondisk321").Sku
Name Tier
---- ----
StandardLRS Standard
请帮助我获取用于 ARM 设置的存储帐户的帐户类型(即 LRS 或 GRS 或 ZRS)。
我有 运行 Get-Azurermstorageaccount
,但它没有公开任何方法来获得它。但是我可以使用命令 Get-Azurestorageaccount
请尝试使用此命令:
PS C:\> (Get-AzureRmStorageAccount -ResourceGroupName back -Name "jasondisk321").Sku
Name Tier
---- ----
StandardLRS Standard