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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET