AvsScriptExecutionStartedEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. AvsScriptExecutionEventData - com.
azure. messaging. eventgrid. systemevents. AvsScriptExecutionStartedEventData
- com.
- com.
@Deprecated
public final class AvsScriptExecutionStartedEventData
extends 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 a Microsoft.AVS.ScriptExecutionStarted event.
Constructor Summary
| Constructor | Description |
|---|---|
| AvsScriptExecutionStartedEventData() |
Creates an instance of Avs |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Avs |
fromJson(JsonReader jsonReader)
Reads an instance of Avs |
|
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 AvsScriptExecutionEventData
Methods inherited from java.lang.Object
Constructor Details
AvsScriptExecutionStartedEventData
public AvsScriptExecutionStartedEventData()
Creates an instance of AvsScriptExecutionStartedEventData class.
Method Details
fromJson
public static AvsScriptExecutionStartedEventData fromJson(JsonReader jsonReader)
Reads an instance of AvsScriptExecutionStartedEventData from the JsonReader.
Parameters:
Returns:
Throws:
setCmdletId
public AvsScriptExecutionStartedEventData setCmdletId(String cmdletId)
Set the cmdletId property: Cmdlet referenced in the execution that caused this event.
Overrides:
AvsScriptExecutionStartedEventData.setCmdletId(String cmdletId)Parameters:
setOperationId
public AvsScriptExecutionStartedEventData setOperationId(String operationId)
Set the operationId property: Id of the operation that caused this event.
Overrides:
AvsScriptExecutionStartedEventData.setOperationId(String operationId)Parameters:
setOutput
public AvsScriptExecutionStartedEventData setOutput(List<String> output)
Set the output property: Stdout outputs from the execution, if any.
Overrides:
AvsScriptExecutionStartedEventData.setOutput(List<String> output)Parameters:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AvsScriptExecutionStartedEventData.toJson(JsonWriter jsonWriter)Parameters:
Throws: