GetScriptResult

data class GetScriptResult(val azureApiVersion: String, val continueOnErrors: Boolean? = null, val forceUpdateTag: String? = null, val id: String, val name: String, val principalPermissionsAction: String? = null, val provisioningState: String, val scriptLevel: String? = null, val scriptUrl: String? = null, val systemData: SystemDataResponse, val type: String)

Class representing a database script.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, continueOnErrors: Boolean? = null, forceUpdateTag: String? = null, id: String, name: String, principalPermissionsAction: String? = null, provisioningState: String, scriptLevel: String? = null, scriptUrl: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Flag that indicates whether to continue if one of the command fails.

Link copied to clipboard
val forceUpdateTag: String? = null

A unique string. If changed the script will be applied again.

Link copied to clipboard
val id: String

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

Link copied to clipboard

The name of the resource

Link copied to clipboard

Indicates if the permissions for the script caller are kept following completion of the script.

Link copied to clipboard

The provisioned state of the resource.

Link copied to clipboard
val scriptLevel: String? = null

Differentiates between the type of script commands included - Database or Cluster. The default is Database.

Link copied to clipboard
val scriptUrl: String? = null

The url to the KQL script blob file. Must not be used together with scriptContent property

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

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