azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

70 строки
3.3 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.datalake.analytics.models.JobProperties.runtimeVersion()
name: runtimeVersion()
nameWithType: JobProperties.runtimeVersion()
returns:
description: <p>the runtimeVersion value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the runtimeVersion value.</p>
<p></p>
syntax: public String runtimeVersion()
uid: com.microsoft.azure.management.datalake.analytics.models.JobProperties.runtimeVersion()
- fullName: com.microsoft.azure.management.datalake.analytics.models.JobProperties.script()
name: script()
nameWithType: JobProperties.script()
returns:
description: <p>the script value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the script value.</p>
<p></p>
syntax: public String script()
uid: com.microsoft.azure.management.datalake.analytics.models.JobProperties.script()
- fullName: com.microsoft.azure.management.datalake.analytics.models.JobProperties.withRuntimeVersion(String runtimeVersion)
name: withRuntimeVersion(String runtimeVersion)
nameWithType: JobProperties.withRuntimeVersion(String runtimeVersion)
parameters:
- description: <p>the runtimeVersion value to set </p>
name: runtimeVersion
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the JobProperties object itself. </p>
type: <xref href="com.microsoft.azure.management.datalake.analytics.models.JobProperties?alt=com.microsoft.azure.management.datalake.analytics.models.JobProperties&text=JobProperties" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the runtimeVersion value.</p>
<p></p>
syntax: public JobProperties withRuntimeVersion(String runtimeVersion)
uid: com.microsoft.azure.management.datalake.analytics.models.JobProperties.withRuntimeVersion(String)
- fullName: com.microsoft.azure.management.datalake.analytics.models.JobProperties.withScript(String script)
name: withScript(String script)
nameWithType: JobProperties.withScript(String script)
parameters:
- description: <p>the script value to set </p>
name: script
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the JobProperties object itself. </p>
type: <xref href="com.microsoft.azure.management.datalake.analytics.models.JobProperties?alt=com.microsoft.azure.management.datalake.analytics.models.JobProperties&text=JobProperties" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the script value.</p>
<p></p>
syntax: public JobProperties withScript(String script)
uid: com.microsoft.azure.management.datalake.analytics.models.JobProperties.withScript(String)
nameWithType: JobProperties
syntax: public class JobProperties
type: class
uid: com.microsoft.azure.management.datalake.analytics.models.JobProperties
fullName: com.microsoft.azure.management.datalake.analytics.models.JobProperties
name: JobProperties
package: com.microsoft.azure.management.datalake.analytics.models
summary: <p>The common Data Lake Analytics job properties. </p>
metadata: {}