azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.k...

198 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.Script"
fullName: "com.azure.resourcemanager.kusto.models.Script"
name: "Script"
nameWithType: "Script"
summary: "An immutable client-side representation of Script."
syntax: "public interface **Script**"
methods:
- uid: "com.azure.resourcemanager.kusto.models.Script.continueOnErrors()"
fullName: "com.azure.resourcemanager.kusto.models.Script.continueOnErrors()"
name: "continueOnErrors()"
nameWithType: "Script.continueOnErrors()"
summary: "Gets the continue<wbr>OnErrors property: Flag that indicates whether to continue if one of the command fails."
modifiers:
- "abstract"
syntax: "public abstract Boolean continueOnErrors()"
desc: "Gets 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.models.Script.forceUpdateTag()"
fullName: "com.azure.resourcemanager.kusto.models.Script.forceUpdateTag()"
name: "forceUpdateTag()"
nameWithType: "Script.forceUpdateTag()"
summary: "Gets the force<wbr>Update<wbr>Tag property: A unique string."
modifiers:
- "abstract"
syntax: "public abstract String forceUpdateTag()"
desc: "Gets 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.models.Script.id()"
fullName: "com.azure.resourcemanager.kusto.models.Script.id()"
name: "id()"
nameWithType: "Script.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.Script.innerModel()"
fullName: "com.azure.resourcemanager.kusto.models.Script.innerModel()"
name: "innerModel()"
nameWithType: "Script.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>kusto.<wbr>fluent.<wbr>models.<wbr>Script<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ScriptInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.kusto.fluent.models.ScriptInner object."
returns:
description: "the inner object."
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.models.Script.name()"
fullName: "com.azure.resourcemanager.kusto.models.Script.name()"
name: "name()"
nameWithType: "Script.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.Script.provisioningState()"
fullName: "com.azure.resourcemanager.kusto.models.Script.provisioningState()"
name: "provisioningState()"
nameWithType: "Script.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioned state of the resource."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
desc: "Gets 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.models.Script.refresh()"
fullName: "com.azure.resourcemanager.kusto.models.Script.refresh()"
name: "refresh()"
nameWithType: "Script.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Script refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.Script?alt=com.azure.resourcemanager.kusto.models.Script&text=Script\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.Script.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.kusto.models.Script.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Script.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Script refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.Script?alt=com.azure.resourcemanager.kusto.models.Script&text=Script\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.Script.resourceGroupName()"
fullName: "com.azure.resourcemanager.kusto.models.Script.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Script.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.Script.scriptContent()"
fullName: "com.azure.resourcemanager.kusto.models.Script.scriptContent()"
name: "scriptContent()"
nameWithType: "Script.scriptContent()"
summary: "Gets the script<wbr>Content property: The script content."
modifiers:
- "abstract"
syntax: "public abstract String scriptContent()"
desc: "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:
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.models.Script.scriptUrl()"
fullName: "com.azure.resourcemanager.kusto.models.Script.scriptUrl()"
name: "scriptUrl()"
nameWithType: "Script.scriptUrl()"
summary: "Gets the script<wbr>Url property: The url to the KQL script blob file."
modifiers:
- "abstract"
syntax: "public abstract String scriptUrl()"
desc: "Gets 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.models.Script.scriptUrlSasToken()"
fullName: "com.azure.resourcemanager.kusto.models.Script.scriptUrlSasToken()"
name: "scriptUrlSasToken()"
nameWithType: "Script.scriptUrlSasToken()"
summary: "Gets the script<wbr>Url<wbr>Sas<wbr>Token property: The SaS token that provide read access to the file which contain the script."
modifiers:
- "abstract"
syntax: "public abstract String scriptUrlSasToken()"
desc: "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:
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.models.Script.systemData()"
fullName: "com.azure.resourcemanager.kusto.models.Script.systemData()"
name: "systemData()"
nameWithType: "Script.systemData()"
summary: "Gets the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets 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.models.Script.type()"
fullName: "com.azure.resourcemanager.kusto.models.Script.type()"
name: "type()"
nameWithType: "Script.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.Script.update()"
fullName: "com.azure.resourcemanager.kusto.models.Script.update()"
name: "update()"
nameWithType: "Script.update()"
summary: "Begins update for the Script resource."
modifiers:
- "abstract"
syntax: "public abstract Script.Update update()"
desc: "Begins update for the Script resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.Script.Update?alt=com.azure.resourcemanager.kusto.models.Script.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Script."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0