Interface SkuResource


public interface SkuResource
An immutable client-side representation of SkuResource.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the capacity property: Gets or sets the Sku Capacity.
    Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.SkuResourceInner object.
    Gets the resourceType property: The resource type name.
    sku()
    Gets the sku property: Gets or sets the Sku.
  • Method Details

    • resourceType

      String resourceType()
      Gets the resourceType property: The resource type name.
      Returns:
      the resourceType value.
    • sku

      SkuSetting sku()
      Gets the sku property: Gets or sets the Sku.
      Returns:
      the sku value.
    • capacity

      SkuCapacity capacity()
      Gets the capacity property: Gets or sets the Sku Capacity.
      Returns:
      the capacity value.
    • innerModel

      SkuResourceInner innerModel()
      Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.SkuResourceInner object.
      Returns:
      the inner object.