Class ApiManagementSkuZoneDetails


  • public final class ApiManagementSkuZoneDetails
    extends Object
    Describes The zonal capabilities of a SKU.
    • Constructor Detail

      • ApiManagementSkuZoneDetails

        public ApiManagementSkuZoneDetails()
    • Method Detail

      • name

        public List<String> name()
        Get the name property: The set of zones that the SKU is available in with the specified capabilities.
        Returns:
        the name value.
      • capabilities

        public List<ApiManagementSkuCapabilities> capabilities()
        Get the capabilities property: A list of capabilities that are available for the SKU in the specified list of zones.
        Returns:
        the capabilities value.
      • validate

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