Retrieve supported Azure storage account types
GET /azure/vsa/metadata/storage-account-types
Retrieves supported Azure storage account types.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
isMultiZone |
boolean |
query |
False |
|
isFlashcacheInstance |
boolean |
query |
False |
|
isManagedDiskSupported |
boolean |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
diskType |
string |
True |
|
availabilityTypes |
array[string] |
True |
|
sizes |
array[AzureDiskSize] |
True |
Example error response
{
"diskType": "string",
"availabilityTypes": [
"string"
],
"sizes": [
{}
]
}
Definitions
See Definitions
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
|
unit |
string |
True |
AzureDiskSize
| Name | Type | Required | Description |
|---|---|---|---|
size |
True |
||
description |
string |
False |
|
supportedOccmLicenses |
array[string] |
False |
|
isDefault |
boolean |
False |