Udostępnij za pośrednictwem


ArmSqlModelFactory.ManagedInstanceOperationData Method

Definition

Initializes a new instance of ManagedInstanceOperationData.

public static Azure.ResourceManager.Sql.ManagedInstanceOperationData ManagedInstanceOperationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string managedInstanceName = default, string operation = default, string operationFriendlyName = default, int? percentComplete = default, DateTimeOffset? startOn = default, Azure.ResourceManager.Sql.Models.ManagementOperationState? state = default, int? errorCode = default, string errorDescription = default, int? errorSeverity = default, bool? isUserError = default, DateTimeOffset? estimatedCompleteOn = default, string description = default, bool? isCancellable = default, Azure.ResourceManager.Sql.Models.ManagedInstanceOperationParametersPair operationParameters = default, Azure.ResourceManager.Sql.Models.ManagedInstanceOperationSteps operationSteps = default);
static member ManagedInstanceOperationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<int> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Sql.Models.ManagementOperationState> * Nullable<int> * string * Nullable<int> * Nullable<bool> * Nullable<DateTimeOffset> * string * Nullable<bool> * Azure.ResourceManager.Sql.Models.ManagedInstanceOperationParametersPair * Azure.ResourceManager.Sql.Models.ManagedInstanceOperationSteps -> Azure.ResourceManager.Sql.ManagedInstanceOperationData
Public Shared Function ManagedInstanceOperationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional managedInstanceName As String = Nothing, Optional operation As String = Nothing, Optional operationFriendlyName As String = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional state As Nullable(Of ManagementOperationState) = 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, Optional operationParameters As ManagedInstanceOperationParametersPair = Nothing, Optional operationSteps As ManagedInstanceOperationSteps = Nothing) As ManagedInstanceOperationData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

managedInstanceName
String

The name of the managed instance the operation is being performed on.

operation
String

The name of operation.

operationFriendlyName
String

The friendly name of operation.

percentComplete
Nullable<Int32>

The percentage of the operation completed.

startOn
Nullable<DateTimeOffset>

The operation start time.

state
Nullable<ManagementOperationState>

The operation state.

errorCode
Nullable<Int32>

The operation error code.

errorDescription
String

The operation error description.

errorSeverity
Nullable<Int32>

The operation error severity.

isUserError
Nullable<Boolean>

Whether or not the error is a user error.

estimatedCompleteOn
Nullable<DateTimeOffset>

The estimated completion time of the operation.

description
String

The operation description.

isCancellable
Nullable<Boolean>

Whether the operation can be cancelled.

operationParameters
ManagedInstanceOperationParametersPair

The operation parameters.

operationSteps
ManagedInstanceOperationSteps

The operation steps.

Returns

A new ManagedInstanceOperationData instance for mocking.

Applies to