MountPointMap interface
The share mount point.
Properties
mount |
Mount point for the share. NOTE: This property will not be serialized. It can only be populated by the server. |
role |
ID of the role to which share is mounted. NOTE: This property will not be serialized. It can only be populated by the server. |
role |
Role type. NOTE: This property will not be serialized. It can only be populated by the server. |
share |
ID of the share mounted to the role VM. |
Property Details
mountPoint
Mount point for the share. NOTE: This property will not be serialized. It can only be populated by the server.
mountPoint?: string
Property Value
string
roleId
ID of the role to which share is mounted. NOTE: This property will not be serialized. It can only be populated by the server.
roleId?: string
Property Value
string
roleType
Role type. NOTE: This property will not be serialized. It can only be populated by the server.
roleType?: string
Property Value
string
shareId
ID of the share mounted to the role VM.
shareId: string
Property Value
string