次の方法で共有


ClusterPoolLogAnalyticsProfile(Boolean) コンストラクター

定義

ClusterPoolLogAnalyticsProfile の新しいインスタンスを初期化します。

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

パラメーター

isEnabled
Boolean

クラスター プールに対してログ分析が有効な場合は True、それ以外の場合は false。

適用対象