ElasticPoolActivity Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ElasticPoolActivity() |
Initialise une nouvelle instance de la classe 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>) |
Initialise une nouvelle instance de la classe ElasticPoolActivity. |
ElasticPoolActivity()
Initialise une nouvelle instance de la classe ElasticPoolActivity.
public ElasticPoolActivity ();
Public Sub New ()
S’applique à
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>)
Initialise une nouvelle instance de la classe 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)
Paramètres
- id
- String
ID de la ressource
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
- location
- String
Emplacement géographique où réside la ressource
- errorMessage
- String
Message d’erreur s’il est disponible.
- operation
- String
Nom de l’opération.
- operationId
- Guid
ID d’opération unique.
Nombre maximal de DTU demandé par base de données, si disponible.
- requestedElasticPoolName
- String
Nom demandé pour le pool élastique, le cas échéant.
Limite de stockage demandée pour le pool en Go si disponible.
- elasticPoolName
- String
Nom du pool élastique.
- serverName
- String
Nom du serveur dans lequel se trouve le pool élastique.
- state
- String
État actuel de l’opération.
S’applique à
Azure SDK for .NET