Compartir a través de


ElasticPoolActivity Constructores

Definición

Sobrecargas

ElasticPoolActivity()

Inicializa una nueva instancia de la clase ElasticPoolActivity.

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>)

Inicializa una nueva instancia de la clase ElasticPoolActivity.

ElasticPoolActivity()

Inicializa una nueva instancia de la clase ElasticPoolActivity.

public ElasticPoolActivity ();
Public Sub New ()

Se aplica a

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>)

Inicializa una nueva instancia de la clase ElasticPoolActivity.

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)

Parámetros

id
String

Identificador del recurso.

name
String

Nombre del recurso.

type
String

Tipo de recurso.

location
String

Ubicación geográfica donde reside el recurso

endTime
Nullable<DateTime>

Hora a la que finalizó la operación (formato ISO8601).

errorCode
Nullable<Int32>

Código de error si está disponible.

errorMessage
String

Mensaje de error si está disponible.

errorSeverity
Nullable<Int32>

Gravedad del error si está disponible.

operation
String

Nombre de la operación.

operationId
Guid

Identificador de operación único.

percentComplete
Nullable<Int32>

Porcentaje completado si está disponible.

requestedDatabaseDtuMax
Nullable<Int32>

DTU máxima solicitada por base de datos, si está disponible.

requestedDatabaseDtuMin
Nullable<Int32>

DTU mínima solicitada por base de datos, si está disponible.

requestedDtu
Nullable<Int32>

DTU solicitado para el grupo, si está disponible.

requestedElasticPoolName
String

Nombre solicitado para el grupo elástico si está disponible.

requestedStorageLimitInGB
Nullable<Int64>

Límite de almacenamiento solicitado para el grupo en GB si está disponible.

elasticPoolName
String

Nombre del grupo elástico.

serverName
String

Nombre del servidor en el que se encuentra el grupo elástico.

startTime
Nullable<DateTime>

Hora en que se inició la operación (formato ISO8601).

state
String

Estado actual de la operación.

requestedStorageLimitInMB
Nullable<Int32>

Límite de almacenamiento solicitado en MB.

requestedDatabaseDtuGuarantee
Nullable<Int32>

Garantía de DTU solicitada por base de datos.

requestedDatabaseDtuCap
Nullable<Int32>

El límite de DTU solicitado por base de datos.

requestedDtuGuarantee
Nullable<Int32>

Garantía de DTU solicitada.

Se aplica a