QueryText Class
Represents a Query Text.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
QueryText(*, query_id: str | None = None, query_text: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
query_id
|
Query identifier unique to the server. Default value: None
|
query_text
|
Query text. Default value: None
|
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
query_id
|
Query identifier unique to the server. |
query_text
|
Query text. |