Package version:

Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow.

interface MountFileShareConfiguration {
    configurationType: "Mount";
    id: string;
    privateEndpointId: string;
}

Hierarchy (view full)

Properties

configurationType

The type of file share config, mount in this case.

id: string

The fileshare resource ID

privateEndpointId: string

The private endpoint resource ID