Package version:

Interface DiskAccess

disk access resource.

interface DiskAccess {
    extendedLocation?: ExtendedLocation;
    id?: string;
    location: string;
    name?: string;
    privateEndpointConnections?: PrivateEndpointConnection[];
    provisioningState?: string;
    tags?: {
        [propertyName: string]: string;
    };
    timeCreated?: any;
    type?: string;
}

Hierarchy (view full)

Properties

extendedLocation?: ExtendedLocation

The extended location where the disk access will be created. Extended location cannot be changed.

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location: string

Resource location

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

privateEndpointConnections?: PrivateEndpointConnection[]

A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

The disk access resource provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags

timeCreated?: any

The time when the disk access was created. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.