ArmMySqlFlexibleServersModelFactory.ServerEditionCapabilityV2 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 ServerEditionCapabilityV2.
public static Azure.ResourceManager.MySql.FlexibleServers.Models.ServerEditionCapabilityV2 ServerEditionCapabilityV2 (string name = default, string defaultSku = default, int? defaultStorageSize = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerStorageEditionCapability> supportedStorageEditions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MySql.FlexibleServers.Models.SkuCapabilityV2> supportedSkus = default);
static member ServerEditionCapabilityV2 : string * string * Nullable<int> * seq<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerStorageEditionCapability> * seq<Azure.ResourceManager.MySql.FlexibleServers.Models.SkuCapabilityV2> -> Azure.ResourceManager.MySql.FlexibleServers.Models.ServerEditionCapabilityV2
Public Shared Function ServerEditionCapabilityV2 (Optional name As String = Nothing, Optional defaultSku As String = Nothing, Optional defaultStorageSize As Nullable(Of Integer) = Nothing, Optional supportedStorageEditions As IEnumerable(Of MySqlFlexibleServerStorageEditionCapability) = Nothing, Optional supportedSkus As IEnumerable(Of SkuCapabilityV2) = Nothing) As ServerEditionCapabilityV2
Parameters
- name
- String
Server edition name.
- defaultSku
- String
Default Sku name.
- supportedStorageEditions
- IEnumerable<MySqlFlexibleServerStorageEditionCapability>
A list of supported storage editions.
- supportedSkus
- IEnumerable<SkuCapabilityV2>
A list of supported Skus.
Returns
A new ServerEditionCapabilityV2 instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET