Megosztás a következőn keresztül:


ArmSqlModelFactory.UpsertManagedServerOperationParameters Method

Definition

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
vCores
Nullable<Int32>
storageSizeInGB
Nullable<Int32>

Returns

A new UpsertManagedServerOperationParameters instance for mocking.

Applies to