ICluster Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterTypeConverter))]
public interface ICluster : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ITrackedResource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterTypeConverter))]
public interface ICluster : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterTypeConverter))>]
type ICluster = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterTypeConverter))>]
type ICluster = interface
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
Public Interface ICluster
Implements ITrackedResource
Public Interface ICluster
Implements IProxyResource
Derived
Attributes
Implements

Properties

Name Description
Capacity

The quantity of Event Hubs Cluster Capacity Units contained in this cluster.

ConfidentialComputeMode

Setting to Enable or Disable Confidential Compute

CreatedAt

The UTC time when the Event Hubs Cluster was created.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IProxyResource)
Location

Resource location.

MetricId

The metric ID of the cluster resource. Provided by the service and not modifiable by the user.

Name

The name of the resource

(Inherited from IProxyResource)
ProvisioningState

Provisioning state of the Cluster.

SkuName

Name of this SKU.

Status

Status of the Cluster resource

SupportsScaling

A value that indicates whether Scaling is Supported.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The type of identity that last modified the resource.

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

Type

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

(Inherited from IProxyResource)
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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to