Get Disk Access Result
data class GetDiskAccessResult(val azureApiVersion: String, 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.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The extended location where the disk access will be created. Extended location cannot be changed.
Link copied to clipboard
A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported.
Link copied to clipboard
The disk access resource provisioning state.
Link copied to clipboard
The time when the disk access was created.