ElasticPoolActivity Constructors

Definition

Overloads

ElasticPoolActivity()

Initializes a new instance of the ElasticPoolActivity class.

ElasticPoolActivity(String, String, String, String, Nullable<DateTime>, Nullable<Int32>, String, Nullable<Int32>, String, Guid, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int64>, String, String, Nullable<DateTime>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the ElasticPoolActivity class.

ElasticPoolActivity()

Initializes a new instance of the ElasticPoolActivity class.

public ElasticPoolActivity ();
Public Sub New ()

Applies to

ElasticPoolActivity(String, String, String, String, Nullable<DateTime>, Nullable<Int32>, String, Nullable<Int32>, String, Guid, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int64>, String, String, Nullable<DateTime>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the ElasticPoolActivity class.

public ElasticPoolActivity (string id = default, string name = default, string type = default, string location = default, DateTime? endTime = default, int? errorCode = default, string errorMessage = default, int? errorSeverity = default, string operation = default, Guid operationId = default, int? percentComplete = default, int? requestedDatabaseDtuMax = default, int? requestedDatabaseDtuMin = default, int? requestedDtu = default, string requestedElasticPoolName = default, long? requestedStorageLimitInGB = default, string elasticPoolName = default, string serverName = default, DateTime? startTime = default, string state = default, int? requestedStorageLimitInMB = default, int? requestedDatabaseDtuGuarantee = default, int? requestedDatabaseDtuCap = default, int? requestedDtuGuarantee = default);
new Microsoft.Azure.Management.Sql.Models.ElasticPoolActivity : string * string * string * string * Nullable<DateTime> * Nullable<int> * string * Nullable<int> * string * Guid * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * string * Nullable<int64> * string * string * Nullable<DateTime> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Sql.Models.ElasticPoolActivity
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorMessage As String = Nothing, Optional errorSeverity As Nullable(Of Integer) = Nothing, Optional operation As String = Nothing, Optional operationId As Guid = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional requestedDatabaseDtuMax As Nullable(Of Integer) = Nothing, Optional requestedDatabaseDtuMin As Nullable(Of Integer) = Nothing, Optional requestedDtu As Nullable(Of Integer) = Nothing, Optional requestedElasticPoolName As String = Nothing, Optional requestedStorageLimitInGB As Nullable(Of Long) = Nothing, Optional elasticPoolName As String = Nothing, Optional serverName As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional state As String = Nothing, Optional requestedStorageLimitInMB As Nullable(Of Integer) = Nothing, Optional requestedDatabaseDtuGuarantee As Nullable(Of Integer) = Nothing, Optional requestedDatabaseDtuCap As Nullable(Of Integer) = Nothing, Optional requestedDtuGuarantee As Nullable(Of Integer) = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

The geo-location where the resource lives

endTime
Nullable<DateTime>

The time the operation finished (ISO8601 format).

errorCode
Nullable<Int32>

The error code if available.

errorMessage
String

The error message if available.

errorSeverity
Nullable<Int32>

The error severity if available.

operation
String

The operation name.

operationId
Guid

The unique operation ID.

percentComplete
Nullable<Int32>

The percentage complete if available.

requestedDatabaseDtuMax
Nullable<Int32>

The requested max DTU per database if available.

requestedDatabaseDtuMin
Nullable<Int32>

The requested min DTU per database if available.

requestedDtu
Nullable<Int32>

The requested DTU for the pool if available.

requestedElasticPoolName
String

The requested name for the elastic pool if available.

requestedStorageLimitInGB
Nullable<Int64>

The requested storage limit for the pool in GB if available.

elasticPoolName
String

The name of the elastic pool.

serverName
String

The name of the server the elastic pool is in.

startTime
Nullable<DateTime>

The time the operation started (ISO8601 format).

state
String

The current state of the operation.

requestedStorageLimitInMB
Nullable<Int32>

The requested storage limit in MB.

requestedDatabaseDtuGuarantee
Nullable<Int32>

The requested per database DTU guarantee.

requestedDatabaseDtuCap
Nullable<Int32>

The requested per database DTU cap.

requestedDtuGuarantee
Nullable<Int32>

The requested DTU guarantee.

Applies to