Class SqlServerInstanceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.azurearcdata.fluent.models.SqlServerInstanceInner

public final class SqlServerInstanceInner extends com.azure.core.management.Resource
A SqlServerInstance.
  • Constructor Details

    • SqlServerInstanceInner

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

    • properties

      public SqlServerInstanceProperties properties()
      Get the properties property: null.
      Returns:
      the properties value.
    • withProperties

      public SqlServerInstanceInner withProperties(SqlServerInstanceProperties properties)
      Set the properties property: null.
      Parameters:
      properties - the properties value to set.
      Returns:
      the SqlServerInstanceInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Read only system data.
      Returns:
      the systemData value.
    • withLocation

      public SqlServerInstanceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public SqlServerInstanceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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