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 |
Polymorphic discriminator, which specifies the different types this object can be |
id | The fileshare resource ID |
private |
The private endpoint resource ID |
Property Details
configurationType
Polymorphic discriminator, which specifies the different types this object can be
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript