ExportConfigurationsOperationsExtensions.Create Method

Definition

Create a Continuous Export configuration of an Application Insights component.

public static System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportConfiguration> Create (this Microsoft.Azure.Management.ApplicationInsights.Management.IExportConfigurationsOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportRequest exportProperties);
static member Create : Microsoft.Azure.Management.ApplicationInsights.Management.IExportConfigurationsOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportRequest -> System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportConfiguration>
<Extension()>
Public Function Create (operations As IExportConfigurationsOperations, resourceGroupName As String, resourceName As String, exportProperties As ApplicationInsightsComponentExportRequest) As IList(Of ApplicationInsightsComponentExportConfiguration)

Parameters

operations
IExportConfigurationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

resourceName
String

The name of the Application Insights component resource.

exportProperties
ApplicationInsightsComponentExportRequest

Properties that need to be specified to create a Continuous Export configuration of a Application Insights component.

Returns

Applies to