Class SqlManagedInstanceInner

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

public final class SqlManagedInstanceInner extends com.azure.core.management.Resource
A SqlManagedInstance.
  • Constructor Details

    • SqlManagedInstanceInner

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

    • properties

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

      public SqlManagedInstanceInner withProperties(SqlManagedInstanceProperties properties)
      Set the properties property: null.
      Parameters:
      properties - the properties value to set.
      Returns:
      the SqlManagedInstanceInner object itself.
    • extendedLocation

      public ExtendedLocation extendedLocation()
      Get the extendedLocation property: The extendedLocation of the resource.
      Returns:
      the extendedLocation value.
    • withExtendedLocation

      public SqlManagedInstanceInner withExtendedLocation(ExtendedLocation extendedLocation)
      Set the extendedLocation property: The extendedLocation of the resource.
      Parameters:
      extendedLocation - the extendedLocation value to set.
      Returns:
      the SqlManagedInstanceInner object itself.
    • sku

      public SqlManagedInstanceSku sku()
      Get the sku property: Resource sku.
      Returns:
      the sku value.
    • withSku

      Set the sku property: Resource sku.
      Parameters:
      sku - the sku value to set.
      Returns:
      the SqlManagedInstanceInner object itself.
    • systemData

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

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

      public SqlManagedInstanceInner 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.