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

156 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus"
name: "MachineExtensionInstanceViewStatus"
nameWithType: "MachineExtensionInstanceViewStatus"
summary: "Instance view status."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" 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.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" 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.toString()?alt=java.lang.Object.toString&text=toString\" 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 class **MachineExtensionInstanceViewStatus**"
constructors:
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.MachineExtensionInstanceViewStatus()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.MachineExtensionInstanceViewStatus()"
name: "MachineExtensionInstanceViewStatus()"
nameWithType: "MachineExtensionInstanceViewStatus.MachineExtensionInstanceViewStatus()"
syntax: "public MachineExtensionInstanceViewStatus()"
methods:
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.code()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.code()"
name: "code()"
nameWithType: "MachineExtensionInstanceViewStatus.code()"
summary: "Get the status code."
syntax: "public String code()"
desc: "Get the status code."
returns:
description: "the code value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.displayStatus()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.displayStatus()"
name: "displayStatus()"
nameWithType: "MachineExtensionInstanceViewStatus.displayStatus()"
summary: "Get the short localizable label for the status."
syntax: "public String displayStatus()"
desc: "Get the short localizable label for the status."
returns:
description: "the displayStatus value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.level()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.level()"
name: "level()"
nameWithType: "MachineExtensionInstanceViewStatus.level()"
summary: "Get the level code."
syntax: "public StatusLevelTypes level()"
desc: "Get the level code. Possible values include: 'Info', 'Warning', 'Error'."
returns:
description: "the level value"
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.StatusLevelTypes?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.StatusLevelTypes&text=StatusLevelTypes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.message()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.message()"
name: "message()"
nameWithType: "MachineExtensionInstanceViewStatus.message()"
summary: "Get the detailed status message, including for alerts and error messages."
syntax: "public String message()"
desc: "Get the detailed status message, including for alerts and error messages."
returns:
description: "the message value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.time()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.time()"
name: "time()"
nameWithType: "MachineExtensionInstanceViewStatus.time()"
summary: "Get the time of the status."
syntax: "public DateTime time()"
desc: "Get the time of the status."
returns:
description: "the time value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.withCode(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.withCode(String code)"
name: "withCode(String code)"
nameWithType: "MachineExtensionInstanceViewStatus.withCode(String code)"
summary: "Set the status code."
parameters:
- description: "the code value to set"
name: "code"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionInstanceViewStatus withCode(String code)"
desc: "Set the status code."
returns:
description: "the MachineExtensionInstanceViewStatus object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus&text=MachineExtensionInstanceViewStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.withDisplayStatus(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.withDisplayStatus(String displayStatus)"
name: "withDisplayStatus(String displayStatus)"
nameWithType: "MachineExtensionInstanceViewStatus.withDisplayStatus(String displayStatus)"
summary: "Set the short localizable label for the status."
parameters:
- description: "the displayStatus value to set"
name: "displayStatus"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionInstanceViewStatus withDisplayStatus(String displayStatus)"
desc: "Set the short localizable label for the status."
returns:
description: "the MachineExtensionInstanceViewStatus object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus&text=MachineExtensionInstanceViewStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.withLevel(com.microsoft.azure.management.hybridcompute.v2020_08_02.StatusLevelTypes)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.withLevel(StatusLevelTypes level)"
name: "withLevel(StatusLevelTypes level)"
nameWithType: "MachineExtensionInstanceViewStatus.withLevel(StatusLevelTypes level)"
summary: "Set the level code."
parameters:
- description: "the level value to set"
name: "level"
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.StatusLevelTypes?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.StatusLevelTypes&text=StatusLevelTypes\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionInstanceViewStatus withLevel(StatusLevelTypes level)"
desc: "Set the level code. Possible values include: 'Info', 'Warning', 'Error'."
returns:
description: "the MachineExtensionInstanceViewStatus object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus&text=MachineExtensionInstanceViewStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.withMessage(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "MachineExtensionInstanceViewStatus.withMessage(String message)"
summary: "Set the detailed status message, including for alerts and error messages."
parameters:
- description: "the message value to set"
name: "message"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionInstanceViewStatus withMessage(String message)"
desc: "Set the detailed status message, including for alerts and error messages."
returns:
description: "the MachineExtensionInstanceViewStatus object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus&text=MachineExtensionInstanceViewStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.withTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus.withTime(DateTime time)"
name: "withTime(DateTime time)"
nameWithType: "MachineExtensionInstanceViewStatus.withTime(DateTime time)"
summary: "Set the time of the status."
parameters:
- description: "the time value to set"
name: "time"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionInstanceViewStatus withTime(DateTime time)"
desc: "Set the time of the status."
returns:
description: "the MachineExtensionInstanceViewStatus object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionInstanceViewStatus&text=MachineExtensionInstanceViewStatus\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Instance view status."
metadata: {}
package: "com.microsoft.azure.management.hybridcompute.v2020_08_02"
artifact: com.microsoft.azure.hybridcompute.v2020_08_02:azure-mgmt-hybridcompute:1.0.0-beta