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

165 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus"
name: "ExtensionStatus"
nameWithType: "ExtensionStatus"
summary: "Status from the extension."
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 **ExtensionStatus**"
constructors:
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.ExtensionStatus()"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.ExtensionStatus()"
name: "ExtensionStatus()"
nameWithType: "ExtensionStatus.ExtensionStatus()"
summary: "Creates an instance of Extension<wbr>Status class."
syntax: "public ExtensionStatus()"
desc: "Creates an instance of ExtensionStatus class."
methods:
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.code()"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.code()"
name: "code()"
nameWithType: "ExtensionStatus.code()"
summary: "Get the code property: Status code provided by the Extension."
syntax: "public String code()"
desc: "Get the code property: Status code provided by the Extension."
returns:
description: "the code value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.displayStatus()"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.displayStatus()"
name: "displayStatus()"
nameWithType: "ExtensionStatus.displayStatus()"
summary: "Get the display<wbr>Status property: Short description of status of the extension."
syntax: "public String displayStatus()"
desc: "Get the displayStatus property: Short description of status of the extension."
returns:
description: "the displayStatus value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.level()"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.level()"
name: "level()"
nameWithType: "ExtensionStatus.level()"
summary: "Get the level property: Level of the status."
syntax: "public LevelType level()"
desc: "Get the level property: Level of the status."
returns:
description: "the level value."
type: "<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.LevelType?alt=com.azure.resourcemanager.kubernetesconfiguration.models.LevelType&text=LevelType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.message()"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.message()"
name: "message()"
nameWithType: "ExtensionStatus.message()"
summary: "Get the message property: Detailed message of the status from the Extension."
syntax: "public String message()"
desc: "Get the message property: Detailed message of the status from the Extension."
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.kubernetesconfiguration.models.ExtensionStatus.time()"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.time()"
name: "time()"
nameWithType: "ExtensionStatus.time()"
summary: "Get the time property: Date<wbr>Literal (per ISO8601) noting the time of installation status."
syntax: "public String time()"
desc: "Get the time property: DateLiteral (per ISO8601) noting the time of installation status."
returns:
description: "the time value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.validate()"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.validate()"
name: "validate()"
nameWithType: "ExtensionStatus.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.withCode(java.lang.String)"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.withCode(String code)"
name: "withCode(String code)"
nameWithType: "ExtensionStatus.withCode(String code)"
summary: "Set the code property: Status code provided by the Extension."
parameters:
- description: "the code value to set."
name: "code"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExtensionStatus withCode(String code)"
desc: "Set the code property: Status code provided by the Extension."
returns:
description: "the ExtensionStatus object itself."
type: "<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus?alt=com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus&text=ExtensionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.withDisplayStatus(java.lang.String)"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.withDisplayStatus(String displayStatus)"
name: "withDisplayStatus(String displayStatus)"
nameWithType: "ExtensionStatus.withDisplayStatus(String displayStatus)"
summary: "Set the display<wbr>Status property: Short description of status of the extension."
parameters:
- description: "the displayStatus value to set."
name: "displayStatus"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExtensionStatus withDisplayStatus(String displayStatus)"
desc: "Set the displayStatus property: Short description of status of the extension."
returns:
description: "the ExtensionStatus object itself."
type: "<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus?alt=com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus&text=ExtensionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.withLevel(com.azure.resourcemanager.kubernetesconfiguration.models.LevelType)"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.withLevel(LevelType level)"
name: "withLevel(LevelType level)"
nameWithType: "ExtensionStatus.withLevel(LevelType level)"
summary: "Set the level property: Level of the status."
parameters:
- description: "the level value to set."
name: "level"
type: "<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.LevelType?alt=com.azure.resourcemanager.kubernetesconfiguration.models.LevelType&text=LevelType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExtensionStatus withLevel(LevelType level)"
desc: "Set the level property: Level of the status."
returns:
description: "the ExtensionStatus object itself."
type: "<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus?alt=com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus&text=ExtensionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.withMessage(java.lang.String)"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "ExtensionStatus.withMessage(String message)"
summary: "Set the message property: Detailed message of the status from the Extension."
parameters:
- description: "the message value to set."
name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExtensionStatus withMessage(String message)"
desc: "Set the message property: Detailed message of the status from the Extension."
returns:
description: "the ExtensionStatus object itself."
type: "<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus?alt=com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus&text=ExtensionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.withTime(java.lang.String)"
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus.withTime(String time)"
name: "withTime(String time)"
nameWithType: "ExtensionStatus.withTime(String time)"
summary: "Set the time property: Date<wbr>Literal (per ISO8601) noting the time of installation status."
parameters:
- description: "the time value to set."
name: "time"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExtensionStatus withTime(String time)"
desc: "Set the time property: DateLiteral (per ISO8601) noting the time of installation status."
returns:
description: "the ExtensionStatus object itself."
type: "<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus?alt=com.azure.resourcemanager.kubernetesconfiguration.models.ExtensionStatus&text=ExtensionStatus\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Status from the extension."
metadata: {}
package: "com.azure.resourcemanager.kubernetesconfiguration.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kubernetesconfiguration:1.0.0