GetOperationErrorsRequest Class
- java.
lang. Object - com.
azure. resourcemanager. computeschedule. models. GetOperationErrorsRequest
- com.
Implements
public final class GetOperationErrorsRequest
implements JsonSerializable<GetOperationErrorsRequest>
This is the request to get errors per vm operations.
Constructor Summary
| Constructor | Description |
|---|---|
| GetOperationErrorsRequest() |
Creates an instance of Get |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Get |
fromJson(JsonReader jsonReader)
Reads an instance of Get |
| List<String> |
operationIds()
Get the operation |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Get |
withOperationIds(List<String> operationIds)
Set the operation |
Methods inherited from java.lang.Object
Constructor Details
GetOperationErrorsRequest
public GetOperationErrorsRequest()
Creates an instance of GetOperationErrorsRequest class.
Method Details
fromJson
public static GetOperationErrorsRequest fromJson(JsonReader jsonReader)
Reads an instance of GetOperationErrorsRequest from the JsonReader.
Parameters:
Returns:
Throws:
operationIds
public List<String> operationIds()
Get the operationIds property: The list of operation ids to query errors of.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOperationIds
public GetOperationErrorsRequest withOperationIds(List<String> operationIds)
Set the operationIds property: The list of operation ids to query errors of.
Parameters:
Returns: