Script Interface
public interface Script
An immutable client-side representation of Script.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Boolean |
continueOnErrors()
Gets the continue |
| abstract String |
forceUpdateTag()
Gets the force |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Script |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Principal |
principalPermissionsAction()
Gets the principal |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
| abstract Script |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Script |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
scriptContent()
Gets the script |
|
abstract
Script |
scriptLevel()
Gets the script |
| abstract String |
scriptUrl()
Gets the script |
| abstract String |
scriptUrlSasToken()
Gets the script |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Script resource. |
Method Details
continueOnErrors
public abstract Boolean continueOnErrors()
Gets the continueOnErrors property: Flag that indicates whether to continue if one of the command fails.
Returns:
forceUpdateTag
public abstract String forceUpdateTag()
Gets the forceUpdateTag property: A unique string. If changed the script will be applied again.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ScriptInner innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.ScriptInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
principalPermissionsAction
public abstract PrincipalPermissionsAction principalPermissionsAction()
Gets the principalPermissionsAction property: Indicates if the permissions for the script caller are kept following completion of the script.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: The provisioned state of the resource.
Returns:
refresh
public abstract Script refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Script refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
scriptContent
public abstract String scriptContent()
Gets the scriptContent property: The script content. This property should be used when the script is provide inline and not through file in a SA. Must not be used together with scriptUrl and scriptUrlSasToken properties.
Returns:
scriptLevel
public abstract ScriptLevel scriptLevel()
Gets the scriptLevel property: Differentiates between the type of script commands included - Database or Cluster. The default is Database.
Returns:
scriptUrl
public abstract String scriptUrl()
Gets the scriptUrl property: The url to the KQL script blob file. Must not be used together with scriptContent property.
Returns:
scriptUrlSasToken
public abstract String scriptUrlSasToken()
Gets the scriptUrlSasToken property: The SaS token that provide read access to the file which contain the script. Must be provided when using scriptUrl property.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Script.Update update()
Begins update for the Script resource.
Returns: