DeletedServerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. DeletedServerProperties
- com.
Implements
public final class DeletedServerProperties
implements JsonSerializable<DeletedServerProperties>
The properties of a deleted server.
Constructor Summary
| Constructor | Description |
|---|---|
| DeletedServerProperties() |
Creates an instance of Deleted |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
deletionTime()
Get the deletion |
|
static
Deleted |
fromJson(JsonReader jsonReader)
Reads an instance of Deleted |
| String |
fullyQualifiedDomainName()
Get the fully |
| String |
originalId()
Get the original |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: The version of the deleted server. |
Methods inherited from java.lang.Object
Constructor Details
DeletedServerProperties
public DeletedServerProperties()
Creates an instance of DeletedServerProperties class.
Method Details
deletionTime
public OffsetDateTime deletionTime()
Get the deletionTime property: The deletion time of the deleted server.
Returns:
fromJson
public static DeletedServerProperties fromJson(JsonReader jsonReader)
Reads an instance of DeletedServerProperties from the JsonReader.
Parameters:
Returns:
Throws:
fullyQualifiedDomainName
public String fullyQualifiedDomainName()
Get the fullyQualifiedDomainName property: The fully qualified domain name of the server.
Returns:
originalId
public String originalId()
Get the originalId property: The original ID of the server before deletion.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: The version of the deleted server.
Returns: