Cluster 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
Cluster() |
Initializes a new instance of the Cluster class. |
Cluster(String, String, String, String, IDictionary<String,String>, ClusterSku, String, String, String, String) |
Initializes a new instance of the Cluster class. |
Cluster()
Initializes a new instance of the Cluster class.
public Cluster ();
Public Sub New ()
Applies to
Cluster(String, String, String, String, IDictionary<String,String>, ClusterSku, String, String, String, String)
Initializes a new instance of the Cluster class.
public Cluster (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.EventHub.Models.ClusterSku sku = default, string createdAt = default, string updatedAt = default, string metricId = default, string status = default);
new Microsoft.Azure.Management.EventHub.Models.Cluster : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.EventHub.Models.ClusterSku * string * string * string * string -> Microsoft.Azure.Management.EventHub.Models.Cluster
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As ClusterSku = Nothing, Optional createdAt As String = Nothing, Optional updatedAt As String = Nothing, Optional metricId As String = Nothing, Optional status As String = Nothing)
Parameters
- id
- System.String
Resource ID.
- name
- System.String
Resource name.
- type
- System.String
Resource type.
- location
- System.String
Resource location.
- tags
- System.Collections.Generic.IDictionary<System.String,System.String>
Resource tags.
- sku
- ClusterSku
Properties of the cluster SKU.
- createdAt
- System.String
The UTC time when the Event Hubs Cluster was created.
- updatedAt
- System.String
The UTC time when the Event Hubs Cluster was last updated.
- metricId
- System.String
The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
- status
- System.String
Status of the Cluster resource