Package-level declarations

Types

Link copied to clipboard
data class DiskPoolPropertiesResponse(val csiParams: Map<String, String>? = null, val disks: List<String>? = null, val maxVolumeCapacityGiB: Double? = null)

Disk Pool Properties

Link copied to clipboard
data class ElasticSanPoolPropertiesResponse(val resourceGroup: String, val sanName: String, val volumeGroup: String)

Elastic San Pool Properties

Link copied to clipboard
data class EphemeralPoolPropertiesResponse(val diskFormat: Boolean? = null, val diskSelector: List<String>, val disks: List<String>)

Ephemeral Pool Properties

Link copied to clipboard
data class GetPoolResult(val assignments: List<String>, val diskPoolProperties: DiskPoolPropertiesResponse? = null, val elasticSanPoolProperties: ElasticSanPoolPropertiesResponse, val ephemeralPoolProperties: EphemeralPoolPropertiesResponse? = null, val id: String, val location: String, val name: String, val poolCapacityGiB: Double, val poolType: Double, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zones: List<String>)

Pool resource

Link copied to clipboard
data class GetVolumeResult(val capacityGiB: Double, val id: String, val labels: Map<String, String>, val mountOptions: List<String>, val name: String, val provisioningState: String, val reclaimPolicy: String, val systemData: SystemDataResponse, val type: String, val volumeMode: String)

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Link copied to clipboard
data class GetVolumeSnapshotResult(val id: String, val mountOptions: List<String>, val name: String, val provisioningState: String, val reclaimPolicy: String, val source: String, val systemData: SystemDataResponse, val type: String, val volumeMode: String)

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.