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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET