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

93 строки
6.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.DataStatus"
fullName: "com.microsoft.azure.management.monitor.DataStatus"
name: "DataStatus"
nameWithType: "DataStatus"
summary: "Defines values for Data<wbr>Status."
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 **DataStatus**</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.monitor.DataStatus?alt=com.microsoft.azure.management.monitor.DataStatus&text=DataStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.microsoft.azure.management.monitor.DataStatus.DataStatus()"
fullName: "com.microsoft.azure.management.monitor.DataStatus.DataStatus()"
name: "DataStatus()"
nameWithType: "DataStatus.DataStatus()"
syntax: "public DataStatus()"
fields:
- uid: "com.microsoft.azure.management.monitor.DataStatus.NOT_PRESENT"
fullName: "com.microsoft.azure.management.monitor.DataStatus.NOT_PRESENT"
name: "NOT_PRESENT"
nameWithType: "DataStatus.NOT_PRESENT"
summary: "Static value not<wbr>Present for Data<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.monitor.DataStatus?alt=com.microsoft.azure.management.monitor.DataStatus&text=DataStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final DataStatus NOT_PRESENT"
desc: "Static value notPresent for DataStatus."
- uid: "com.microsoft.azure.management.monitor.DataStatus.PRESENT"
fullName: "com.microsoft.azure.management.monitor.DataStatus.PRESENT"
name: "PRESENT"
nameWithType: "DataStatus.PRESENT"
summary: "Static value present for Data<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.monitor.DataStatus?alt=com.microsoft.azure.management.monitor.DataStatus&text=DataStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final DataStatus PRESENT"
desc: "Static value present for DataStatus."
methods:
- uid: "com.microsoft.azure.management.monitor.DataStatus.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.DataStatus.fromString(String name)"
name: "fromString(String name)"
nameWithType: "DataStatus.fromString(String name)"
summary: "Creates or finds a Data<wbr>Status 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 DataStatus fromString(String name)"
desc: "Creates or finds a DataStatus from its string representation."
returns:
description: "the corresponding DataStatus"
type: "<xref href=\"com.microsoft.azure.management.monitor.DataStatus?alt=com.microsoft.azure.management.monitor.DataStatus&text=DataStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.DataStatus.values()"
fullName: "com.microsoft.azure.management.monitor.DataStatus.values()"
name: "values()"
nameWithType: "DataStatus.values()"
modifiers:
- "static"
syntax: "public static Collection<DataStatus> values()"
returns:
description: "known DataStatus 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.monitor.DataStatus?alt=com.microsoft.azure.management.monitor.DataStatus&text=DataStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for DataStatus."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4