ElasticPoolDatabaseActivity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ElasticPoolDatabaseActivity() |
Initializes a new instance of the ElasticPoolDatabaseActivity class. |
ElasticPoolDatabaseActivity(String, String, String, String, String, Nullable<DateTime>, Nullable<Int32>, String, Nullable<Int32>, String, Guid, Nullable<Int32>, String, String, String, String, String, Nullable<DateTime>, String) |
Initializes a new instance of the ElasticPoolDatabaseActivity class. |
ElasticPoolDatabaseActivity()
Initializes a new instance of the ElasticPoolDatabaseActivity class.
public ElasticPoolDatabaseActivity ();
Public Sub New ()
Applies to
ElasticPoolDatabaseActivity(String, String, String, String, String, Nullable<DateTime>, Nullable<Int32>, String, Nullable<Int32>, String, Guid, Nullable<Int32>, String, String, String, String, String, Nullable<DateTime>, String)
Initializes a new instance of the ElasticPoolDatabaseActivity class.
public ElasticPoolDatabaseActivity (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.Models.ElasticPoolDatabaseActivity : 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.Models.ElasticPoolDatabaseActivity
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)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
The geo-location where the resource lives
- databaseName
- String
The database name.
- errorMessage
- String
The error message if available.
- operation
- String
The operation name.
- operationId
- Guid
The unique operation ID.
- requestedElasticPoolName
- String
The name for the elastic pool the database is moving into if available.
- currentElasticPoolName
- String
The name of the current elastic pool the database is in if available.
- currentServiceObjective
- String
The name of the current service objective if available.
- requestedServiceObjective
- String
The name of the requested service objective if available.
- serverName
- String
The name of the server the elastic pool is in.
- state
- String
The current state of the operation.
Applies to
Azure SDK for .NET