Share via


Terraform.OperationStatusesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IOperationStatus> OperationStatusesGetWithResult (string subscriptionId, string operationId, Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.ISendAsync sender);
member this.OperationStatusesGetWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IOperationStatus>
Public Function OperationStatusesGetWithResult (subscriptionId As String, operationId As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IOperationStatus)

Parameters

subscriptionId
String
operationId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to