Class GetElasticPoolResult


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

      • creationDate

        public java.lang.String creationDate()
        Returns:
        The creation date of the elastic pool (ISO8601 format).
      • highAvailabilityReplicaCount

        public java.util.Optional<java.lang.Integer> highAvailabilityReplicaCount()
        Returns:
        The number of secondary replicas associated with the elastic pool that are used to provide high availability. Applicable only to Hyperscale elastic pools.
      • id

        public java.lang.String id()
        Returns:
        Resource ID.
      • kind

        public java.lang.String kind()
        Returns:
        Kind of elastic pool. This is metadata used for the Azure portal experience.
      • licenseType

        public java.util.Optional<java.lang.String> licenseType()
        Returns:
        The license type to apply for this elastic pool.
      • location

        public java.lang.String location()
        Returns:
        Resource location.
      • maintenanceConfigurationId

        public java.util.Optional<java.lang.String> maintenanceConfigurationId()
        Returns:
        Maintenance configuration id assigned to the elastic pool. This configuration defines the period when the maintenance updates will will occur.
      • maxSizeBytes

        public java.util.Optional<java.lang.Double> maxSizeBytes()
        Returns:
        The storage limit for the database elastic pool in bytes.
      • minCapacity

        public java.util.Optional<java.lang.Double> minCapacity()
        Returns:
        Minimal capacity that serverless pool will not shrink below, if not paused
      • name

        public java.lang.String name()
        Returns:
        Resource name.
      • sku

        public java.util.Optional<SkuResponse> sku()
        Returns:
        The elastic pool SKU. The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or the following command:
      • state

        public java.lang.String state()
        Returns:
        The state of the elastic pool.
      • tags

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

        public java.lang.String type()
        Returns:
        Resource type.
      • zoneRedundant

        public java.util.Optional<java.lang.Boolean> zoneRedundant()
        Returns:
        Whether or not this elastic pool is zone redundant, which means the replicas of this elastic pool will be spread across multiple availability zones.