DiskAccessProperties Class

DiskAccessProperties.

Constructor

DiskAccessProperties(*args: Any, **kwargs: Any)

Variables

Name Description
private_endpoint_connections

A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported.

provisioning_state
str

The disk access resource provisioning state.

time_created

The time when the disk access was created.

Attributes

private_endpoint_connections

A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported.

private_endpoint_connections: list['_models.PrivateEndpointConnection'] | None

provisioning_state

The disk access resource provisioning state.

provisioning_state: str | None

time_created

The time when the disk access was created.

time_created: datetime | None