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

154 строки
7.1 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.compute.InstanceViewStatus.code()
name: code()
nameWithType: InstanceViewStatus.code()
returns:
description: <p>the code value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the code value.</p>
<p></p>
syntax: public String code()
uid: com.microsoft.azure.management.compute.InstanceViewStatus.code()
- fullName: com.microsoft.azure.management.compute.InstanceViewStatus.displayStatus()
name: displayStatus()
nameWithType: InstanceViewStatus.displayStatus()
returns:
description: <p>the displayStatus value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the displayStatus value.</p>
<p></p>
syntax: public String displayStatus()
uid: com.microsoft.azure.management.compute.InstanceViewStatus.displayStatus()
- fullName: com.microsoft.azure.management.compute.InstanceViewStatus.level()
name: level()
nameWithType: InstanceViewStatus.level()
returns:
description: <p>the level value </p>
type: <xref href="com.microsoft.azure.management.compute.StatusLevelTypes?alt=com.microsoft.azure.management.compute.StatusLevelTypes&text=StatusLevelTypes" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the level value.</p>
<p></p>
syntax: public StatusLevelTypes level()
uid: com.microsoft.azure.management.compute.InstanceViewStatus.level()
- fullName: com.microsoft.azure.management.compute.InstanceViewStatus.message()
name: message()
nameWithType: InstanceViewStatus.message()
returns:
description: <p>the message value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the message value.</p>
<p></p>
syntax: public String message()
uid: com.microsoft.azure.management.compute.InstanceViewStatus.message()
- fullName: com.microsoft.azure.management.compute.InstanceViewStatus.time()
name: time()
nameWithType: InstanceViewStatus.time()
returns:
description: <p>the time value </p>
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the time value.</p>
<p></p>
syntax: public DateTime time()
uid: com.microsoft.azure.management.compute.InstanceViewStatus.time()
- fullName: com.microsoft.azure.management.compute.InstanceViewStatus.withCode(String code)
name: withCode(String code)
nameWithType: InstanceViewStatus.withCode(String code)
parameters:
- description: <p>the code value to set </p>
name: code
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the InstanceViewStatus object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.InstanceViewStatus?alt=com.microsoft.azure.management.compute.InstanceViewStatus&text=InstanceViewStatus" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the code value.</p>
<p></p>
syntax: public InstanceViewStatus withCode(String code)
uid: com.microsoft.azure.management.compute.InstanceViewStatus.withCode(String)
- fullName: com.microsoft.azure.management.compute.InstanceViewStatus.withDisplayStatus(String displayStatus)
name: withDisplayStatus(String displayStatus)
nameWithType: InstanceViewStatus.withDisplayStatus(String displayStatus)
parameters:
- description: <p>the displayStatus value to set </p>
name: displayStatus
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the InstanceViewStatus object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.InstanceViewStatus?alt=com.microsoft.azure.management.compute.InstanceViewStatus&text=InstanceViewStatus" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the displayStatus value.</p>
<p></p>
syntax: public InstanceViewStatus withDisplayStatus(String displayStatus)
uid: com.microsoft.azure.management.compute.InstanceViewStatus.withDisplayStatus(String)
- fullName: com.microsoft.azure.management.compute.InstanceViewStatus.withLevel(StatusLevelTypes level)
name: withLevel(StatusLevelTypes level)
nameWithType: InstanceViewStatus.withLevel(StatusLevelTypes level)
parameters:
- description: <p>the level value to set </p>
name: level
type: <xref href="com.microsoft.azure.management.compute.StatusLevelTypes?alt=com.microsoft.azure.management.compute.StatusLevelTypes&text=StatusLevelTypes" data-throw-if-not-resolved="False"/>
returns:
description: <p>the InstanceViewStatus object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.InstanceViewStatus?alt=com.microsoft.azure.management.compute.InstanceViewStatus&text=InstanceViewStatus" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the level value.</p>
<p></p>
syntax: public InstanceViewStatus withLevel(StatusLevelTypes level)
uid: com.microsoft.azure.management.compute.InstanceViewStatus.withLevel(StatusLevelTypes)
- fullName: com.microsoft.azure.management.compute.InstanceViewStatus.withMessage(String message)
name: withMessage(String message)
nameWithType: InstanceViewStatus.withMessage(String message)
parameters:
- description: <p>the message value to set </p>
name: message
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the InstanceViewStatus object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.InstanceViewStatus?alt=com.microsoft.azure.management.compute.InstanceViewStatus&text=InstanceViewStatus" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the message value.</p>
<p></p>
syntax: public InstanceViewStatus withMessage(String message)
uid: com.microsoft.azure.management.compute.InstanceViewStatus.withMessage(String)
- fullName: com.microsoft.azure.management.compute.InstanceViewStatus.withTime(DateTime time)
name: withTime(DateTime time)
nameWithType: InstanceViewStatus.withTime(DateTime time)
parameters:
- description: <p>the time value to set </p>
name: time
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
returns:
description: <p>the InstanceViewStatus object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.InstanceViewStatus?alt=com.microsoft.azure.management.compute.InstanceViewStatus&text=InstanceViewStatus" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the time value.</p>
<p></p>
syntax: public InstanceViewStatus withTime(DateTime time)
uid: com.microsoft.azure.management.compute.InstanceViewStatus.withTime(DateTime)
nameWithType: InstanceViewStatus
syntax: public class InstanceViewStatus
type: class
uid: com.microsoft.azure.management.compute.InstanceViewStatus
fullName: com.microsoft.azure.management.compute.InstanceViewStatus
name: InstanceViewStatus
package: com.microsoft.azure.management.compute
summary: <p>Instance view status. </p>
metadata: {}