StackHci.UpdateRunsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IUpdateRun> UpdateRunsGetWithResult(string subscriptionId, string resourceGroupName, string clusterName, string updateName, string updateRunName, Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.ISendAsync sender);
member this.UpdateRunsGetWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IUpdateRun>
Public Function UpdateRunsGetWithResult (subscriptionId As String, resourceGroupName As String, clusterName As String, updateName As String, updateRunName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IUpdateRun)

Parameters

subscriptionId
String
resourceGroupName
String
clusterName
String
updateName
String
updateRunName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to