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 |
size |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript