AvsScriptExecutionEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. models. AvsScriptExecutionEventData
- com.
Implements
public class AvsScriptExecutionEventData
implements JsonSerializable<AvsScriptExecutionEventData>
Schema of the Data property of an EventGridEvent for Microsoft.AVS/scriptExecutions events.
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | AvsScriptExecutionEventData(String operationId, String cmdletId) |
Creates an instance of Avs |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Avs |
fromJson(JsonReader jsonReader)
Reads an instance of Avs |
| String |
getCmdletId()
Get the cmdlet |
| String |
getOperationId()
Get the operation |
| List<String> |
getOutput()
Get the output property: Stdout outputs from the execution, if any. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
AvsScriptExecutionEventData
protected AvsScriptExecutionEventData(String operationId, String cmdletId)
Creates an instance of AvsScriptExecutionEventData class.
Parameters:
Method Details
fromJson
public static AvsScriptExecutionEventData fromJson(JsonReader jsonReader)
Reads an instance of AvsScriptExecutionEventData from the JsonReader.
Parameters:
Returns:
Throws:
getCmdletId
public String getCmdletId()
Get the cmdletId property: Cmdlet referenced in the execution that caused this event.
Returns:
getOperationId
public String getOperationId()
Get the operationId property: Id of the operation that caused this event.
Returns:
getOutput
public List<String> getOutput()
Get the output property: Stdout outputs from the execution, if any.
Returns: