Partager via


ElasticPoolDatabaseActivityInner Constructeurs

Définition

Surcharges

ElasticPoolDatabaseActivityInner()

Initialise une nouvelle instance de la classe ElasticPoolDatabaseActivityInner.

ElasticPoolDatabaseActivityInner(String, String, String, String, String, Nullable<DateTime>, Nullable<Int32>, String, Nullable<Int32>, String, Guid, Nullable<Int32>, String, String, String, String, String, Nullable<DateTime>, String)

Initialise une nouvelle instance de la classe ElasticPoolDatabaseActivityInner.

ElasticPoolDatabaseActivityInner()

Initialise une nouvelle instance de la classe ElasticPoolDatabaseActivityInner.

public ElasticPoolDatabaseActivityInner ();
Public Sub New ()

S’applique à

ElasticPoolDatabaseActivityInner(String, String, String, String, String, Nullable<DateTime>, Nullable<Int32>, String, Nullable<Int32>, String, Guid, Nullable<Int32>, String, String, String, String, String, Nullable<DateTime>, String)

Initialise une nouvelle instance de la classe ElasticPoolDatabaseActivityInner.

public ElasticPoolDatabaseActivityInner (string id = default, string name = default, string type = default, string location = default, string databaseName = default, DateTime? endTime = default, int? errorCode = default, string errorMessage = default, int? errorSeverity = default, string operation = default, Guid operationId = default, int? percentComplete = default, string requestedElasticPoolName = default, string currentElasticPoolName = default, string currentServiceObjective = default, string requestedServiceObjective = default, string serverName = default, DateTime? startTime = default, string state = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDatabaseActivityInner : string * string * string * string * string * Nullable<DateTime> * Nullable<int> * string * Nullable<int> * string * Guid * Nullable<int> * string * string * string * string * string * Nullable<DateTime> * string -> Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDatabaseActivityInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional databaseName 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 requestedElasticPoolName As String = Nothing, Optional currentElasticPoolName As String = Nothing, Optional currentServiceObjective As String = Nothing, Optional requestedServiceObjective As String = Nothing, Optional serverName As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional state As String = Nothing)

Paramètres

id
String
name
String
type
String
location
String

Emplacement géographique où réside la ressource

databaseName
String

Nom de la base de données.

endTime
Nullable<DateTime>

Heure à laquelle l’opération s’est terminée (format ISO8601).

errorCode
Nullable<Int32>

Code d’erreur s’il est disponible.

errorMessage
String

Message d’erreur s’il est disponible.

errorSeverity
Nullable<Int32>

Gravité de l’erreur si disponible.

operation
String

Nom de l’opération.

operationId
Guid

ID d’opération unique.

percentComplete
Nullable<Int32>

Le pourcentage est terminé si disponible.

requestedElasticPoolName
String

Nom du pool élastique dans lequel la base de données se déplace, le cas échéant.

currentElasticPoolName
String

Nom du pool élastique actuel dans lequel se trouve la base de données, s’il est disponible.

currentServiceObjective
String

Nom de l’objectif de service actuel s’il est disponible.

requestedServiceObjective
String

Nom de l’objectif de service demandé si disponible.

serverName
String

Nom du serveur dans lequel se trouve le pool élastique.

startTime
Nullable<DateTime>

Heure de démarrage de l’opération (format ISO8601).

state
String

État actuel de l’opération.

S’applique à