Interface ElasticPoolActivity
-
- All Superinterfaces:
HasId,HasInnerModel<ElasticPoolActivityInner>,HasName,HasResourceGroup
public interface ElasticPoolActivity extends HasInnerModel<ElasticPoolActivityInner>, HasResourceGroup, HasName, HasId
An immutable client-side representation of an Azure SQL ElasticPool's Activity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringelasticPoolName()OffsetDateTimeendTime()interrorCode()StringerrorMessage()interrorSeverity()Stringlocation()Stringoperation()StringoperationId()intpercentComplete()intrequestedDatabaseDtuCap()intrequestedDatabaseDtuGuarantee()intrequestedDatabaseDtuMax()intrequestedDatabaseDtuMin()intrequestedDtu()intrequestedDtuGuarantee()StringrequestedElasticPoolName()longrequestedStorageLimitInGB()intrequestedStorageLimitInMB()StringserverName()OffsetDateTimestartTime()Stringstate()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
-
-
-
Method Detail
-
endTime
OffsetDateTime endTime()
- Returns:
- the time the operation finished (ISO8601 format)
-
errorCode
int errorCode()
- Returns:
- the error code if available
-
errorMessage
String errorMessage()
- Returns:
- the error message if available
-
errorSeverity
int errorSeverity()
- Returns:
- the error severity if available
-
operation
String operation()
- Returns:
- the operation name
-
operationId
String operationId()
- Returns:
- the unique operation ID
-
percentComplete
int percentComplete()
- Returns:
- the percentage complete if available
-
requestedDatabaseDtuMax
int requestedDatabaseDtuMax()
- Returns:
- the requested max DTU per database if available
-
requestedDatabaseDtuMin
int requestedDatabaseDtuMin()
- Returns:
- the requested min DTU per database if available
-
requestedDtu
int requestedDtu()
- Returns:
- the requested DTU for the pool if available
-
requestedElasticPoolName
String requestedElasticPoolName()
- Returns:
- the requested name for the Elastic Pool if available
-
requestedStorageLimitInGB
long requestedStorageLimitInGB()
- Returns:
- the requested storage limit for the pool in GB if available
-
elasticPoolName
String elasticPoolName()
- Returns:
- the name of the Elastic Pool
-
serverName
String serverName()
- Returns:
- the name of the Azure SQL Server the Elastic Pool is in
-
startTime
OffsetDateTime startTime()
- Returns:
- the time the operation started (ISO8601 format)
-
state
String state()
- Returns:
- the current state of the operation
-
location
String location()
- Returns:
- the geo-location where the resource lives.
-
requestedStorageLimitInMB
int requestedStorageLimitInMB()
- Returns:
- the requested storage limit in MB.
-
requestedDatabaseDtuGuarantee
int requestedDatabaseDtuGuarantee()
- Returns:
- he requested per database DTU guarantee.
-
requestedDatabaseDtuCap
int requestedDatabaseDtuCap()
- Returns:
- the requested per database DTU cap.
-
requestedDtuGuarantee
int requestedDtuGuarantee()
- Returns:
- the requested DTU guarantee.
-
-