azure-docs-sdk-java/docs-ref-autogen/com.azure.developer.devcent...

113 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.developer.devcenter.models.DevBoxAction"
fullName: "com.azure.developer.devcenter.models.DevBoxAction"
name: "DevBoxAction"
nameWithType: "DevBoxAction"
summary: "An action which will take place on a Dev Box."
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 **DevBoxAction**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevBoxAction?alt=com.azure.developer.devcenter.models.DevBoxAction&text=DevBoxAction\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.developer.devcenter.models.DevBoxAction.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.developer.devcenter.models.DevBoxAction.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DevBoxAction.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Dev<wbr>Box<wbr>Action from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DevBoxAction fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DevBoxAction from the JsonReader."
returns:
description: "An instance of DevBoxAction if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.developer.devcenter.models.DevBoxAction?alt=com.azure.developer.devcenter.models.DevBoxAction&text=DevBoxAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxAction.getActionType()"
fullName: "com.azure.developer.devcenter.models.DevBoxAction.getActionType()"
name: "getActionType()"
nameWithType: "DevBoxAction.getActionType()"
summary: "Get the action<wbr>Type property: The action that will be taken."
syntax: "public DevBoxActionType getActionType()"
desc: "Get the actionType property: The action that will be taken."
returns:
description: "the actionType value."
type: "<xref href=\"com.azure.developer.devcenter.models.DevBoxActionType?alt=com.azure.developer.devcenter.models.DevBoxActionType&text=DevBoxActionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxAction.getName()"
fullName: "com.azure.developer.devcenter.models.DevBoxAction.getName()"
name: "getName()"
nameWithType: "DevBoxAction.getName()"
summary: "Get the name property: The name of the action."
syntax: "public String getName()"
desc: "Get the name property: The name of the action."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.developer.devcenter.models.DevBoxAction.getNextAction()"
fullName: "com.azure.developer.devcenter.models.DevBoxAction.getNextAction()"
name: "getNextAction()"
nameWithType: "DevBoxAction.getNextAction()"
summary: "Get the next<wbr>Action property: Details about the next run of this action."
syntax: "public DevBoxNextAction getNextAction()"
desc: "Get the nextAction property: Details about the next run of this action."
returns:
description: "the nextAction value."
type: "<xref href=\"com.azure.developer.devcenter.models.DevBoxNextAction?alt=com.azure.developer.devcenter.models.DevBoxNextAction&text=DevBoxNextAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxAction.getSourceId()"
fullName: "com.azure.developer.devcenter.models.DevBoxAction.getSourceId()"
name: "getSourceId()"
nameWithType: "DevBoxAction.getSourceId()"
summary: "Get the source<wbr>Id property: The id of the resource which triggered this action."
syntax: "public String getSourceId()"
desc: "Get the sourceId property: The id of the resource which triggered this action."
returns:
description: "the sourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.developer.devcenter.models.DevBoxAction.getSuspendedUntil()"
fullName: "com.azure.developer.devcenter.models.DevBoxAction.getSuspendedUntil()"
name: "getSuspendedUntil()"
nameWithType: "DevBoxAction.getSuspendedUntil()"
summary: "Get the suspended<wbr>Until property: The earliest time that the action could occur (UTC)."
syntax: "public OffsetDateTime getSuspendedUntil()"
desc: "Get the suspendedUntil property: The earliest time that the action could occur (UTC)."
returns:
description: "the suspendedUntil value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.developer.devcenter.models.DevBoxAction.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.developer.devcenter.models.DevBoxAction.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DevBoxAction.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An action which will take place on a Dev Box."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevBoxAction?alt=com.azure.developer.devcenter.models.DevBoxAction&text=DevBoxAction\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.developer.devcenter.models"
artifact: com.azure:azure-developer-devcenter:1.0.3