你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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