Share via


QueryText Class

Definition

Represents a Query Text.

[Microsoft.Rest.Serialization.JsonTransformation]
public class QueryText : Microsoft.Azure.Management.MySQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type QueryText = class
    inherit ProxyResource
Public Class QueryText
Inherits ProxyResource
Inheritance
Attributes

Constructors

QueryText()

Initializes a new instance of the QueryText class.

QueryText(String, String, String, String, String)

Initializes a new instance of the QueryText class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
QueryId

Gets or sets query identifier unique to the server.

QueryTextProperty

Gets or sets query text.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to