ClusterAutoGenerated Class

Definition

Single Event Hubs Cluster resource in List or Get operations.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterAutoGeneratedTypeConverter))]
public class ClusterAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterAutoGenerated, Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterAutoGeneratedTypeConverter))>]
type ClusterAutoGenerated = class
    interface IClusterAutoGenerated
    interface IJsonSerializable
    interface ITrackedResource
    interface IResourceAutoGenerated
    interface IValidates
Public Class ClusterAutoGenerated
Implements IClusterAutoGenerated, IValidates
Inheritance
ClusterAutoGenerated
Attributes
Implements

Constructors

Name Description
ClusterAutoGenerated()

Creates an new ClusterAutoGenerated instance.

Properties

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

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

ProvisioningState

Provisioning state of the Cluster.

ResourceGroupName

Gets the resource group name

SkuCapacity

The quantity of Event Hubs Cluster Capacity Units contained in this 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.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

UpdatedAt

The UTC time when the Event Hubs Cluster was last updated.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterAutoGenerated.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to