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

125 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState"
name: "PublishingState"
nameWithType: "PublishingState"
summary: "Defines values for Publishing<wbr>State."
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 PublishingState extends ExpandableStringEnum<PublishingState>"
constructors:
- uid: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.PublishingState()"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.PublishingState()"
name: "PublishingState()"
nameWithType: "PublishingState.PublishingState()"
syntax: "public PublishingState()"
fields:
- uid: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.DRAFT"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.DRAFT"
name: "DRAFT"
nameWithType: "PublishingState.DRAFT"
summary: "Static value Draft for Publishing<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.PublishingState?alt=com.microsoft.azure.management.labservices.v2018_10_15.PublishingState&text=PublishingState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PublishingState DRAFT"
desc: "Static value Draft for PublishingState."
- uid: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.PUBLISHED"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.PUBLISHED"
name: "PUBLISHED"
nameWithType: "PublishingState.PUBLISHED"
summary: "Static value Published for Publishing<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.PublishingState?alt=com.microsoft.azure.management.labservices.v2018_10_15.PublishingState&text=PublishingState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PublishingState PUBLISHED"
desc: "Static value Published for PublishingState."
- uid: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.PUBLISHING"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.PUBLISHING"
name: "PUBLISHING"
nameWithType: "PublishingState.PUBLISHING"
summary: "Static value Publishing for Publishing<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.PublishingState?alt=com.microsoft.azure.management.labservices.v2018_10_15.PublishingState&text=PublishingState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PublishingState PUBLISHING"
desc: "Static value Publishing for PublishingState."
- uid: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.PUBLISH_FAILED"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.PUBLISH_FAILED"
name: "PUBLISH_FAILED"
nameWithType: "PublishingState.PUBLISH_FAILED"
summary: "Static value Publish<wbr>Failed for Publishing<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.PublishingState?alt=com.microsoft.azure.management.labservices.v2018_10_15.PublishingState&text=PublishingState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PublishingState PUBLISH_FAILED"
desc: "Static value PublishFailed for PublishingState."
- uid: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.SCALING"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.SCALING"
name: "SCALING"
nameWithType: "PublishingState.SCALING"
summary: "Static value Scaling for Publishing<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.PublishingState?alt=com.microsoft.azure.management.labservices.v2018_10_15.PublishingState&text=PublishingState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PublishingState SCALING"
desc: "Static value Scaling for PublishingState."
methods:
- uid: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.fromString(String name)"
name: "fromString(String name)"
nameWithType: "PublishingState.fromString(String name)"
summary: "Creates or finds a Publishing<wbr>State 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 PublishingState fromString(String name)"
desc: "Creates or finds a PublishingState from its string representation."
returns:
description: "the corresponding PublishingState"
type: "<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.PublishingState?alt=com.microsoft.azure.management.labservices.v2018_10_15.PublishingState&text=PublishingState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.values()"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.PublishingState.values()"
name: "values()"
nameWithType: "PublishingState.values()"
modifiers:
- "static"
syntax: "public static Collection<PublishingState> values()"
returns:
description: "known PublishingState 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.labservices.v2018_10_15.PublishingState?alt=com.microsoft.azure.management.labservices.v2018_10_15.PublishingState&text=PublishingState\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for PublishingState."
metadata: {}
package: "com.microsoft.azure.management.labservices.v2018_10_15"
artifact: com.microsoft.azure.labservices.v2018_10_15:azure-mgmt-labservices:1.0.0-beta