191 строка
14 KiB
YAML
191 строка
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner"
|
|
name: "ScriptInner"
|
|
nameWithType: "ScriptInner"
|
|
summary: "Class representing a database script."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **ScriptInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.ScriptInner()"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.ScriptInner()"
|
|
name: "ScriptInner()"
|
|
nameWithType: "ScriptInner.ScriptInner()"
|
|
summary: "Creates an instance of Script<wbr>Inner class."
|
|
syntax: "public ScriptInner()"
|
|
desc: "Creates an instance of ScriptInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.continueOnErrors()"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.continueOnErrors()"
|
|
name: "continueOnErrors()"
|
|
nameWithType: "ScriptInner.continueOnErrors()"
|
|
summary: "Get the continue<wbr>OnErrors property: Flag that indicates whether to continue if one of the command fails."
|
|
syntax: "public Boolean continueOnErrors()"
|
|
desc: "Get the continueOnErrors property: Flag that indicates whether to continue if one of the command fails."
|
|
returns:
|
|
description: "the continueOnErrors value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.forceUpdateTag()"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.forceUpdateTag()"
|
|
name: "forceUpdateTag()"
|
|
nameWithType: "ScriptInner.forceUpdateTag()"
|
|
summary: "Get the force<wbr>Update<wbr>Tag property: A unique string."
|
|
syntax: "public String forceUpdateTag()"
|
|
desc: "Get the forceUpdateTag property: A unique string. If changed the script will be applied again."
|
|
returns:
|
|
description: "the forceUpdateTag value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "ScriptInner.provisioningState()"
|
|
summary: "Get the provisioning<wbr>State property: The provisioned state of the resource."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioningState property: The provisioned state of the resource."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.kusto.models.ProvisioningState?alt=com.azure.resourcemanager.kusto.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.scriptContent()"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.scriptContent()"
|
|
name: "scriptContent()"
|
|
nameWithType: "ScriptInner.scriptContent()"
|
|
summary: "Get the script<wbr>Content property: The script content."
|
|
syntax: "public String scriptContent()"
|
|
desc: "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:
|
|
description: "the scriptContent value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.scriptUrl()"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.scriptUrl()"
|
|
name: "scriptUrl()"
|
|
nameWithType: "ScriptInner.scriptUrl()"
|
|
summary: "Get the script<wbr>Url property: The url to the KQL script blob file."
|
|
syntax: "public String scriptUrl()"
|
|
desc: "Get the scriptUrl property: The url to the KQL script blob file. Must not be used together with scriptContent property."
|
|
returns:
|
|
description: "the scriptUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.scriptUrlSasToken()"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.scriptUrlSasToken()"
|
|
name: "scriptUrlSasToken()"
|
|
nameWithType: "ScriptInner.scriptUrlSasToken()"
|
|
summary: "Get the script<wbr>Url<wbr>Sas<wbr>Token property: The SaS token that provide read access to the file which contain the script."
|
|
syntax: "public String scriptUrlSasToken()"
|
|
desc: "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:
|
|
description: "the scriptUrlSasToken value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.systemData()"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "ScriptInner.systemData()"
|
|
summary: "Get the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
|
|
syntax: "public SystemData systemData()"
|
|
desc: "Get the systemData property: Metadata pertaining to creation and last modification of the resource."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.validate()"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ScriptInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.withContinueOnErrors(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.withContinueOnErrors(Boolean continueOnErrors)"
|
|
name: "withContinueOnErrors(Boolean continueOnErrors)"
|
|
nameWithType: "ScriptInner.withContinueOnErrors(Boolean continueOnErrors)"
|
|
summary: "Set the continue<wbr>OnErrors property: Flag that indicates whether to continue if one of the command fails."
|
|
parameters:
|
|
- description: "the continueOnErrors value to set."
|
|
name: "continueOnErrors"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public ScriptInner withContinueOnErrors(Boolean continueOnErrors)"
|
|
desc: "Set the continueOnErrors property: Flag that indicates whether to continue if one of the command fails."
|
|
returns:
|
|
description: "the ScriptInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.ScriptInner?alt=com.azure.resourcemanager.kusto.fluent.models.ScriptInner&text=ScriptInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.withForceUpdateTag(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.withForceUpdateTag(String forceUpdateTag)"
|
|
name: "withForceUpdateTag(String forceUpdateTag)"
|
|
nameWithType: "ScriptInner.withForceUpdateTag(String forceUpdateTag)"
|
|
summary: "Set the force<wbr>Update<wbr>Tag property: A unique string."
|
|
parameters:
|
|
- description: "the forceUpdateTag value to set."
|
|
name: "forceUpdateTag"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ScriptInner withForceUpdateTag(String forceUpdateTag)"
|
|
desc: "Set the forceUpdateTag property: A unique string. If changed the script will be applied again."
|
|
returns:
|
|
description: "the ScriptInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.ScriptInner?alt=com.azure.resourcemanager.kusto.fluent.models.ScriptInner&text=ScriptInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.withScriptContent(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.withScriptContent(String scriptContent)"
|
|
name: "withScriptContent(String scriptContent)"
|
|
nameWithType: "ScriptInner.withScriptContent(String scriptContent)"
|
|
summary: "Set the script<wbr>Content property: The script content."
|
|
parameters:
|
|
- description: "the scriptContent value to set."
|
|
name: "scriptContent"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ScriptInner withScriptContent(String scriptContent)"
|
|
desc: "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."
|
|
returns:
|
|
description: "the ScriptInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.ScriptInner?alt=com.azure.resourcemanager.kusto.fluent.models.ScriptInner&text=ScriptInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.withScriptUrl(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.withScriptUrl(String scriptUrl)"
|
|
name: "withScriptUrl(String scriptUrl)"
|
|
nameWithType: "ScriptInner.withScriptUrl(String scriptUrl)"
|
|
summary: "Set the script<wbr>Url property: The url to the KQL script blob file."
|
|
parameters:
|
|
- description: "the scriptUrl value to set."
|
|
name: "scriptUrl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ScriptInner withScriptUrl(String scriptUrl)"
|
|
desc: "Set the scriptUrl property: The url to the KQL script blob file. Must not be used together with scriptContent property."
|
|
returns:
|
|
description: "the ScriptInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.ScriptInner?alt=com.azure.resourcemanager.kusto.fluent.models.ScriptInner&text=ScriptInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.withScriptUrlSasToken(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.kusto.fluent.models.ScriptInner.withScriptUrlSasToken(String scriptUrlSasToken)"
|
|
name: "withScriptUrlSasToken(String scriptUrlSasToken)"
|
|
nameWithType: "ScriptInner.withScriptUrlSasToken(String scriptUrlSasToken)"
|
|
summary: "Set the script<wbr>Url<wbr>Sas<wbr>Token property: The SaS token that provide read access to the file which contain the script."
|
|
parameters:
|
|
- description: "the scriptUrlSasToken value to set."
|
|
name: "scriptUrlSasToken"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ScriptInner withScriptUrlSasToken(String scriptUrlSasToken)"
|
|
desc: "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."
|
|
returns:
|
|
description: "the ScriptInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.ScriptInner?alt=com.azure.resourcemanager.kusto.fluent.models.ScriptInner&text=ScriptInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Class representing a database script."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.kusto.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0
|