ArmMySqlFlexibleServersModelFactory.SkuCapabilityV2 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 SkuCapabilityV2.
public static Azure.ResourceManager.MySql.FlexibleServers.Models.SkuCapabilityV2 SkuCapabilityV2 (string name = default, long? vCores = default, long? supportedIops = default, long? supportedMemoryPerVCoreMB = default, System.Collections.Generic.IEnumerable<string> supportedZones = default, System.Collections.Generic.IEnumerable<string> supportedHAMode = default);
static member SkuCapabilityV2 : string * Nullable<int64> * Nullable<int64> * Nullable<int64> * seq<string> * seq<string> -> Azure.ResourceManager.MySql.FlexibleServers.Models.SkuCapabilityV2
Public Shared Function SkuCapabilityV2 (Optional name As String = Nothing, Optional vCores As Nullable(Of Long) = Nothing, Optional supportedIops As Nullable(Of Long) = Nothing, Optional supportedMemoryPerVCoreMB As Nullable(Of Long) = Nothing, Optional supportedZones As IEnumerable(Of String) = Nothing, Optional supportedHAMode As IEnumerable(Of String) = Nothing) As SkuCapabilityV2
Parameters
- name
- String
vCore name.
- supportedZones
- IEnumerable<String>
Supported zones.
- supportedHAMode
- IEnumerable<String>
Supported high availability mode.
Returns
A new SkuCapabilityV2 instance for mocking.
Applies to
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