ArmMySqlModelFactory.MySqlQueryTextData 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 MySqlQueryTextData.
public static Azure.ResourceManager.MySql.MySqlQueryTextData MySqlQueryTextData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string queryId = default, string queryText = default);
static member MySqlQueryTextData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string -> Azure.ResourceManager.MySql.MySqlQueryTextData
Public Shared Function MySqlQueryTextData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional queryId As String = Nothing, Optional queryText As String = Nothing) As MySqlQueryTextData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- queryId
- String
Query identifier unique to the server.
- queryText
- String
Query text.
Returns
A new MySqlQueryTextData instance for mocking.