IscsiDisk interface
The iSCSI disk.
- Extends
Properties
access |
The access control records. |
data |
The data policy. |
description | The description. |
disk |
The disk status. |
local |
The local used capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server. |
monitoring |
The monitoring. |
provisioned |
The provisioned capacity in bytes. |
used |
The used capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accessControlRecords
The access control records.
accessControlRecords: string[]
Property Value
string[]
dataPolicy
description
The description.
description?: string
Property Value
string
diskStatus
localUsedCapacityInBytes
The local used capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.
localUsedCapacityInBytes?: number
Property Value
number
monitoringStatus
provisionedCapacityInBytes
The provisioned capacity in bytes.
provisionedCapacityInBytes: number
Property Value
number
usedCapacityInBytes
The used capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.
usedCapacityInBytes?: number
Property Value
number
Inherited Property Details
id
The identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
name
The name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.name
type
The type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseModel.type
Azure SDK for JavaScript