77 строки
4.0 KiB
YAML
77 строки
4.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.JobStepActionType"
|
|
fullName: "com.microsoft.azure.management.sql.JobStepActionType"
|
|
name: "JobStepActionType"
|
|
nameWithType: "JobStepActionType"
|
|
summary: "Defines values for Job<wbr>Step<wbr>Action<wbr>Type."
|
|
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\" />"
|
|
inheritedMembers:
|
|
- "com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
|
|
- "com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
|
|
- "com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object)"
|
|
- "com.microsoft.rest.ExpandableStringEnum.hashCode()"
|
|
- "com.microsoft.rest.ExpandableStringEnum.toString()"
|
|
- "com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>)"
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class JobStepActionType extends ExpandableStringEnum<JobStepActionType>"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.sql.JobStepActionType.JobStepActionType()"
|
|
fullName: "com.microsoft.azure.management.sql.JobStepActionType.JobStepActionType()"
|
|
name: "JobStepActionType()"
|
|
nameWithType: "JobStepActionType.JobStepActionType()"
|
|
syntax: "public JobStepActionType()"
|
|
fields:
|
|
- uid: "com.microsoft.azure.management.sql.JobStepActionType.TSQL"
|
|
fullName: "com.microsoft.azure.management.sql.JobStepActionType.TSQL"
|
|
name: "TSQL"
|
|
nameWithType: "JobStepActionType.TSQL"
|
|
summary: "Static value TSql for Job<wbr>Step<wbr>Action<wbr>Type."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepActionType?alt=com.microsoft.azure.management.sql.JobStepActionType&text=JobStepActionType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final JobStepActionType TSQL"
|
|
desc: "Static value TSql for JobStepActionType."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.JobStepActionType.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.JobStepActionType.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "JobStepActionType.fromString(String name)"
|
|
summary: "Creates or finds a Job<wbr>Step<wbr>Action<wbr>Type 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 JobStepActionType fromString(String name)"
|
|
desc: "Creates or finds a JobStepActionType from its string representation."
|
|
returns:
|
|
description: "the corresponding JobStepActionType"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepActionType?alt=com.microsoft.azure.management.sql.JobStepActionType&text=JobStepActionType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.JobStepActionType.values()"
|
|
fullName: "com.microsoft.azure.management.sql.JobStepActionType.values()"
|
|
name: "values()"
|
|
nameWithType: "JobStepActionType.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<JobStepActionType> values()"
|
|
returns:
|
|
description: "known JobStepActionType values"
|
|
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.JobStepActionType?alt=com.microsoft.azure.management.sql.JobStepActionType&text=JobStepActionType\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Defines values for JobStepActionType."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|