ClusterInfo 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
ClusterInfo() |
Initializes a new instance of the ClusterInfo class. |
ClusterInfo(String) |
Initializes a new instance of the ClusterInfo class. |
ClusterInfo()
Initializes a new instance of the ClusterInfo class.
public ClusterInfo ();
Public Sub New ()
Applies to
ClusterInfo(String)
Initializes a new instance of the ClusterInfo class.
public ClusterInfo (string id = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.ClusterInfo : string -> Microsoft.Azure.Management.StreamAnalytics.Models.ClusterInfo
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
The resource id of cluster.