StorageProfileSpecification

StorageProfileSpecification
StorageProfileSpecification

Represents a specification of generic storage profile.

JSON Example
{
    "supportsEncryption": false,
    "regionId": "31186",
    "name": "string",
    "description": "string",
    "defaultItem": false,
    "tags": [
        {
            "value": "string",
            "key": "string"
        }
    ]
}
object
diskProperties
Optional

Map of storage properties that are to be applied on disk while provisioning.

boolean
supportsEncryption
Optional

Indicates whether this storage profile supports encryption or not.

object
diskTargetProperties
Optional

Map of storage placements to know where the disk is provisioned.

string
regionId
Required

The Id of the region that is associated with the storage profile.

string
name
Required

A human-friendly name used as an identifier in APIs that support this option.

string
description
Optional

A human-friendly description.

boolean
defaultItem
Required

Indicates if a storage profile is a default profile.

array of Tag
tags
Optional

A list of tags that represent the capabilities of this storage profile