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

ArmSqlModelFactory.UpsertManagedServerOperationParameters 方法

定义

初始化 UpsertManagedServerOperationParameters 的新实例。

public static Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationParameters UpsertManagedServerOperationParameters (string family = default, string tier = default, int? vCores = default, int? storageSizeInGB = default);
static member UpsertManagedServerOperationParameters : string * string * Nullable<int> * Nullable<int> -> Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationParameters
Public Shared Function UpsertManagedServerOperationParameters (Optional family As String = Nothing, Optional tier As String = Nothing, Optional vCores As Nullable(Of Integer) = Nothing, Optional storageSizeInGB As Nullable(Of Integer) = Nothing) As UpsertManagedServerOperationParameters

参数

family
String
tier
String
vCores
Nullable<Int32>
storageSizeInGB
Nullable<Int32>

返回

用于模拟的新 UpsertManagedServerOperationParameters 实例。

适用于