Class DeletedServerInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.DeletedServerInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class DeletedServerInner extends com.azure.core.management.ProxyResource
A deleted server.
  • Constructor Details

    • DeletedServerInner

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

    • version

      public String version()
      Get the version property: The version of the deleted server.
      Returns:
      the version value.
    • deletionTime

      public OffsetDateTime deletionTime()
      Get the deletionTime property: The deletion time of the deleted server.
      Returns:
      the deletionTime value.
    • originalId

      public String originalId()
      Get the originalId property: The original ID of the server before deletion.
      Returns:
      the originalId value.
    • fullyQualifiedDomainName

      public String fullyQualifiedDomainName()
      Get the fullyQualifiedDomainName property: The fully qualified domain name of the server.
      Returns:
      the fullyQualifiedDomainName value.
    • validate

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