Dela via


AzureMonitorResponse Constructors

Definition

Overloads

AzureMonitorResponse()

Initializes a new instance of the AzureMonitorResponse class.

AzureMonitorResponse(Nullable<Boolean>, String, AzureMonitorSelectedConfigurations)

Initializes a new instance of the AzureMonitorResponse class.

AzureMonitorResponse()

Initializes a new instance of the AzureMonitorResponse class.

public AzureMonitorResponse ();
Public Sub New ()

Applies to

AzureMonitorResponse(Nullable<Boolean>, String, AzureMonitorSelectedConfigurations)

Initializes a new instance of the AzureMonitorResponse class.

public AzureMonitorResponse (bool? clusterMonitoringEnabled = default, string workspaceId = default, Microsoft.Azure.Management.HDInsight.Models.AzureMonitorSelectedConfigurations selectedConfigurations = default);
new Microsoft.Azure.Management.HDInsight.Models.AzureMonitorResponse : Nullable<bool> * string * Microsoft.Azure.Management.HDInsight.Models.AzureMonitorSelectedConfigurations -> Microsoft.Azure.Management.HDInsight.Models.AzureMonitorResponse
Public Sub New (Optional clusterMonitoringEnabled As Nullable(Of Boolean) = Nothing, Optional workspaceId As String = Nothing, Optional selectedConfigurations As AzureMonitorSelectedConfigurations = Nothing)

Parameters

clusterMonitoringEnabled
Nullable<Boolean>

The status of the monitor on the HDInsight cluster.

workspaceId
String

The workspace ID of the monitor on the HDInsight cluster.

selectedConfigurations
AzureMonitorSelectedConfigurations

The selected configurations.

Applies to