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

189 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle"
name: "JobExecutionLifecycle"
nameWithType: "JobExecutionLifecycle"
summary: "Defines values for Job<wbr>Execution<wbr>Lifecycle."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.rest.ExpandableStringEnum?alt=com.microsoft.rest.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.microsoft.rest.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.microsoft.rest.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object)?alt=com.microsoft.rest.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.hashCode()?alt=com.microsoft.rest.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.toString()?alt=com.microsoft.rest.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>)?alt=com.microsoft.rest.ExpandableStringEnum.withNameValue&text=withNameValue\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public final class **JobExecutionLifecycle**</br> extends <xref href=\"com.microsoft.rest.ExpandableStringEnum?alt=com.microsoft.rest.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.JobExecutionLifecycle()"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.JobExecutionLifecycle()"
name: "JobExecutionLifecycle()"
nameWithType: "JobExecutionLifecycle.JobExecutionLifecycle()"
syntax: "public JobExecutionLifecycle()"
fields:
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.CANCELED"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.CANCELED"
name: "CANCELED"
nameWithType: "JobExecutionLifecycle.CANCELED"
summary: "Static value Canceled for Job<wbr>Execution<wbr>Lifecycle."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobExecutionLifecycle CANCELED"
desc: "Static value Canceled for JobExecutionLifecycle."
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.CREATED"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.CREATED"
name: "CREATED"
nameWithType: "JobExecutionLifecycle.CREATED"
summary: "Static value Created for Job<wbr>Execution<wbr>Lifecycle."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobExecutionLifecycle CREATED"
desc: "Static value Created for JobExecutionLifecycle."
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.FAILED"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.FAILED"
name: "FAILED"
nameWithType: "JobExecutionLifecycle.FAILED"
summary: "Static value Failed for Job<wbr>Execution<wbr>Lifecycle."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobExecutionLifecycle FAILED"
desc: "Static value Failed for JobExecutionLifecycle."
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.IN_PROGRESS"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.IN_PROGRESS"
name: "IN_PROGRESS"
nameWithType: "JobExecutionLifecycle.IN_PROGRESS"
summary: "Static value In<wbr>Progress for Job<wbr>Execution<wbr>Lifecycle."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobExecutionLifecycle IN_PROGRESS"
desc: "Static value InProgress for JobExecutionLifecycle."
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.SKIPPED"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.SKIPPED"
name: "SKIPPED"
nameWithType: "JobExecutionLifecycle.SKIPPED"
summary: "Static value Skipped for Job<wbr>Execution<wbr>Lifecycle."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobExecutionLifecycle SKIPPED"
desc: "Static value Skipped for JobExecutionLifecycle."
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.SUCCEEDED"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.SUCCEEDED"
name: "SUCCEEDED"
nameWithType: "JobExecutionLifecycle.SUCCEEDED"
summary: "Static value Succeeded for Job<wbr>Execution<wbr>Lifecycle."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobExecutionLifecycle SUCCEEDED"
desc: "Static value Succeeded for JobExecutionLifecycle."
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.SUCCEEDED_WITH_SKIPPED"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.SUCCEEDED_WITH_SKIPPED"
name: "SUCCEEDED_WITH_SKIPPED"
nameWithType: "JobExecutionLifecycle.SUCCEEDED_WITH_SKIPPED"
summary: "Static value Succeeded<wbr>With<wbr>Skipped for Job<wbr>Execution<wbr>Lifecycle."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobExecutionLifecycle SUCCEEDED_WITH_SKIPPED"
desc: "Static value SucceededWithSkipped for JobExecutionLifecycle."
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.TIMED_OUT"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.TIMED_OUT"
name: "TIMED_OUT"
nameWithType: "JobExecutionLifecycle.TIMED_OUT"
summary: "Static value Timed<wbr>Out for Job<wbr>Execution<wbr>Lifecycle."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobExecutionLifecycle TIMED_OUT"
desc: "Static value TimedOut for JobExecutionLifecycle."
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.WAITING_FOR_CHILD_JOB_EXECUTIONS"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.WAITING_FOR_CHILD_JOB_EXECUTIONS"
name: "WAITING_FOR_CHILD_JOB_EXECUTIONS"
nameWithType: "JobExecutionLifecycle.WAITING_FOR_CHILD_JOB_EXECUTIONS"
summary: "Static value Waiting<wbr>For<wbr>Child<wbr>Job<wbr>Executions for Job<wbr>Execution<wbr>Lifecycle."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobExecutionLifecycle WAITING_FOR_CHILD_JOB_EXECUTIONS"
desc: "Static value WaitingForChildJobExecutions for JobExecutionLifecycle."
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.WAITING_FOR_RETRY"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.WAITING_FOR_RETRY"
name: "WAITING_FOR_RETRY"
nameWithType: "JobExecutionLifecycle.WAITING_FOR_RETRY"
summary: "Static value Waiting<wbr>For<wbr>Retry for Job<wbr>Execution<wbr>Lifecycle."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobExecutionLifecycle WAITING_FOR_RETRY"
desc: "Static value WaitingForRetry for JobExecutionLifecycle."
methods:
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.fromString(String name)"
name: "fromString(String name)"
nameWithType: "JobExecutionLifecycle.fromString(String name)"
summary: "Creates or finds a Job<wbr>Execution<wbr>Lifecycle from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static JobExecutionLifecycle fromString(String name)"
desc: "Creates or finds a JobExecutionLifecycle from its string representation."
returns:
description: "the corresponding JobExecutionLifecycle"
type: "<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobExecutionLifecycle.values()"
fullName: "com.microsoft.azure.management.sql.JobExecutionLifecycle.values()"
name: "values()"
nameWithType: "JobExecutionLifecycle.values()"
modifiers:
- "static"
syntax: "public static Collection<JobExecutionLifecycle> values()"
returns:
description: "known JobExecutionLifecycle values"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.JobExecutionLifecycle?alt=com.microsoft.azure.management.sql.JobExecutionLifecycle&text=JobExecutionLifecycle\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for JobExecutionLifecycle."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4