UpsertManagedServerOperationStep 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
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
- name
- String
- status
- String
Possible values include: 'NotStarted', 'InProgress', 'SlowedDown', 'Completed', 'Failed', 'Canceled'
Applies to
Azure SDK for .NET