UpsertManagedServerOperationStep Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UpsertManagedServerOperationStep() |
Initialise une nouvelle instance de la classe UpsertManagedServerOperationStep. |
UpsertManagedServerOperationStep(Nullable<Int32>, String, String) |
Initialise une nouvelle instance de la classe UpsertManagedServerOperationStep. |
UpsertManagedServerOperationStep()
Initialise une nouvelle instance de la classe UpsertManagedServerOperationStep.
public UpsertManagedServerOperationStep ();
Public Sub New ()
S’applique à
UpsertManagedServerOperationStep(Nullable<Int32>, String, String)
Initialise une nouvelle instance de la classe UpsertManagedServerOperationStep.
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)
Paramètres
- name
- String
- status
- String
Les valeurs possibles sont les suivantes : « NotStarted », « InProgress », « SlowedDown », « Completed », « Failed », « Canceled »
S’applique à
Azure SDK for .NET