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

105 строки
6.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus"
name: "ResourceStatus"
nameWithType: "ResourceStatus"
summary: "The resource status information."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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#equals-java.lang.Object-\">equals</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#hashCode--\">hashCode</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#toString--\">toString</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 **ResourceStatus**"
constructors:
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.ResourceStatus()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.ResourceStatus()"
name: "ResourceStatus()"
nameWithType: "ResourceStatus.ResourceStatus()"
summary: "Creates an instance of Resource<wbr>Status class."
syntax: "public ResourceStatus()"
desc: "Creates an instance of ResourceStatus class."
methods:
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.lastUpdatedAt()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.lastUpdatedAt()"
name: "lastUpdatedAt()"
nameWithType: "ResourceStatus.lastUpdatedAt()"
summary: "Get the last<wbr>Updated<wbr>At property: The last update time for this condition."
syntax: "public OffsetDateTime lastUpdatedAt()"
desc: "Get the lastUpdatedAt property: The last update time for this condition."
returns:
description: "the lastUpdatedAt value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.message()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.message()"
name: "message()"
nameWithType: "ResourceStatus.message()"
summary: "Get the message property: A human readable message indicating details about the status."
syntax: "public String message()"
desc: "Get the message property: A human readable message indicating details about the status."
returns:
description: "the message value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.reason()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.reason()"
name: "reason()"
nameWithType: "ResourceStatus.reason()"
summary: "Get the reason property: The reason for the condition's status."
syntax: "public String reason()"
desc: "Get the reason property: The reason for the condition's status."
returns:
description: "the reason value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.severity()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.severity()"
name: "severity()"
nameWithType: "ResourceStatus.severity()"
summary: "Get the severity property: Severity with which to treat failures of this type of condition."
syntax: "public String severity()"
desc: "Get the severity property: Severity with which to treat failures of this type of condition."
returns:
description: "the severity value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.status()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.status()"
name: "status()"
nameWithType: "ResourceStatus.status()"
summary: "Get the status property: Status of the condition."
syntax: "public String status()"
desc: "Get the status property: Status of the condition."
returns:
description: "the status value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.type()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.type()"
name: "type()"
nameWithType: "ResourceStatus.type()"
summary: "Get the type property: The type of the condition."
syntax: "public String type()"
desc: "Get the type property: The type of the condition."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.validate()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourceStatus.validate()"
name: "validate()"
nameWithType: "ResourceStatus.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "The resource status information."
metadata: {}
package: "com.azure.resourcemanager.connectedvmware.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0