共用方式為


Cluster Class

Definition

Single Event Hubs Cluster resource in List or Get operations.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Cluster : Microsoft.Azure.Management.EventHub.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Cluster = class
    inherit TrackedResource
Public Class Cluster
Inherits TrackedResource
Inheritance
Attributes

Constructors

Cluster()

Initializes a new instance of the Cluster class.

Cluster(String, String, String, String, IDictionary<String,String>, ClusterSku, SystemData, String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the Cluster class.

Properties

CreatedAt

Gets the UTC time when the Event Hubs Cluster was created.

Id

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

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from TrackedResource)
MetricId

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

Name

Gets the name of the resource

(Inherited from Resource)
Sku

Gets or sets properties of the cluster SKU.

Status

Gets status of the Cluster resource

SupportsScaling

Gets or sets a value that indicates whether Scaling is Supported.

SystemData

Gets the system meta data relating to this resource.

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)
UpdatedAt

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

Methods

Validate()

Validate the object.

Applies to