Get Script Result
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)
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
A unique string. If changed the script will be applied again.
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
Differentiates between the type of script commands included - Database or Cluster. The default is Database.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.