Share via


Terraform.ExportTerraformViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IOperationStatus> ExportTerraformViaJsonStringWithResult (string subscriptionId, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.ISendAsync sender);
member this.ExportTerraformViaJsonStringWithResult : 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 ExportTerraformViaJsonStringWithResult (subscriptionId As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IOperationStatus)

Parameters

subscriptionId
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to