AvsScriptExecutionEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. AvsScriptExecutionEventData
- com.
Implements
@Deprecated
public class AvsScriptExecutionEventData
implements JsonSerializable<AvsScriptExecutionEventData>
Note
This class has been deprecated. This class is deprecated and may be removed in future releases. System events are now available in the azure-messaging-eventgrid-systemevents package.
Schema of the Data property of an EventGridEvent for Microsoft.AVS/scriptExecutions events.
Constructor Summary
| Constructor | Description |
|---|---|
| AvsScriptExecutionEventData() |
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. |
|
Avs |
setCmdletId(String cmdletId)
Set the cmdlet |
|
Avs |
setOperationId(String operationId)
Set the operation |
|
Avs |
setOutput(List<String> output)
Set the output property: Stdout outputs from the execution, if any. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
AvsScriptExecutionEventData
public AvsScriptExecutionEventData()
Creates an instance of AvsScriptExecutionEventData class.
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:
setCmdletId
public AvsScriptExecutionEventData setCmdletId(String cmdletId)
Set the cmdletId property: Cmdlet referenced in the execution that caused this event.
Parameters:
Returns:
setOperationId
public AvsScriptExecutionEventData setOperationId(String operationId)
Set the operationId property: Id of the operation that caused this event.
Parameters:
Returns:
setOutput
public AvsScriptExecutionEventData setOutput(List<String> output)
Set the output property: Stdout outputs from the execution, if any.
Parameters:
Returns: