ClusterProperties 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.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

Name Description
ClusterProperties()

Creates an new ClusterProperties instance.

Properties

Name Description
ConfidentialComputeMode

Setting to Enable or Disable Confidential Compute

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.

ZoneRedundant

A value that indicates whether the cluster is zone redundant.

Methods

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

Applies to