Compartilhar via


ArmSqlModelFactory.ElasticPoolActivity Método

Definição

Inicializa uma nova instância do ElasticPoolActivity.

public static Azure.ResourceManager.Sql.Models.ElasticPoolActivity ElasticPoolActivity (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, DateTimeOffset? endOn = 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, DateTimeOffset? startOn = default, string state = default, int? requestedStorageLimitInMB = default, int? requestedDatabaseDtuGuarantee = default, int? requestedDatabaseDtuCap = default, int? requestedDtuGuarantee = default);
static member ElasticPoolActivity : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Nullable<DateTimeOffset> * Nullable<int> * string * Nullable<int> * string * Nullable<Guid> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * string * Nullable<int64> * string * string * Nullable<DateTimeOffset> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.Sql.Models.ElasticPoolActivity
Public Shared Function ElasticPoolActivity (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = 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 Nullable(Of 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 startOn As Nullable(Of DateTimeOffset) = 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) As ElasticPoolActivity

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

location
Nullable<AzureLocation>

A localização geográfica onde o recurso reside.

endOn
Nullable<DateTimeOffset>

A hora em que a operação foi concluída (formato ISO8601).

errorCode
Nullable<Int32>

O código de erro, se disponível.

errorMessage
String

A mensagem de erro, se disponível.

errorSeverity
Nullable<Int32>

A gravidade do erro, se disponível.

operation
String

O nome da operação.

operationId
Nullable<Guid>

A ID de operação exclusiva.

percentComplete
Nullable<Int32>

O percentual será concluído se disponível.

requestedDatabaseDtuMax
Nullable<Int32>

O DTU máximo solicitado por banco de dados, se disponível.

requestedDatabaseDtuMin
Nullable<Int32>

A DTU mínima solicitada por banco de dados, se disponível.

requestedDtu
Nullable<Int32>

A DTU solicitada para o pool, se disponível.

requestedElasticPoolName
String

O nome solicitado para o pool elástico, se disponível.

requestedStorageLimitInGB
Nullable<Int64>

O limite de armazenamento solicitado para o pool em GB, se disponível.

elasticPoolName
String

O nome do pool elástico.

serverName
String

O nome do servidor em que o pool elástico está.

startOn
Nullable<DateTimeOffset>

A hora em que a operação foi iniciada (formato ISO8601).

state
String

O estado atual da operação.

requestedStorageLimitInMB
Nullable<Int32>

O limite de armazenamento solicitado em MB.

requestedDatabaseDtuGuarantee
Nullable<Int32>

A garantia de DTU solicitada por banco de dados.

requestedDatabaseDtuCap
Nullable<Int32>

O limite de DTU solicitado por banco de dados.

requestedDtuGuarantee
Nullable<Int32>

A garantia de DTU solicitada.

Retornos

Uma nova ElasticPoolActivity instância para zombar.

Aplica-se a