Extension 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
Extension() |
Initializes a new instance of the Extension class. |
Extension(String, String) |
Initializes a new instance of the Extension class. |
Extension()
Initializes a new instance of the Extension class.
public Extension ();
Public Sub New ()
Applies to
Extension(String, String)
Initializes a new instance of the Extension class.
public Extension (string workspaceId = default, string primaryKey = default);
new Microsoft.Azure.Management.HDInsight.Models.Extension : string * string -> Microsoft.Azure.Management.HDInsight.Models.Extension
Public Sub New (Optional workspaceId As String = Nothing, Optional primaryKey As String = Nothing)
Parameters
- workspaceId
- String
The workspace ID for the cluster monitoring extension.
- primaryKey
- String
The certificate for the cluster monitoring extensions.