Class ClusterInner


  • public final class ClusterInner
    extends com.azure.core.management.ProxyResource
    A cluster resource.
    • Constructor Detail

      • ClusterInner

        public ClusterInner()
    • Method Detail

      • sku

        public Sku sku()
        Get the sku property: The cluster SKU.
        Returns:
        the sku value.
      • withSku

        public ClusterInner withSku​(Sku sku)
        Set the sku property: The cluster SKU.
        Parameters:
        sku - the sku value to set.
        Returns:
        the ClusterInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.