AzureHDInsightRole Class

Definition

public class AzureHDInsightRole
type AzureHDInsightRole = class
Public Class AzureHDInsightRole
Inheritance
AzureHDInsightRole

Constructors

AzureHDInsightRole()
AzureHDInsightRole(Role)
AzureHDInsightRole(String, Nullable<Int32>, Nullable<Int32>, AzureHDInsightAutoscale, AzureHDInsightHardwareProfile, AzureHDInsightOsProfile, AzureHDInsightVirtualNetworkProfile, IList<AzureHDInsightDataDisksGroups>, IList<AzureHDInsightScriptAction>)

Properties

AutoscaleConfiguration

Gets or sets the autoscale configurations.

DataDisksGroups

Gets or sets the data disks groups for the role.

HardwareProfile

Gets or sets the hardware profile.

MinInstanceCount

Gets or sets the minimum instance count of the cluster.

Name

Gets or sets the name of the role.

OsProfile

Gets or sets the operating system profile.

ScriptActions

Gets or sets the list of script actions on the role.

TargetInstanceCount

Gets or sets the instance count of the cluster.

VirtualNetworkProfile

Gets or sets the virtual network profile.

Applies to