Get Disk Access Result
data class GetDiskAccessResult(val extendedLocation: ExtendedLocationResponse? = null, val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val tags: Map<String, String>? = null, val timeCreated: String, val type: String)
disk access resource.
Constructors
Link copied to clipboard
fun GetDiskAccessResult(extendedLocation: ExtendedLocationResponse? = null, id: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, tags: Map<String, String>? = null, timeCreated: String, type: String)