Role interface
Describes a role on the cluster.
Properties
autoscale |
The autoscale configurations. |
data |
The data disks groups for the role. |
encrypt |
Indicates whether encrypt the data disks. |
hardware |
The hardware profile. |
min |
The minimum instance count of the cluster. |
name | The name of the role. |
os |
The operating system profile. |
script |
The list of script actions on the role. |
target |
The instance count of the cluster. |
virtual |
The virtual network profile. |
v |
The name of the virtual machine group. |
Property Details
autoscaleConfiguration
dataDisksGroups
The data disks groups for the role.
dataDisksGroups?: DataDisksGroups[]
Property Value
encryptDataDisks
Indicates whether encrypt the data disks.
encryptDataDisks?: boolean
Property Value
boolean
hardwareProfile
minInstanceCount
The minimum instance count of the cluster.
minInstanceCount?: number
Property Value
number
name
The name of the role.
name?: string
Property Value
string
osProfile
scriptActions
The list of script actions on the role.
scriptActions?: ScriptAction[]
Property Value
targetInstanceCount
The instance count of the cluster.
targetInstanceCount?: number
Property Value
number
virtualNetworkProfile
The virtual network profile.
virtualNetworkProfile?: VirtualNetworkProfile
Property Value
vMGroupName
The name of the virtual machine group.
vMGroupName?: string
Property Value
string