EventGridModelFactory.AvsScriptExecutionFinishedEventData 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 AvsScriptExecutionFinishedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AvsScriptExecutionFinishedEventData AvsScriptExecutionFinishedEventData (string operationId = default, string cmdletId = default, System.Collections.Generic.IEnumerable<string> output = default, System.Collections.Generic.IReadOnlyDictionary<string,string> namedOutputs = default);
static member AvsScriptExecutionFinishedEventData : string * string * seq<string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Messaging.EventGrid.SystemEvents.AvsScriptExecutionFinishedEventData
Public Shared Function AvsScriptExecutionFinishedEventData (Optional operationId As String = Nothing, Optional cmdletId As String = Nothing, Optional output As IEnumerable(Of String) = Nothing, Optional namedOutputs As IReadOnlyDictionary(Of String, String) = Nothing) As AvsScriptExecutionFinishedEventData
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.
- namedOutputs
- IReadOnlyDictionary<String,String>
Named outputs of completed execution, if any.
Returns
A new AvsScriptExecutionFinishedEventData 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