Interface VMSkuListResult


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

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Resource Id.
    Gets the inner com.azure.resourcemanager.hybridcontainerservice.fluent.models.VMSkuListResultInner object.
    Gets the name property: Resource Name.
    Gets the type property: Resource Type.
    Gets the vmSKUs property: Supported VM SKUs.
  • Method Details

    • vmSKUs

      List<String> vmSKUs()
      Gets the vmSKUs property: Supported VM SKUs.
      Returns:
      the vmSKUs value.
    • id

      String id()
      Gets the id property: Resource Id.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: Resource Name.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: Resource Type.
      Returns:
      the type value.
    • innerModel

      VMSkuListResultInner innerModel()
      Gets the inner com.azure.resourcemanager.hybridcontainerservice.fluent.models.VMSkuListResultInner object.
      Returns:
      the inner object.