GetScriptResult

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

Class representing a database script.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The provisioned state of the resource.

Link copied to clipboard

The url to the KQL script blob file.

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"