ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk interface

Describes parameters for creating application-scoped volumes provided by Service Fabric Volume Disks

Extends

Properties

kind

Polymorphic discriminator, which specifies the different types this object can be

sizeDisk

Volume size

Inherited Properties

description

User readable description of the volume.

Property Details

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "ServiceFabricVolumeDisk"

Property Value

"ServiceFabricVolumeDisk"

sizeDisk

Volume size

sizeDisk: string

Property Value

string

Inherited Property Details

description

User readable description of the volume.

description?: string

Property Value

string

Inherited From ApplicationScopedVolumeCreationParameters.description