AzureMonitorResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- workspaceId
- String
The workspace ID of the monitor on the HDInsight cluster.
- selectedConfigurations
- AzureMonitorSelectedConfigurations
The selected configurations.