DiskAccessPropertiesOutput interface
Properties
| private |
A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. |
| provisioning |
The disk access resource provisioning state. |
| time |
The time when the disk access was created. |
Property Details
privateEndpointConnections
A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported.
privateEndpointConnections?: PrivateEndpointConnectionOutput[]
Property Value
provisioningState
The disk access resource provisioning state.
provisioningState?: string
Property Value
string
timeCreated
The time when the disk access was created.
timeCreated?: string
Property Value
string