Share via


Terraform.ExportTerraformWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IOperationStatus> ExportTerraformWithResult (string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IBaseExportModel body, Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.ExportTerraformWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IBaseExportModel * Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IOperationStatus>
Public Function ExportTerraformWithResult (subscriptionId As String, body As IBaseExportModel, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IOperationStatus)

Parameters

subscriptionId
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to