Interface AzureResourceSku


  • public interface AzureResourceSku
    An immutable client-side representation of AzureResourceSku.
    • Method Detail

      • resourceType

        String resourceType()
        Gets the resourceType property: Resource Namespace and Type.
        Returns:
        the resourceType value.
      • sku

        AzureSku sku()
        Gets the sku property: The SKU details.
        Returns:
        the sku value.
      • capacity

        AzureCapacity capacity()
        Gets the capacity property: The number of instances of the cluster.
        Returns:
        the capacity value.
      • innerModel

        AzureResourceSkuInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.AzureResourceSkuInner object.
        Returns:
        the inner object.