ElasticPoolActivityInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ElasticPoolActivityInner
- com.
- com.
public final class ElasticPoolActivityInner
extends ProxyResource
Represents the activity on an elastic pool.
Constructor Summary
| Constructor | Description |
|---|---|
| ElasticPoolActivityInner() |
Creates an instance of Elastic |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
elasticPoolName()
Get the elastic |
|
Offset |
endTime()
Get the end |
| Integer |
errorCode()
Get the error |
| String |
errorMessage()
Get the error |
| Integer |
errorSeverity()
Get the error |
|
static
Elastic |
fromJson(JsonReader jsonReader)
Reads an instance of Elastic |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
location()
Get the location property: The geo-location where the resource lives. |
| String |
name()
Get the name property: The name of the resource. |
| String |
operation()
Get the operation property: The operation name. |
| UUID |
operationId()
Get the operation |
| Integer |
percentComplete()
Get the percent |
| Integer |
requestedDatabaseDtuCap()
Get the requested |
| Integer |
requestedDatabaseDtuGuarantee()
Get the requested |
| Integer |
requestedDatabaseDtuMax()
Get the requested |
| Integer |
requestedDatabaseDtuMin()
Get the requested |
| Integer |
requestedDtu()
Get the requested |
| Integer |
requestedDtuGuarantee()
Get the requested |
| String |
requestedElasticPoolName()
Get the requested |
| Long |
requestedStorageLimitInGB()
Get the requested |
| Integer |
requestedStorageLimitInMB()
Get the requested |
| String |
serverName()
Get the server |
|
Offset |
startTime()
Get the start |
| String |
state()
Get the state property: The current state of the operation. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Elastic |
withLocation(String location)
Set the location property: The geo-location where the resource lives. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ElasticPoolActivityInner
public ElasticPoolActivityInner()
Creates an instance of ElasticPoolActivityInner class.
Method Details
elasticPoolName
public String elasticPoolName()
Get the elasticPoolName property: The name of the elastic pool.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: The time the operation finished (ISO8601 format).
Returns:
errorCode
public Integer errorCode()
Get the errorCode property: The error code if available.
Returns:
errorMessage
public String errorMessage()
Get the errorMessage property: The error message if available.
Returns:
errorSeverity
public Integer errorSeverity()
Get the errorSeverity property: The error severity if available.
Returns:
fromJson
public static ElasticPoolActivityInner fromJson(JsonReader jsonReader)
Reads an instance of ElasticPoolActivityInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ElasticPoolActivityInner.id()Returns:
location
public String location()
Get the location property: The geo-location where the resource lives.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ElasticPoolActivityInner.name()Returns:
operation
public String operation()
Get the operation property: The operation name.
Returns:
operationId
public UUID operationId()
Get the operationId property: The unique operation ID.
Returns:
percentComplete
public Integer percentComplete()
Get the percentComplete property: The percentage complete if available.
Returns:
requestedDatabaseDtuCap
public Integer requestedDatabaseDtuCap()
Get the requestedDatabaseDtuCap property: The requested per database DTU cap.
Returns:
requestedDatabaseDtuGuarantee
public Integer requestedDatabaseDtuGuarantee()
Get the requestedDatabaseDtuGuarantee property: The requested per database DTU guarantee.
Returns:
requestedDatabaseDtuMax
public Integer requestedDatabaseDtuMax()
Get the requestedDatabaseDtuMax property: The requested max DTU per database if available.
Returns:
requestedDatabaseDtuMin
public Integer requestedDatabaseDtuMin()
Get the requestedDatabaseDtuMin property: The requested min DTU per database if available.
Returns:
requestedDtu
public Integer requestedDtu()
Get the requestedDtu property: The requested DTU for the pool if available.
Returns:
requestedDtuGuarantee
public Integer requestedDtuGuarantee()
Get the requestedDtuGuarantee property: The requested DTU guarantee.
Returns:
requestedElasticPoolName
public String requestedElasticPoolName()
Get the requestedElasticPoolName property: The requested name for the elastic pool if available.
Returns:
requestedStorageLimitInGB
public Long requestedStorageLimitInGB()
Get the requestedStorageLimitInGB property: The requested storage limit for the pool in GB if available.
Returns:
requestedStorageLimitInMB
public Integer requestedStorageLimitInMB()
Get the requestedStorageLimitInMB property: The requested storage limit in MB.
Returns:
serverName
public String serverName()
Get the serverName property: The name of the server the elastic pool is in.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: The time the operation started (ISO8601 format).
Returns:
state
public String state()
Get the state property: The current state of the operation.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ElasticPoolActivityInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ElasticPoolActivityInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public ElasticPoolActivityInner withLocation(String location)
Set the location property: The geo-location where the resource lives.
Parameters:
Returns: