Udostępnij przez


ApplicationInsightsManagementClient.ExportConfigurationsCreateViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration>> ExportConfigurationsCreateViaIdentityWithResult(string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportRequest body, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.ExportConfigurationsCreateViaIdentityWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportRequest * Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SerializationMode -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration>>
Public Function ExportConfigurationsCreateViaIdentityWithResult (viaIdentity As String, body As IApplicationInsightsComponentExportRequest, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of List(Of IApplicationInsightsComponentExportConfiguration))

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to