EventGridModelFactory.AvsScriptExecutionCancelledEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AvsScriptExecutionCancelledEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AvsScriptExecutionCancelledEventData AvsScriptExecutionCancelledEventData (string operationId = default, string cmdletId = default, System.Collections.Generic.IEnumerable<string> output = default);
static member AvsScriptExecutionCancelledEventData : string * string * seq<string> -> Azure.Messaging.EventGrid.SystemEvents.AvsScriptExecutionCancelledEventData
Public Shared Function AvsScriptExecutionCancelledEventData (Optional operationId As String = Nothing, Optional cmdletId As String = Nothing, Optional output As IEnumerable(Of String) = Nothing) As AvsScriptExecutionCancelledEventData
Parameters
- operationId
- String
Id of the operation that caused this event.
- cmdletId
- String
Cmdlet referenced in the execution that caused this event.
- output
- IEnumerable<String>
Stdout outputs from the execution, if any.
Returns
A new AvsScriptExecutionCancelledEventData instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET