Application Scoped Volume Response
data class ApplicationScopedVolumeResponse(val creationParameters: ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskResponse, val destinationPath: String, val name: String, val readOnly: Boolean? = null)
Describes a volume whose lifetime is scoped to the application's lifetime.
Constructors
Link copied to clipboard
constructor(creationParameters: ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskResponse, destinationPath: String, name: String, readOnly: Boolean? = null)