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

122 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.iothub.models.JobResponse"
fullName: "com.azure.resourcemanager.iothub.models.JobResponse"
name: "JobResponse"
nameWithType: "JobResponse"
summary: "An immutable client-side representation of Job<wbr>Response."
syntax: "public interface **JobResponse**"
methods:
- uid: "com.azure.resourcemanager.iothub.models.JobResponse.endTimeUtc()"
fullName: "com.azure.resourcemanager.iothub.models.JobResponse.endTimeUtc()"
name: "endTimeUtc()"
nameWithType: "JobResponse.endTimeUtc()"
summary: "Gets the end<wbr>Time<wbr>Utc property: The time the job stopped processing."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime endTimeUtc()"
desc: "Gets the endTimeUtc property: The time the job stopped processing."
returns:
description: "the endTimeUtc value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.iothub.models.JobResponse.failureReason()"
fullName: "com.azure.resourcemanager.iothub.models.JobResponse.failureReason()"
name: "failureReason()"
nameWithType: "JobResponse.failureReason()"
summary: "Gets the failure<wbr>Reason property: If status == failed, this string containing the reason for the failure."
modifiers:
- "abstract"
syntax: "public abstract String failureReason()"
desc: "Gets the failureReason property: If status == failed, this string containing the reason for the failure."
returns:
description: "the failureReason value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iothub.models.JobResponse.innerModel()"
fullName: "com.azure.resourcemanager.iothub.models.JobResponse.innerModel()"
name: "innerModel()"
nameWithType: "JobResponse.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>iothub.<wbr>fluent.<wbr>models.<wbr>Job<wbr>Response<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract JobResponseInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.iothub.fluent.models.JobResponseInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.models.JobResponseInner?alt=com.azure.resourcemanager.iothub.fluent.models.JobResponseInner&text=JobResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iothub.models.JobResponse.jobId()"
fullName: "com.azure.resourcemanager.iothub.models.JobResponse.jobId()"
name: "jobId()"
nameWithType: "JobResponse.jobId()"
summary: "Gets the job<wbr>Id property: The job identifier."
modifiers:
- "abstract"
syntax: "public abstract String jobId()"
desc: "Gets the jobId property: The job identifier."
returns:
description: "the jobId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iothub.models.JobResponse.parentJobId()"
fullName: "com.azure.resourcemanager.iothub.models.JobResponse.parentJobId()"
name: "parentJobId()"
nameWithType: "JobResponse.parentJobId()"
summary: "Gets the parent<wbr>Job<wbr>Id property: The job identifier of the parent job, if any."
modifiers:
- "abstract"
syntax: "public abstract String parentJobId()"
desc: "Gets the parentJobId property: The job identifier of the parent job, if any."
returns:
description: "the parentJobId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iothub.models.JobResponse.startTimeUtc()"
fullName: "com.azure.resourcemanager.iothub.models.JobResponse.startTimeUtc()"
name: "startTimeUtc()"
nameWithType: "JobResponse.startTimeUtc()"
summary: "Gets the start<wbr>Time<wbr>Utc property: The start time of the job."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime startTimeUtc()"
desc: "Gets the startTimeUtc property: The start time of the job."
returns:
description: "the startTimeUtc value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.iothub.models.JobResponse.status()"
fullName: "com.azure.resourcemanager.iothub.models.JobResponse.status()"
name: "status()"
nameWithType: "JobResponse.status()"
summary: "Gets the status property: The status of the job."
modifiers:
- "abstract"
syntax: "public abstract JobStatus status()"
desc: "Gets the status property: The status of the job."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.JobStatus?alt=com.azure.resourcemanager.iothub.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iothub.models.JobResponse.statusMessage()"
fullName: "com.azure.resourcemanager.iothub.models.JobResponse.statusMessage()"
name: "statusMessage()"
nameWithType: "JobResponse.statusMessage()"
summary: "Gets the status<wbr>Message property: The status message for the job."
modifiers:
- "abstract"
syntax: "public abstract String statusMessage()"
desc: "Gets the statusMessage property: The status message for the job."
returns:
description: "the statusMessage value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iothub.models.JobResponse.type()"
fullName: "com.azure.resourcemanager.iothub.models.JobResponse.type()"
name: "type()"
nameWithType: "JobResponse.type()"
summary: "Gets the type property: The type of the job."
modifiers:
- "abstract"
syntax: "public abstract JobType type()"
desc: "Gets the type property: The type of the job."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.JobType?alt=com.azure.resourcemanager.iothub.models.JobType&text=JobType\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of JobResponse."
metadata: {}
package: "com.azure.resourcemanager.iothub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0