ArmSqlModelFactory.UpsertManagedServerOperationParameters Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
- family
- String
- tier
- String
Retornos
Uma nova UpsertManagedServerOperationParameters instância para simulação.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET