ArmMySqlFlexibleServersModelFactory.ServerVersionCapabilityV2(String) 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 ServerVersionCapabilityV2.
public static Azure.ResourceManager.MySql.FlexibleServers.Models.ServerVersionCapabilityV2 ServerVersionCapabilityV2 (string name = default);
static member ServerVersionCapabilityV2 : string -> Azure.ResourceManager.MySql.FlexibleServers.Models.ServerVersionCapabilityV2
Public Shared Function ServerVersionCapabilityV2 (Optional name As String = Nothing) As ServerVersionCapabilityV2
Parameters
- name
- String
server version.
Returns
A new ServerVersionCapabilityV2 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