GetDiskAccessResult

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.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, extendedLocation: ExtendedLocationResponse? = null, id: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, tags: Map<String, String>? = null, timeCreated: String, type: String)

Types

Link copied to clipboard
object Companion

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
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

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
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

The time when the disk access was created.

Link copied to clipboard

Resource type