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.