Share interface
Represents a share on the Data Box Edge/Gateway device.
- Extends
Properties
| access |
Access protocol to be used by the share. |
| azure |
Azure container mapping for the share. |
| client |
List of IP addresses and corresponding access rights on the share(required for NFS protocol). |
| data |
Data policy of the share. |
| description | Description for the share. |
| monitoring |
Current monitoring status of the share. |
| refresh |
Details of the refresh job on this share. |
| share |
Share mount point to the role. |
| share |
Current status of the share. |
| user |
Mapping of users and corresponding access rights on the share (required for SMB protocol). |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type