Class GetClusterResult


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

      • capacityAllocated

        public java.lang.Integer capacityAllocated()
        Returns:
        Represents the number of streaming units currently being used on the cluster.
      • capacityAssigned

        public java.lang.Integer capacityAssigned()
        Returns:
        Represents the sum of the SUs of all streaming jobs associated with the cluster. If all of the jobs were running, this would be the capacity allocated.
      • clusterId

        public java.lang.String clusterId()
        Returns:
        Unique identifier for the cluster.
      • createdDate

        public java.lang.String createdDate()
        Returns:
        The date this cluster was created.
      • etag

        public java.lang.String etag()
        Returns:
        The current entity tag for the cluster. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
      • 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:
        The geo-location where the resource lives
      • name

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

        public java.lang.String provisioningState()
        Returns:
        The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled
      • sku

        public java.util.Optional<ClusterSkuResponse> sku()
        Returns:
        The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.
      • 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. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.