Class GetClusterResult


  • public final class GetClusterResult
    extends java.lang.Object
    • Method Detail

      • createdAt

        public java.lang.String createdAt()
        Returns:
        The UTC time when the Event Hubs Cluster was created.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • location

        public java.util.Optional<java.lang.String> location()
        Returns:
        Resource location.
      • metricId

        public java.lang.String metricId()
        Returns:
        The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • sku

        public java.util.Optional<ClusterSkuResponse> sku()
        Returns:
        Properties of the cluster SKU.
      • status

        public java.lang.String status()
        Returns:
        Status of the Cluster resource
      • supportsScaling

        public java.util.Optional<java.lang.Boolean> supportsScaling()
        Returns:
        A value that indicates whether Scaling is Supported.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        The system meta data relating to this resource.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
      • updatedAt

        public java.lang.String updatedAt()
        Returns:
        The UTC time when the Event Hubs Cluster was last updated.