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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the deletionTime property: The deletion time of the deleted server.Get the fullyQualifiedDomainName property: The fully qualified domain name of the server.Get the originalId property: The original ID of the server before deletion.voidvalidate()Validates the instance.version()Get the version property: The version of the deleted server.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
DeletedServerInner
public DeletedServerInner()Creates an instance of DeletedServerInner class.
-
-
Method Details
-
version
Get the version property: The version of the deleted server.- Returns:
- the version value.
-
deletionTime
Get the deletionTime property: The deletion time of the deleted server.- Returns:
- the deletionTime value.
-
originalId
Get the originalId property: The original ID of the server before deletion.- Returns:
- the originalId value.
-
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.
-