MountFileShareConfiguration interface
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.
- Extends
Properties
| configuration |
The type of file share config, mount in this case. |
| id | The fileshare resource ID |
| private |
The private endpoint resource ID |
Property Details
configurationType
The type of file share config, mount in this case.
configurationType: "Mount"
Property Value
"Mount"
id
The fileshare resource ID
id: string
Property Value
string
privateEndpointId
The private endpoint resource ID
privateEndpointId: string
Property Value
string