ArmSqlModelFactory.ElasticPoolOperationData Method
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.
Initializes a new instance of ElasticPoolOperationData.
public static Azure.ResourceManager.Sql.Models.ElasticPoolOperationData ElasticPoolOperationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string elasticPoolName = default, string operation = default, string operationFriendlyName = default, int? percentComplete = default, string serverName = default, DateTimeOffset? startOn = default, string state = default, int? errorCode = default, string errorDescription = default, int? errorSeverity = default, bool? isUserError = default, DateTimeOffset? estimatedCompleteOn = default, string description = default, bool? isCancellable = default);
static member ElasticPoolOperationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<int> * string * Nullable<DateTimeOffset> * string * Nullable<int> * string * Nullable<int> * Nullable<bool> * Nullable<DateTimeOffset> * string * Nullable<bool> -> Azure.ResourceManager.Sql.Models.ElasticPoolOperationData
Public Shared Function ElasticPoolOperationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional elasticPoolName As String = Nothing, Optional operation As String = Nothing, Optional operationFriendlyName As String = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional serverName As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional state As String = Nothing, Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorDescription As String = Nothing, Optional errorSeverity As Nullable(Of Integer) = Nothing, Optional isUserError As Nullable(Of Boolean) = Nothing, Optional estimatedCompleteOn As Nullable(Of DateTimeOffset) = Nothing, Optional description As String = Nothing, Optional isCancellable As Nullable(Of Boolean) = Nothing) As ElasticPoolOperationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- elasticPoolName
- String
The name of the elastic pool the operation is being performed on.
- operation
- String
The name of operation.
- operationFriendlyName
- String
The friendly name of operation.
- serverName
- String
The name of the server.
- startOn
- Nullable<DateTimeOffset>
The operation start time.
- state
- String
The operation state.
- errorDescription
- String
The operation error description.
- estimatedCompleteOn
- Nullable<DateTimeOffset>
The estimated completion time of the operation.
- description
- String
The operation description.
Returns
A new ElasticPoolOperationData instance for mocking.
Applies to
Azure SDK for .NET