ShareProperties interface

The share properties.

Properties

accessProtocol

Access protocol to be used by the share.

azureContainerInfo

Azure container mapping for the share.

clientAccessRights

List of IP addresses and corresponding access rights on the share(required for NFS protocol).

dataPolicy

Data policy of the share.

description

Description for the share.

monitoringStatus

Current monitoring status of the share.

refreshDetails

Details of the refresh job on this share.

shareMappings

Share mount point to the role.

shareStatus

Current status of the share.

userAccessRights

Mapping of users and corresponding access rights on the share (required for SMB protocol).

Property Details

accessProtocol

Access protocol to be used by the share.

accessProtocol: string

Property Value

string

azureContainerInfo

Azure container mapping for the share.

azureContainerInfo?: AzureContainerInfo

Property Value

clientAccessRights

List of IP addresses and corresponding access rights on the share(required for NFS protocol).

clientAccessRights?: ClientAccessRight[]

Property Value

dataPolicy

Data policy of the share.

dataPolicy?: string

Property Value

string

description

Description for the share.

description?: string

Property Value

string

monitoringStatus

Current monitoring status of the share.

monitoringStatus: string

Property Value

string

refreshDetails

Details of the refresh job on this share.

refreshDetails?: RefreshDetails

Property Value

shareMappings

Share mount point to the role.

shareMappings?: MountPointMap[]

Property Value

shareStatus

Current status of the share.

shareStatus: string

Property Value

string

userAccessRights

Mapping of users and corresponding access rights on the share (required for SMB protocol).

userAccessRights?: UserAccessRight[]

Property Value