ScriptInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. kusto. fluent. models. ScriptInner
- com.
- com.
public final class ScriptInner
extends ProxyResource
Class representing a database script.
Constructor Summary
Constructor | Description |
---|---|
ScriptInner() |
Creates an instance of Script |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
continueOnErrors()
Get the continue |
String |
forceUpdateTag()
Get the force |
Provisioning |
provisioningState()
Get the provisioning |
String |
scriptContent()
Get the script |
String |
scriptUrl()
Get the script |
String |
scriptUrlSasToken()
Get the script |
System |
systemData()
Get the system |
void |
validate()
Validates the instance. |
Script |
withContinueOnErrors(Boolean continueOnErrors)
Set the continue |
Script |
withForceUpdateTag(String forceUpdateTag)
Set the force |
Script |
withScriptContent(String scriptContent)
Set the script |
Script |
withScriptUrl(String scriptUrl)
Set the script |
Script |
withScriptUrlSasToken(String scriptUrlSasToken)
Set the script |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ScriptInner
public ScriptInner()
Creates an instance of ScriptInner class.
Method Details
continueOnErrors
public Boolean continueOnErrors()
Get the continueOnErrors property: Flag that indicates whether to continue if one of the command fails.
Returns:
forceUpdateTag
public String forceUpdateTag()
Get the forceUpdateTag property: A unique string. If changed the script will be applied again.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioned state of the resource.
Returns:
scriptContent
public String scriptContent()
Get 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:
scriptUrl
public String scriptUrl()
Get the scriptUrl property: The url to the KQL script blob file. Must not be used together with scriptContent property.
Returns:
scriptUrlSasToken
public String scriptUrlSasToken()
Get 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 SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
validate
public void validate()
Validates the instance.
withContinueOnErrors
public ScriptInner withContinueOnErrors(Boolean continueOnErrors)
Set the continueOnErrors property: Flag that indicates whether to continue if one of the command fails.
Parameters:
Returns:
withForceUpdateTag
public ScriptInner withForceUpdateTag(String forceUpdateTag)
Set the forceUpdateTag property: A unique string. If changed the script will be applied again.
Parameters:
Returns:
withScriptContent
public ScriptInner withScriptContent(String scriptContent)
Set 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.
Parameters:
Returns:
withScriptUrl
public ScriptInner withScriptUrl(String scriptUrl)
Set the scriptUrl property: The url to the KQL script blob file. Must not be used together with scriptContent property.
Parameters:
Returns:
withScriptUrlSasToken
public ScriptInner withScriptUrlSasToken(String scriptUrlSasToken)
Set the scriptUrlSasToken property: The SaS token that provide read access to the file which contain the script. Must be provided when using scriptUrl property.
Parameters:
Returns:
Applies to
Azure SDK for Java