ClusterPropertiesAutoGenerated Class

Definition

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.ClusterPropertiesAutoGeneratedTypeConverter))]
public class ClusterPropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterPropertiesAutoGenerated
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterPropertiesAutoGeneratedTypeConverter))>]
type ClusterPropertiesAutoGenerated = class
    interface IClusterPropertiesAutoGenerated
    interface IJsonSerializable
Public Class ClusterPropertiesAutoGenerated
Implements IClusterPropertiesAutoGenerated
Inheritance
ClusterPropertiesAutoGenerated
Attributes
Implements

Constructors

Name Description
ClusterPropertiesAutoGenerated()

Creates an new ClusterPropertiesAutoGenerated instance.

Properties

Name Description
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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterPropertiesAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterPropertiesAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterPropertiesAutoGenerated.

FromJsonString(String)

Creates a new instance of ClusterPropertiesAutoGenerated, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterPropertiesAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to