Freigeben über


ArmSqlModelFactory.ManagedInstanceOperationSteps Methode

Definition

Initialisiert eine neue instance von ManagedInstanceOperationSteps.

public static Azure.ResourceManager.Sql.Models.ManagedInstanceOperationSteps ManagedInstanceOperationSteps (string totalSteps = default, int? currentStep = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationStep> stepsList = default);
static member ManagedInstanceOperationSteps : string * Nullable<int> * seq<Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationStep> -> Azure.ResourceManager.Sql.Models.ManagedInstanceOperationSteps
Public Shared Function ManagedInstanceOperationSteps (Optional totalSteps As String = Nothing, Optional currentStep As Nullable(Of Integer) = Nothing, Optional stepsList As IEnumerable(Of UpsertManagedServerOperationStep) = Nothing) As ManagedInstanceOperationSteps

Parameter

totalSteps
String

Die Gesamtanzahl der Vorgangsschritte.

currentStep
Nullable<Int32>

Die Anzahl der aktuellen Vorgangsschritte.

stepsList
IEnumerable<UpsertManagedServerOperationStep>

Die Liste der Vorgangsschritte.

Gibt zurück

Eine neue ManagedInstanceOperationSteps instance zum Mocking.

Gilt für: