Class SqlManagedInstanceK8SRaw

java.lang.Object
com.azure.resourcemanager.azurearcdata.models.SqlManagedInstanceK8SRaw

public final class SqlManagedInstanceK8SRaw extends Object
The raw kubernetes information.
  • Constructor Details

    • SqlManagedInstanceK8SRaw

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

    • spec

      Get the spec property: The kubernetes spec information.
      Returns:
      the spec value.
    • withSpec

      Set the spec property: The kubernetes spec information.
      Parameters:
      spec - the spec value to set.
      Returns:
      the SqlManagedInstanceK8SRaw object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: The raw kubernetes information.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public SqlManagedInstanceK8SRaw withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: The raw kubernetes information.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the SqlManagedInstanceK8SRaw object itself.
    • validate

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