你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmSqlModelFactory.UpsertManagedServerOperationParameters Method
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.
Initializes a new instance of 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
Parameters
- family
- String
- tier
- String
Returns
A new UpsertManagedServerOperationParameters instance for mocking.