ClusterProperties Class
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.
Event Hubs Cluster properties supplied in responses in List or Get operations.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterPropertiesTypeConverter))]
public class ClusterProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterPropertiesTypeConverter))>]
type ClusterProperties = class
interface IClusterProperties
interface IJsonSerializable
Public Class ClusterProperties
Implements IClusterProperties
- Inheritance
-
ClusterProperties
- Attributes
- Implements
Constructors
ClusterProperties() |
Creates an new ClusterProperties instance. |
Properties
CreatedAt |
The UTC time when the Event Hubs Cluster was created. |
MetricId |
The metric ID of the cluster resource. Provided by the service and not modifiable by the user. |
ProvisioningState |
Provisioning state of the Cluster. |
Status |
Status of the Cluster resource |
SupportsScaling |
A value that indicates whether Scaling is Supported. |
UpdatedAt |
The UTC time when the Event Hubs Cluster was last updated. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterProperties. |
FromJsonString(String) |
Creates a new instance of ClusterProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |