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

88 строки
5.8 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic?alt=com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic&text=JobInformationBasic" data-throw-if-not-resolved="False"/>
inheritedMembers:
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.degreeOfParallelism()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.endTime()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.jobId()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.logFilePatterns()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.logFolder()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.name()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.priority()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.related()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.result()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.startTime()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.state()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.submitter()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.submitTime()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.type()
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.withDegreeOfParallelism(Integer)
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.withLogFilePatterns(List<String>)
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.withName(String)
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.withPriority(Integer)
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.withRelated(JobRelationshipProperties)
- com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic.withType(JobType)
methods:
- fullName: com.microsoft.azure.management.datalake.analytics.models.JobInformation.errorMessage()
name: errorMessage()
nameWithType: JobInformation.errorMessage()
returns:
description: <p>the errorMessage value </p>
type: List&lt;<xref href="com.microsoft.azure.management.datalake.analytics.models.JobErrorDetails?alt=com.microsoft.azure.management.datalake.analytics.models.JobErrorDetails&text=JobErrorDetails" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the errorMessage value.</p>
<p></p>
syntax: public List<JobErrorDetails> errorMessage()
uid: com.microsoft.azure.management.datalake.analytics.models.JobInformation.errorMessage()
- fullName: com.microsoft.azure.management.datalake.analytics.models.JobInformation.properties()
name: properties()
nameWithType: JobInformation.properties()
returns:
description: <p>the properties value </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>Get the properties value.</p>
<p></p>
syntax: public JobProperties properties()
uid: com.microsoft.azure.management.datalake.analytics.models.JobInformation.properties()
- fullName: com.microsoft.azure.management.datalake.analytics.models.JobInformation.stateAuditRecords()
name: stateAuditRecords()
nameWithType: JobInformation.stateAuditRecords()
returns:
description: <p>the stateAuditRecords value </p>
type: List&lt;<xref href="com.microsoft.azure.management.datalake.analytics.models.JobStateAuditRecord?alt=com.microsoft.azure.management.datalake.analytics.models.JobStateAuditRecord&text=JobStateAuditRecord" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the stateAuditRecords value.</p>
<p></p>
syntax: public List<JobStateAuditRecord> stateAuditRecords()
uid: com.microsoft.azure.management.datalake.analytics.models.JobInformation.stateAuditRecords()
- fullName: com.microsoft.azure.management.datalake.analytics.models.JobInformation.withProperties(JobProperties properties)
name: withProperties(JobProperties properties)
nameWithType: JobInformation.withProperties(JobProperties properties)
parameters:
- description: <p>the properties value to set </p>
name: properties
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"/>
returns:
description: <p>the JobInformation object itself. </p>
type: <xref href="com.microsoft.azure.management.datalake.analytics.models.JobInformation?alt=com.microsoft.azure.management.datalake.analytics.models.JobInformation&text=JobInformation" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the properties value.</p>
<p></p>
syntax: public JobInformation withProperties(JobProperties properties)
uid: com.microsoft.azure.management.datalake.analytics.models.JobInformation.withProperties(JobProperties)
nameWithType: JobInformation
syntax: public class JobInformation extends JobInformationBasic
type: class
uid: com.microsoft.azure.management.datalake.analytics.models.JobInformation
fullName: com.microsoft.azure.management.datalake.analytics.models.JobInformation
name: JobInformation
package: com.microsoft.azure.management.datalake.analytics.models
summary: <p>The extended Data Lake Analytics job information properties returned when retrieving a specific job. </p>
metadata: {}