ArmMySqlFlexibleServersModelFactory.MySqlFlexibleServersCapabilityData 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 MySqlFlexibleServersCapabilityData.
public static Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServersCapabilityData MySqlFlexibleServersCapabilityData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IEnumerable<string> supportedGeoBackupRegions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MySql.FlexibleServers.Models.ServerEditionCapabilityV2> supportedFlexibleServerEditions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MySql.FlexibleServers.Models.ServerVersionCapabilityV2> supportedServerVersions = default);
static member MySqlFlexibleServersCapabilityData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * seq<string> * seq<Azure.ResourceManager.MySql.FlexibleServers.Models.ServerEditionCapabilityV2> * seq<Azure.ResourceManager.MySql.FlexibleServers.Models.ServerVersionCapabilityV2> -> Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServersCapabilityData
Public Shared Function MySqlFlexibleServersCapabilityData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional supportedGeoBackupRegions As IEnumerable(Of String) = Nothing, Optional supportedFlexibleServerEditions As IEnumerable(Of ServerEditionCapabilityV2) = Nothing, Optional supportedServerVersions As IEnumerable(Of ServerVersionCapabilityV2) = Nothing) As MySqlFlexibleServersCapabilityData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- supportedGeoBackupRegions
- IEnumerable<String>
supported geo backup regions.
- supportedFlexibleServerEditions
- IEnumerable<ServerEditionCapabilityV2>
A list of supported flexible server editions.
- supportedServerVersions
- IEnumerable<ServerVersionCapabilityV2>
A list of supported server versions.
Returns
A new MySqlFlexibleServersCapabilityData 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