次の方法で共有


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

定義

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

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

パラメーター

isEnabled
Boolean

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

適用対象