UpsertManagedServerOperationStep Constructors

Definition

Overloads

UpsertManagedServerOperationStep()

Initializes a new instance of the UpsertManagedServerOperationStep class.

UpsertManagedServerOperationStep(Nullable<Int32>, String, String)

Initializes a new instance of the UpsertManagedServerOperationStep class.

UpsertManagedServerOperationStep()

Initializes a new instance of the UpsertManagedServerOperationStep class.

public UpsertManagedServerOperationStep ();
Public Sub New ()

Applies to

UpsertManagedServerOperationStep(Nullable<Int32>, String, String)

Initializes a new instance of the UpsertManagedServerOperationStep class.

public UpsertManagedServerOperationStep (int? order = default, string name = default, string status = default);
new Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep : Nullable<int> * string * string -> Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep
Public Sub New (Optional order As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional status As String = Nothing)

Parameters

order
Nullable<Int32>
name
String
status
String

Possible values include: 'NotStarted', 'InProgress', 'SlowedDown', 'Completed', 'Failed', 'Canceled'

Applies to