java.lang.Object
com.azure.resourcemanager.machinelearning.models.AksSchema
All Implemented Interfaces:
com.azure.json.JsonSerializable<AksSchema>

public class AksSchema extends Object implements com.azure.json.JsonSerializable<AksSchema>
The AksSchema model.
  • Constructor Details

    • AksSchema

      public AksSchema()
      Creates an instance of AksSchema class.
  • Method Details

    • properties

      public AksSchemaProperties properties()
      Get the properties property: AKS properties.
      Returns:
      the properties value.
    • withProperties

      public AksSchema withProperties(AksSchemaProperties properties)
      Set the properties property: AKS properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the AksSchema object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AksSchema>
      Throws:
      IOException
    • fromJson

      public static AksSchema fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AksSchema from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AksSchema if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the AksSchema.