DeletedServerInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. DeletedServerInner
- com.
- com.
public final class DeletedServerInner
extends ProxyResource
A deleted server.
Constructor Summary
Constructor | Description |
---|---|
DeletedServerInner() |
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 |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
originalId()
Get the original |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
String |
version()
Get the version property: The version of the deleted server. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
DeletedServerInner
public DeletedServerInner()
Creates an instance of DeletedServerInner class.
Method Details
deletionTime
public OffsetDateTime deletionTime()
Get the deletionTime property: The deletion time of the deleted server.
Returns:
fromJson
public static DeletedServerInner fromJson(JsonReader jsonReader)
Reads an instance of DeletedServerInner from the JsonReader.
Parameters:
Returns:
Throws:
fullyQualifiedDomainName
public String fullyQualifiedDomainName()
Get the fullyQualifiedDomainName property: The fully qualified domain name of the server.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DeletedServerInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DeletedServerInner.name()Returns:
originalId
public String originalId()
Get the originalId property: The original ID of the server before deletion.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DeletedServerInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DeletedServerInner.type()Returns:
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: The version of the deleted server.
Returns:
Applies to
Azure SDK for Java