ArmMySqlFlexibleServersModelFactory.MySqlFlexibleServerNameAvailabilityContent 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 MySqlFlexibleServerNameAvailabilityContent.
public static Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerNameAvailabilityContent MySqlFlexibleServerNameAvailabilityContent (string name = default, Azure.Core.ResourceType? resourceType = default);
static member MySqlFlexibleServerNameAvailabilityContent : string * Nullable<Azure.Core.ResourceType> -> Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerNameAvailabilityContent
Public Shared Function MySqlFlexibleServerNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing) As MySqlFlexibleServerNameAvailabilityContent
Parameters
- name
- String
Resource name to verify.
- resourceType
- Nullable<ResourceType>
Resource type used for verification.
Returns
A new MySqlFlexibleServerNameAvailabilityContent instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET