Class ClusterProperties
java.lang.Object
com.azure.resourcemanager.eventhubs.fluent.models.ClusterProperties
Event Hubs Cluster properties supplied in responses in List or Get operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the createdAt property: The UTC time when the Event Hubs Cluster was created.metricId()Get the metricId property: The metric ID of the cluster resource.Get the provisioningState property: Provisioning state of the Cluster.status()Get the status property: Status of the Cluster resource.Get the supportsScaling property: A value that indicates whether Scaling is Supported.Get the updatedAt property: The UTC time when the Event Hubs Cluster was last updated.voidvalidate()Validates the instance.withSupportsScaling(Boolean supportsScaling) Set the supportsScaling property: A value that indicates whether Scaling is Supported.
-
Constructor Details
-
ClusterProperties
public ClusterProperties()Creates an instance of ClusterProperties class.
-
-
Method Details
-
createdAt
Get the createdAt property: The UTC time when the Event Hubs Cluster was created.- Returns:
- the createdAt value.
-
provisioningState
Get the provisioningState property: Provisioning state of the Cluster.- Returns:
- the provisioningState value.
-
updatedAt
Get the updatedAt property: The UTC time when the Event Hubs Cluster was last updated.- Returns:
- the updatedAt value.
-
metricId
Get the metricId property: The metric ID of the cluster resource. Provided by the service and not modifiable by the user.- Returns:
- the metricId value.
-
status
Get the status property: Status of the Cluster resource.- Returns:
- the status value.
-
supportsScaling
Get the supportsScaling property: A value that indicates whether Scaling is Supported.- Returns:
- the supportsScaling value.
-
withSupportsScaling
Set the supportsScaling property: A value that indicates whether Scaling is Supported.- Parameters:
supportsScaling- the supportsScaling value to set.- Returns:
- the ClusterProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-