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

146 строки
9.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cosmos.models.ServiceStatus"
fullName: "com.azure.resourcemanager.cosmos.models.ServiceStatus"
name: "ServiceStatus"
nameWithType: "ServiceStatus"
summary: "Describes the status of a service."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ServiceStatus**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.ServiceStatus?alt=com.azure.resourcemanager.cosmos.models.ServiceStatus&text=ServiceStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cosmos.models.ServiceStatus.ServiceStatus()"
fullName: "com.azure.resourcemanager.cosmos.models.ServiceStatus.ServiceStatus()"
name: "ServiceStatus()"
nameWithType: "ServiceStatus.ServiceStatus()"
summary: "Creates a new instance of Service<wbr>Status value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.cosmos.models.ServiceStatus.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public ServiceStatus()"
desc: "Creates a new instance of ServiceStatus value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.cosmos.models.ServiceStatus.CREATING"
fullName: "com.azure.resourcemanager.cosmos.models.ServiceStatus.CREATING"
name: "CREATING"
nameWithType: "ServiceStatus.CREATING"
summary: "Static value Creating for Service<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ServiceStatus?alt=com.azure.resourcemanager.cosmos.models.ServiceStatus&text=ServiceStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ServiceStatus CREATING"
desc: "Static value Creating for ServiceStatus."
- uid: "com.azure.resourcemanager.cosmos.models.ServiceStatus.DELETING"
fullName: "com.azure.resourcemanager.cosmos.models.ServiceStatus.DELETING"
name: "DELETING"
nameWithType: "ServiceStatus.DELETING"
summary: "Static value Deleting for Service<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ServiceStatus?alt=com.azure.resourcemanager.cosmos.models.ServiceStatus&text=ServiceStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ServiceStatus DELETING"
desc: "Static value Deleting for ServiceStatus."
- uid: "com.azure.resourcemanager.cosmos.models.ServiceStatus.ERROR"
fullName: "com.azure.resourcemanager.cosmos.models.ServiceStatus.ERROR"
name: "ERROR"
nameWithType: "ServiceStatus.ERROR"
summary: "Static value Error for Service<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ServiceStatus?alt=com.azure.resourcemanager.cosmos.models.ServiceStatus&text=ServiceStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ServiceStatus ERROR"
desc: "Static value Error for ServiceStatus."
- uid: "com.azure.resourcemanager.cosmos.models.ServiceStatus.RUNNING"
fullName: "com.azure.resourcemanager.cosmos.models.ServiceStatus.RUNNING"
name: "RUNNING"
nameWithType: "ServiceStatus.RUNNING"
summary: "Static value Running for Service<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ServiceStatus?alt=com.azure.resourcemanager.cosmos.models.ServiceStatus&text=ServiceStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ServiceStatus RUNNING"
desc: "Static value Running for ServiceStatus."
- uid: "com.azure.resourcemanager.cosmos.models.ServiceStatus.STOPPED"
fullName: "com.azure.resourcemanager.cosmos.models.ServiceStatus.STOPPED"
name: "STOPPED"
nameWithType: "ServiceStatus.STOPPED"
summary: "Static value Stopped for Service<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ServiceStatus?alt=com.azure.resourcemanager.cosmos.models.ServiceStatus&text=ServiceStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ServiceStatus STOPPED"
desc: "Static value Stopped for ServiceStatus."
- uid: "com.azure.resourcemanager.cosmos.models.ServiceStatus.UPDATING"
fullName: "com.azure.resourcemanager.cosmos.models.ServiceStatus.UPDATING"
name: "UPDATING"
nameWithType: "ServiceStatus.UPDATING"
summary: "Static value Updating for Service<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ServiceStatus?alt=com.azure.resourcemanager.cosmos.models.ServiceStatus&text=ServiceStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ServiceStatus UPDATING"
desc: "Static value Updating for ServiceStatus."
methods:
- uid: "com.azure.resourcemanager.cosmos.models.ServiceStatus.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.ServiceStatus.fromString(String name)"
name: "fromString(String name)"
nameWithType: "ServiceStatus.fromString(String name)"
summary: "Creates or finds a Service<wbr>Status from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ServiceStatus fromString(String name)"
desc: "Creates or finds a ServiceStatus from its string representation."
returns:
description: "the corresponding ServiceStatus."
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ServiceStatus?alt=com.azure.resourcemanager.cosmos.models.ServiceStatus&text=ServiceStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmos.models.ServiceStatus.values()"
fullName: "com.azure.resourcemanager.cosmos.models.ServiceStatus.values()"
name: "values()"
nameWithType: "ServiceStatus.values()"
summary: "Gets known Service<wbr>Status values."
modifiers:
- "static"
syntax: "public static Collection<ServiceStatus> values()"
desc: "Gets known ServiceStatus values."
returns:
description: "known ServiceStatus values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.ServiceStatus?alt=com.azure.resourcemanager.cosmos.models.ServiceStatus&text=ServiceStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Describes the status of a service."
metadata: {}
package: "com.azure.resourcemanager.cosmos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.42.0