你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmSqlModelFactory.UpsertManagedServerOperationStep 方法

定义

初始化 UpsertManagedServerOperationStep 的新实例。

public static Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationStep UpsertManagedServerOperationStep (int? order = default, string name = default, Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationStepStatus? status = default);
static member UpsertManagedServerOperationStep : Nullable<int> * string * Nullable<Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationStepStatus> -> Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationStep
Public Shared Function UpsertManagedServerOperationStep (Optional order As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional status As Nullable(Of UpsertManagedServerOperationStepStatus) = Nothing) As UpsertManagedServerOperationStep

参数

order
Nullable<Int32>
name
String

返回

用于模拟的新 UpsertManagedServerOperationStep 实例。

适用于