Bagikan melalui


ClusterAccessProfile(Boolean) Constructor

Definition

Initializes a new instance of ClusterAccessProfile.

public ClusterAccessProfile (bool enableInternalIngress);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterAccessProfile : bool -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterAccessProfile
Public Sub New (enableInternalIngress As Boolean)

Parameters

enableInternalIngress
Boolean

Whether to create cluster using private IP instead of public IP. This property must be set at create time.

Applies to