ArmMySqlModelFactory.MySqlPerformanceTierServiceLevelObjectives 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 MySqlPerformanceTierServiceLevelObjectives.
public static Azure.ResourceManager.MySql.Models.MySqlPerformanceTierServiceLevelObjectives MySqlPerformanceTierServiceLevelObjectives (string id = default, string edition = default, int? vCores = default, string hardwareGeneration = default, int? maxBackupRetentionDays = default, int? minBackupRetentionDays = default, int? maxStorageInMB = default, int? minStorageInMB = default);
static member MySqlPerformanceTierServiceLevelObjectives : string * string * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.MySql.Models.MySqlPerformanceTierServiceLevelObjectives
Public Shared Function MySqlPerformanceTierServiceLevelObjectives (Optional id As String = Nothing, Optional edition As String = Nothing, Optional vCores As Nullable(Of Integer) = Nothing, Optional hardwareGeneration As String = Nothing, Optional maxBackupRetentionDays As Nullable(Of Integer) = Nothing, Optional minBackupRetentionDays As Nullable(Of Integer) = Nothing, Optional maxStorageInMB As Nullable(Of Integer) = Nothing, Optional minStorageInMB As Nullable(Of Integer) = Nothing) As MySqlPerformanceTierServiceLevelObjectives
Parâmetros
- id
- String
ID para o objetivo de nível de serviço.
- edition
- String
Edição da camada de desempenho.
- hardwareGeneration
- String
Geração de hardware associada ao objetivo de nível de serviço.
Retenção máxima de backup em dias para a edição da camada de desempenho.
Retenção mínima de backup em dias para a edição da camada de desempenho.
Retornos
Uma nova MySqlPerformanceTierServiceLevelObjectives instância para zombar.