ClusterMonitoringRequest 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
ClusterMonitoringRequest() |
Initializes a new instance of the ClusterMonitoringRequest class. |
ClusterMonitoringRequest(String, String) |
Initializes a new instance of the ClusterMonitoringRequest class. |
ClusterMonitoringRequest()
Initializes a new instance of the ClusterMonitoringRequest class.
public ClusterMonitoringRequest ();
Public Sub New ()
Applies to
ClusterMonitoringRequest(String, String)
Initializes a new instance of the ClusterMonitoringRequest class.
public ClusterMonitoringRequest (string workspaceId = default, string primaryKey = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterMonitoringRequest : string * string -> Microsoft.Azure.Management.HDInsight.Models.ClusterMonitoringRequest
Public Sub New (Optional workspaceId As String = Nothing, Optional primaryKey As String = Nothing)
Parameters
- workspaceId
- String
The cluster monitor workspace ID.
- primaryKey
- String
The cluster monitor workspace key.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET