DevBoxAction Class
- java.
lang. Object - com.
azure. developer. devcenter. models. DevBoxAction
- com.
Implements
public final class DevBoxAction
implements JsonSerializable<DevBoxAction>
An action which will take place on a Dev Box.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
|
Dev |
getActionType()
Get the action |
| String |
getName()
Get the name property: The name of the action. |
|
Dev |
getNextAction()
Get the next |
| String |
getSourceId()
Get the source |
|
Offset |
getSuspendedUntil()
Get the suspended |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DevBoxAction fromJson(JsonReader jsonReader)
Reads an instance of DevBoxAction from the JsonReader.
Parameters:
Returns:
Throws:
getActionType
public DevBoxActionType getActionType()
Get the actionType property: The action that will be taken.
Returns:
getName
public String getName()
Get the name property: The name of the action.
Returns:
getNextAction
public DevBoxNextAction getNextAction()
Get the nextAction property: Details about the next run of this action.
Returns:
getSourceId
public String getSourceId()
Get the sourceId property: The id of the resource which triggered this action.
Returns:
getSuspendedUntil
public OffsetDateTime getSuspendedUntil()
Get the suspendedUntil property: The earliest time that the action could occur (UTC), in RFC3339 format.
Returns: