Microsoft.Azure.Insights.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Insights</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Insights.Models.EventStatusCountSummaryListResponse">
            <summary>
            The extension methods for event count summary list response
            </summary>
            <summary>
            The List event status count summary operation response.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.EventStatusCountSummaryListResponse.SupportedTimeGrain">
            <summary>
            Count summary is at 1 day granularity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.EventStatusCountSummaryListResponse.AggregateSummary(System.DateTime,System.DateTime)">
            <summary>
            Create a cross resource event status count summary
            </summary>
            <param name="startTime">start time</param>
            <param name="endTime">end time</param>
            <returns>the event count summary response</returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.EventStatusCountSummaryListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            EventStatusCountSummaryListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventStatusCountSummaryListResponse.EventStatusCountSummaryItemCollection">
            <summary>
            Optional. The retrieved summary.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.IMetricOperations">
            <summary>
            Operations for metric values.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.IMetricOperations.GetMetricsAsync(System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Azure.Insights.Models.MetricDefinition},System.Threading.CancellationToken)">
            <summary>
            Get Metrics function that takes in the MetricDefinitions (rather than names in the filter string) to allow users to cache the definitions themselves
            </summary>
            <param name="resourceUri">The Resource Uri for the metrics</param>
            <param name="filterString">The filter string (no name specification allowed in this one)</param>
            <param name="definitions">The MetricDefinitions</param>
            <param name="cancellationToken">Cancellation Token</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.IMetricOperations.GetMetricsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List Metric operation lists the metric value sets for the
            resource metrics.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the target resource to get metrics for.
            </param>
            <param name='filterString'>
            An OData $filter expression that supports querying by the name,
            startTime, endTime and timeGrain of the metric value sets. For
            example, "(name.value eq 'Percentage CPU') and startTime eq
            2014-07-02T01:00Z and endTime eq 2014-08-21T01:00:00Z and
            timeGrain eq duration'PT1H'". In the expression, startTime,
            endTime and timeGrain are required. Name is optional.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Metric values operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Insights.InsightsClient">
            <summary>
            Customizations for InsightsClient class, including handler implementation and cache for MetricDefinitions
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.IInsightsClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.IInsightsClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.IInsightsClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.IInsightsClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.IInsightsClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.IInsightsClient.EventOperations">
            <summary>
            Microsoft Azure event logs and summaries can be retrieved using
            these operations
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.IInsightsClient.MetricDefinitionOperations">
            <summary>
            Operations for metric definitions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.IInsightsClient.MetricOperations">
            <summary>
            Operations for metric values.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.InsightsClient.WithHandler(System.Net.Http.DelegatingHandler)">
            <summary>
            Get an instance of the InsightsClient class that uses the handler while initiating web requests.
            </summary>
            <param name="handler">the handler</param>
        </member>
        <member name="M:Microsoft.Azure.Insights.InsightsClient.#ctor">
            <summary>
            Initializes a new instance of the InsightsClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.InsightsClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the InsightsClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Insights.InsightsClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the InsightsClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Insights.InsightsClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the InsightsClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Insights.InsightsClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the InsightsClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Insights.InsightsClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the InsightsClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Insights.InsightsClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Insights.InsightsClient})">
            <summary>
            Clones properties from current instance to another InsightsClient
            instance
            </summary>
            <param name='client'>
            Instance of InsightsClient to clone to
            </param>
        </member>
        <member name="P:Microsoft.Azure.Insights.InsightsClient.IsCacheEnabled">
            <summary>
            Gets or sets a flag indicating whether to enable the metric definition cache
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.InsightsClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.InsightsClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.InsightsClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.InsightsClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.InsightsClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.InsightsClient.EventOperations">
            <summary>
            Microsoft Azure event logs and summaries can be retrieved using
            these operations
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.InsightsClient.MetricDefinitionOperations">
            <summary>
            Operations for metric definitions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.InsightsClient.MetricOperations">
            <summary>
            Operations for metric values.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListEventsParameters">
            <summary>
            The parameters to get the events for a subscription
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsParameters.EventTimestamp">
            <summary>
            Gets or sets the start time
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsParameters.EventChannels">
            <summary>
            Gets or sets the event channel
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsParameters.Status">
            <summary>
            Gets or sets the status
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsParameters.Caller">
            <summary>
            Gets or sets the caller
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListEventsForCorrelationIdParameters">
            <summary>
            The parameters to get the events for a correlation id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsForCorrelationIdParameters.CorrelationId">
            <summary>
            Gets or sets the correlation id
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListEventsForEventSourceParameters">
            <summary>
            The parameters to get the events for an event source
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsForEventSourceParameters.EventSource">
            <summary>
            Gets or sets the event source
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListEventsForResourceParameters">
            <summary>
            The parameters to get the events for a resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsForResourceParameters.ResourceUri">
            <summary>
            Get or set the resource uri
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListEventsForResourceGroupParameters">
            <summary>
            The parameters to get the events for a resource group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsForResourceGroupParameters.ResourceGroupName">
            <summary>
            Get or set the resource group name
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListEventsForResourceProviderParameters">
            <summary>
            The parameters to get the events for a resource provider
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsForResourceProviderParameters.ResourceProvider">
            <summary>
            Get or set the resource provider
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListEventsForEventIdParameters">
            <summary>
            The parameters to get the events for a event id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsForEventIdParameters.Id">
            <summary>
            Get or set the id
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListStatusCountItemCollectionParameters">
            <summary>
            The parameters to get the events for a subscription
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListStatusCountItemCollectionParameters.StartTime">
            <summary>
            Gets or sets the start time
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListStatusCountItemCollectionParameters.EndTime">
            <summary>
            Gets or sets the end time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListStatusCountItemCollectionParameters.Status">
            <summary>
            Gets or sets the status
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListStatusCountItemCollectionParameters.Caller">
            <summary>
            Gets or sets the caller
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListStatusCountItemCollectionForEventSourceParameters">
            <summary>
            The parameters to get the event status count summary for an event source
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListStatusCountItemCollectionForEventSourceParameters.EventSource">
            <summary>
            Gets or sets the event source
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListStatusCountItemCollectionForResourceParameters">
            <summary>
            The parameters to get the event status count summary for a resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListStatusCountItemCollectionForResourceParameters.ResourceUri">
            <summary>
            Gets or sets the resource uri
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListStatusCountItemCollectionForResourceGroupParameters">
            <summary>
            The parameters to get the event status count summary for a resource group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListStatusCountItemCollectionForResourceGroupParameters.ResourceGroupName">
            <summary>
            Gets or sets the resource group name
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ListStatusCountItemCollectionForResourceProviderParameters">
            <summary>
            The parameters to get the event status count summary for a resource provider
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListStatusCountItemCollectionForResourceProviderParameters.ResourceProvider">
            <summary>
            Gets or sets the resource provider
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.AgentDiagnosticSettingsOperations">
            <summary>
            Operations for managing agent diagnostic settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.AlertOperations">
            <summary>
            Operations for managing alert rules and incidents.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.AutomatedExportOperations">
            <summary>
            Operations for managing automated export.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.AutoscaleOperations">
            <summary>
            Operations for managing autoscale.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.MonitoringConfigurationOperations">
            <summary>
            Operations for managing the collection of diagonstics and
            monitoring data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.ServiceDiagnosticSettingsOperations">
            <summary>
            Operations for managing service diagnostic settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.SkuOperations">
            <summary>
            Operations for managing resources sku.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.IInsightsManagementClient.StorageDiagnosticSettingsOperations">
            <summary>
            Operations for managing storage diagnostic settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.InsightsManagementClient.WithHandler(System.Net.Http.DelegatingHandler)">
            <summary>
            Get an instance of the InsightsManagementClient class that uses the handler while initiating web requests.
            </summary>
            <param name="handler">the handler</param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.InsightsManagementClient.#ctor">
            <summary>
            Initializes a new instance of the InsightsManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.InsightsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the InsightsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.InsightsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the InsightsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.InsightsManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the InsightsManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.InsightsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the InsightsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.InsightsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the InsightsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.InsightsManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.Insights.InsightsManagementClient})">
            <summary>
            Clones properties from current instance to another
            InsightsManagementClient instance
            </summary>
            <param name='client'>
            Instance of InsightsManagementClient to clone to
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.AgentDiagnosticSettingsOperations">
            <summary>
            Operations for managing agent diagnostic settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.AlertOperations">
            <summary>
            Operations for managing alert rules and incidents.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.AutomatedExportOperations">
            <summary>
            Operations for managing automated export.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.AutoscaleOperations">
            <summary>
            Operations for managing autoscale.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.MonitoringConfigurationOperations">
            <summary>
            Operations for managing the collection of diagonstics and
            monitoring data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.ServiceDiagnosticSettingsOperations">
            <summary>
            Operations for managing service diagnostic settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.SkuOperations">
            <summary>
            Operations for managing resources sku.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.InsightsManagementClient.StorageDiagnosticSettingsOperations">
            <summary>
            Operations for managing storage diagnostic settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.MetricDefinitionOperations">
            <summary>
            Operations for metric definitions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.IMetricDefinitionOperations">
            <summary>
            Operations for metric definitions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.IMetricDefinitionOperations.GetMetricDefinitionsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List Metric Definitions operation lists the metric definitions
            for the resource.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the target resource to get metrics for.
            </param>
            <param name='filterString'>
            An OData $filter expression that supports querying by the name of
            the metric definition. For example, "name.value eq 'Percentage
            CPU'". Name is optional, meaning the expression may be "".
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Metric Definitions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricDefinitionOperations.#ctor(Microsoft.Azure.Insights.InsightsClient)">
            <summary>
            Initializes a new instance of the MetricDefinitionOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricDefinitionOperations.GetMetricDefinitionsInternalAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List Metric Definitions operation lists the metric definitions
            for the resource.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            metrics for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name of the metric definition. For example, "name.value eq
            'Percentage CPU'". Name is optional, meaning the expression may be
            "".
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Metric Definitions operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Insights.MetricDefinitionOperations.Client">
            <summary>
            Gets a reference to the Microsoft.Azure.Insights.InsightsClient.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.MetricOperations">
            <summary>
            Operations for metric values.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricOperations.#ctor(Microsoft.Azure.Insights.InsightsClient)">
            <summary>
            Initializes a new instance of the MetricOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricOperations.GetMetricsInternalAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List Metric operation lists the metric value sets for the
            resource metrics.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            metrics for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name, startTime, endTime and timeGrain of the metric value sets.
            For example, "(name.value eq 'Percentage CPU') and startTime eq
            2014-07-02T01:00Z and endTime eq 2014-08-21T01:00:00Z and
            timeGrain eq duration'PT1H'". In the expression, startTime,
            endTime and timeGrain are required. Name is optional.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Metric values operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Insights.MetricOperations.Client">
            <summary>
            Gets a reference to the Microsoft.Azure.Insights.InsightsClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricOperationsExtensions.GetMetrics(Microsoft.Azure.Insights.IMetricOperations,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Azure.Insights.Models.MetricDefinition})">
            <summary>
            Non-async version returns the MetricListResponse straight (consistent with overload for get metrics by name functions)
            </summary>
            <param name="operations">Reference to IMetricOperations</param>
            <param name="resourceUri">Resource Uri for the metrics</param>
            <param name="filterString">OData filter string (no name specifitations allowed in this one)</param>
            <param name="definitions">The MetricDefinitions</param>
            <returns>The requested Metrics</returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricOperationsExtensions.GetMetricsAsync(Microsoft.Azure.Insights.IMetricOperations,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Azure.Insights.Models.MetricDefinition})">
            <summary>
            Overload for get metrics by definitions that does not require cancellation token (consistent with overload for get metrics by name functions)
            </summary>
            <param name="operations">Reference to IMetricOperations</param>
            <param name="resourceUri">Resource Uri for the metrics</param>
            <param name="filterString">OData filter string (no name specifitations allowed in this one)</param>
            <param name="definitions">The MetricDefinitions</param>
            <returns>The requested Metrics</returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricOperationsExtensions.GetMetrics(Microsoft.Azure.Insights.IMetricOperations,System.String,System.String)">
            <summary>
            The List Metric operation lists the metric value sets for the
            resource metrics.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IMetricOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            metrics for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name, startTime, endTime and timeGrain of the metric value sets.
            For example, "(name.value eq 'Percentage CPU') and startTime eq
            2014-07-02T01:00Z and endTime eq 2014-08-21T01:00:00Z and
            timeGrain eq duration'PT1H'". In the expression, startTime,
            endTime and timeGrain are required. Name is optional.
            </param>
            <returns>
            The List Metric values operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricOperationsExtensions.GetMetricsAsync(Microsoft.Azure.Insights.IMetricOperations,System.String,System.String)">
            <summary>
            The List Metric operation lists the metric value sets for the
            resource metrics.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IMetricOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            metrics for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name, startTime, endTime and timeGrain of the metric value sets.
            For example, "(name.value eq 'Percentage CPU') and startTime eq
            2014-07-02T01:00Z and endTime eq 2014-08-21T01:00:00Z and
            timeGrain eq duration'PT1H'". In the expression, startTime,
            endTime and timeGrain are required. Name is optional.
            </param>
            <returns>
            The List Metric values operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Insights.FilterDimension">
            <summary>
            FilterDimension class represents a dimension name and corresponding (optional) dimension values
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.FilterDimension.Name">
            <summary>
            Gets or sets the Name of the dimension
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.FilterDimension.Values">
            <summary>
            Gets or sets the Values of the dimension
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.MetricDefinitionFilterParser">
            <summary>
            Simple Filter parser for $filter expressions on MetricDefinition and Usage calls
            Supported Syntax: Name clauses (Name eq 'value') separated by " or "s (no parentheses)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricDefinitionFilterParser.Parse(System.String)">
            <summary>
            Parses the filter string
            </summary>
            <param name="filterString">The $filter string</param>
            <returns>The list of names requested</returns>
        </member>
        <member name="T:Microsoft.Azure.Insights.MetricDimension">
            <summary>
            MetricFilterDimensionFilter class represents a dimension filter tied to a particular metric (by name) and containing an optional list of dimensions
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.MetricDimension.Name">
            <summary>
            Gets or sets the Name of the dimension
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.MetricDimension.Dimensions">
            <summary>
            Gets or sets the Values of the dimension
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.MetricFilter">
            <summary>
            The stucture of the Filter represents an expression in disjunctive-normal-form
            Each filter contain a set of subfilters (the conjunctions) with the total filter being the disjunction of them
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.MetricFilter.TimeGrain">
            <summary>
            Gets or sets the TimeGrain of the filter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.MetricFilter.StartTime">
            <summary>
            Gets or sets the TimeGrain of the filter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.MetricFilter.EndTime">
            <summary>
            Gets or sets the TimeGrain of the filter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.MetricFilter.DimensionFilters">
            <summary>
            Gets or sets the DimensionFilters of the filter
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.MetricFilterExpressionParser">
            <summary>
            The expression parser creates an Expression that represents an expression in disjunctive-normal-form
            Each Expression contains a set of Subexpressions (the conjunctions) with the total expression being the disjunction of them
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricFilterExpressionParser.Parse(System.String)">
            <summary>
            Generates a MetricFilter object from the given filter string
            </summary>
            <param name="query">the ($filter) query string</param>
            <returns>A MetricFilter object representing the query</returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricFilterExpressionParser.ParseFilterExpressionTree(Microsoft.Azure.Insights.MetricFilterExpressionParser.MetricFilterExpressionTokenizer)">
            Parser implements a recursive-descent parser for the following grammar:
             
            E -> T OR E | T
            T -> F AND T | F
            F -> ID EQ VALUE | ( E )
             
            E = Expression (ANDs and ORs)
            T = Term (ANDs only)
            F = Clause
            ID = Identifier (token)
            EQ = EQ operator (token)
            VALUE = value (token)
            OR = OR operator (token)
            AND = AND operator (token)
            ( and ) are also terminals (tokens)
             
        </member>
        <member name="T:Microsoft.Azure.Insights.MetricFilterRegexParser">
            <summary>
            Simple filter parser class to implement very basic $filter
            Supported syntax: (optional names clause) and (timeGrain clause) and (startTime clause) and (endTime clause)
            Clauses can be in any order
            Names clause must be surrounded by parentheses if it contains multiple names
            No parentheses are allowed outside the names clause
            NOTE: The regex parser does not currently support dimensions (dimensionname.value, dimensionvalue.value)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricFilterRegexParser.Parse(System.String)">
            <summary>
            Creates a new Filter object from the ($filter) query string
            </summary>
            <param name="query">The query string</param>
            <returns>A filter object representing the query</returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.ShoeboxClient.GetMetricsInternal(Microsoft.Azure.Insights.MetricFilter,Microsoft.Azure.Insights.Models.MetricLocation,System.String)">
            <summary>
            Retrieves the metric values from the shoebox
            </summary>
            <param name="filter">The $filter query string</param>
            <param name="location">The MetricLocation object</param>
            <param name="invocationId">The invocation id</param>
            <returns>The MetricValueListResponse</returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.ShoeboxClient.GetMetricsInternalAsync(Microsoft.Azure.Insights.MetricFilter,Microsoft.Azure.Insights.Models.MetricLocation,System.String)">
            <summary>
            Retrieves the metric values from the shoebox
            </summary>
            <param name="filter">The $filter query string</param>
            <param name="location">The MetricLocation object</param>
            <param name="invocationId">The invocation id</param>
            <returns>The MetricValueListResponse</returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.ShoeboxHelper.TrimAndEscapeKey(System.String)">
            <summary>
            Encoding function for use with Shoebox table Partition and Row Keys
            </summary>
            <param name="key">The key</param>
            <returns>The encoded key</returns>
        </member>
        <member name="T:Microsoft.Azure.Insights.TableOperationContextLogger">
            <summary>
            The Table operation context logger.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.TableOperationContextLogger.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Insights.TableOperationContextLogger"/> class.
            </summary>
            <param name="accountName">The storage account name.</param>
            <param name="resourceUri">The resource URI.</param>
            <param name="operationName">Name of the operation.</param>
        </member>
        <member name="M:Microsoft.Azure.Insights.TableOperationContextLogger.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Insights.TableOperationContextLogger"/> class.
            </summary>
            <param name="accountName">The storage account name.</param>
            <param name="resourceUri">The resource URI.</param>
            <param name="operationName">Name of the operation.</param>
            <param name="requestId">The request id.</param>
        </member>
        <member name="P:Microsoft.Azure.Insights.TableOperationContextLogger.OperationContext">
            <summary>
            Gets the operation context.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.TableOperationContextLogger.Response">
            <summary>
            Gets the response.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.AntaresSkuOperations">
            <summary>
            Operations for managing resources sku.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.ISkuOperations">
            <summary>
            Operations for managing resources sku.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ISkuOperations.ListSkuDefinitionsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceId'>
            The resource id.
            </param>
            <param name='apiVersion'>
            The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ISkuOperations.GetCurrentSkuAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceId'>
            The resource id.
            </param>
            <param name='apiVersion'>
            The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ISkuOperations.UpdateCurrentSkuAsync(System.String,Microsoft.Azure.Management.Insights.Models.SkuUpdateParameters,System.String,System.Threading.CancellationToken)">
            <param name='resourceId'>
            The resource id.
            </param>
            <param name='parameters'>
            The update parameters.
            </param>
            <param name='apiVersion'>
            The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.SkuOperations">
            <summary>
            Operations for managing resources sku.
            </summary>
            <summary>
            Operations for managing resources sku.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperations.ListSkuDefinitionsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceId'>
            Required. The resource id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperations.GetCurrentSkuAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceId'>
            Required. The resource id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperations.#ctor(Microsoft.Azure.Management.Insights.InsightsManagementClient)">
            <summary>
            Initializes a new instance of the SkuOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperations.GetAntaresCurrentSkuInternalAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceId'>
            Required. The resource id.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperations.GetCurrentSkuInternalAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceId'>
            Required. The resource id.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperations.ListSkuDefinitionsInternalAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceId'>
            Required. The resource id.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperations.UpdateAntaresCurrentSkuInternalAsync(System.String,Microsoft.Azure.Management.Insights.Models.AntaresSkuUpdateRequest,System.String,System.Threading.CancellationToken)">
            <param name='resourceId'>
            Required.
            </param>
            <param name='parameters'>
            Required.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperations.UpdateCurrentSkuInternalAsync(System.String,Microsoft.Azure.Management.Insights.Models.SkuUpdateParameters,System.String,System.Threading.CancellationToken)">
            <param name='resourceId'>
            Required.
            </param>
            <param name='parameters'>
            Required.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.SkuOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Insights.InsightsManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.AutomatedExportOperations">
            <summary>
            Operations for managing automated export.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.IAutomatedExportOperations">
            <summary>
            Operations for managing automated export.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAutomatedExportOperations.CreateOrUpdateSettingAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='serverName'>
            The server name.
            </param>
            <param name='databaseName'>
            The database name.
            </param>
            <param name='parameters'>
            Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAutomatedExportOperations.DeleteSettingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The resource name.
            </param>
            <param name='serverName'>
            The server name.
            </param>
            <param name='databaseName'>
            The database name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAutomatedExportOperations.GetSettingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The resource name.
            </param>
            <param name='serverName'>
            The server name.
            </param>
            <param name='databaseName'>
            The database name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAutomatedExportOperations.UpdateSettingAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The resource name.
            </param>
            <param name='serverName'>
            The server name.
            </param>
            <param name='databaseName'>
            The database name.
            </param>
            <param name='parameters'>
            Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperations.#ctor(Microsoft.Azure.Management.Insights.InsightsManagementClient)">
            <summary>
            Initializes a new instance of the AutomatedExportOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperations.CreateOrUpdateSettingAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The resource group name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperations.DeleteSettingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperations.GetSettingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperations.UpdateSettingAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.AutomatedExportOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Insights.InsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperationsExtensions.CreateOrUpdateSetting(Microsoft.Azure.Management.Insights.IAutomatedExportOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutomatedExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperationsExtensions.CreateOrUpdateSettingAsync(Microsoft.Azure.Management.Insights.IAutomatedExportOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutomatedExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperationsExtensions.DeleteSetting(Microsoft.Azure.Management.Insights.IAutomatedExportOperations,System.String,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutomatedExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperationsExtensions.DeleteSettingAsync(Microsoft.Azure.Management.Insights.IAutomatedExportOperations,System.String,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutomatedExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperationsExtensions.GetSetting(Microsoft.Azure.Management.Insights.IAutomatedExportOperations,System.String,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutomatedExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperationsExtensions.GetSettingAsync(Microsoft.Azure.Management.Insights.IAutomatedExportOperations,System.String,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutomatedExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperationsExtensions.UpdateSetting(Microsoft.Azure.Management.Insights.IAutomatedExportOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutomatedExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutomatedExportOperationsExtensions.UpdateSettingAsync(Microsoft.Azure.Management.Insights.IAutomatedExportOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutomatedExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='serverName'>
            Required. The server name.
            </param>
            <param name='databaseName'>
            Required. The database name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AutomatedExportSetting">
            <summary>
            A setting that contains all of the configuration for the automated
            export of a database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AutomatedExportSetting.#ctor">
            <summary>
            Initializes a new instance of the AutomatedExportSetting class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSetting.BackupOption">
            <summary>
            Optional. The backup job options.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSetting.BlobStorageSetting">
            <summary>
            Optional. The blob storage settings, where the exported file will
            be written.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSetting.DatabaseCredential">
            <summary>
            Optional. The credential for the server hosting the database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSetting.Enabled">
            <summary>
            Optional. Specifies whether automated export is enabled for the
            resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters">
            <summary>
            Parameters supplied to the Create or Update automated export setting
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            AutomatedExportSettingCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters.Location">
            <summary>
            Optional. The location of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters.Properties">
            <summary>
            Optional. The setting to create or update.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters.Tags">
            <summary>
            Optional. The tags of the rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingGetResponse.#ctor">
            <summary>
            Initializes a new instance of the AutomatedExportSettingGetResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingGetResponse.Id">
            <summary>
            Optional. The resource identifier of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingGetResponse.Location">
            <summary>
            Optional. The location of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingGetResponse.Properties">
            <summary>
            Optional. The retrieved setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingGetResponse.Tags">
            <summary>
            Optional. The tags of the rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.BackupLocationProfile">
            <summary>
            The configuration for the backup location (blob storage).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.BackupLocationProfile.#ctor">
            <summary>
            Initializes a new instance of the BackupLocationProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.BackupLocationProfile.StorageAccount">
            <summary>
            Optional. The name of the storage account.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.Capacity">
            <summary>
            Represents the sku capacity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.Capacity.#ctor">
            <summary>
            Initializes a new instance of the Capacity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Capacity.Default">
            <summary>
            Optional. The default capacity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Capacity.Maximum">
            <summary>
            Optional. The maximum capacity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Capacity.Minimum">
            <summary>
            Optional. The minimum capacity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Capacity.ScaleType">
            <summary>
            Optional. The scale type supported.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.Dimension">
            <summary>
            Metric dimension specifies the dimension name and list of dimension
            values.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.Dimension.#ctor">
            <summary>
            Initializes a new instance of the Dimension class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Dimension.Name">
            <summary>
            Optional. The name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Dimension.Values">
            <summary>
            Optional. The list of values.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.EventStatusCountSummaryItem">
            <summary>
            The event count summary item for a single resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.EventStatusCountSummaryItem.#ctor">
            <summary>
            Initializes a new instance of the EventStatusCountSummaryItem class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventStatusCountSummaryItem.EventTime">
            <summary>
            Optional. The event summary time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventStatusCountSummaryItem.Id">
            <summary>
            Optional. The resource id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventStatusCountSummaryItem.StatusCounts">
            <summary>
            Optional. The status counts.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventStatusCountSummaryItem.TimeGrain">
            <summary>
            Optional. The time grain of the summary item.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.EventStatusCountSummaryItemCollection">
            <summary>
            Represents collection of event status count summary items.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.EventStatusCountSummaryItemCollection.#ctor">
            <summary>
            Initializes a new instance of the
            EventStatusCountSummaryItemCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventStatusCountSummaryItemCollection.Value">
            <summary>
            Optional. The event status count summary items.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.CurrentSku.#ctor">
            <summary>
            Initializes a new instance of the CurrentSku class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CurrentSku.Capacity">
            <summary>
            Optional. The current capacity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CurrentSku.Name">
            <summary>
            Optional. The name of the sku.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CurrentSku.Tier">
            <summary>
            Optional. The tier of the sku.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption">
            <summary>
            The options for the database backup job.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption.#ctor">
            <summary>
            Initializes a new instance of the DatabaseBackupOption class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption.ConsistencyOption">
            <summary>
            Optional. The database consistency option.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption.KeepAtLeastOneBackup">
            <summary>
            Optional. Whether at least one exported file will be kept.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption.RepeatInterval">
            <summary>
            Optional. How often the automated export job will run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption.RetentionPeriod">
            <summary>
            Optional. How long the exported files will be saved.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption.StartTime">
            <summary>
            Optional. The start time for the job.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.DatabaseConsistencyOption.CreateCopy">
            <summary>
            Create a copy of the database before exporting.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.DatabaseConsistencyOption.ReadOnly">
            <summary>
            Make the database readonly before exporting.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.DatabaseServerCredential">
            <summary>
            Database Server Credential.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.DatabaseServerCredential.#ctor">
            <summary>
            Initializes a new instance of the DatabaseServerCredential class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseServerCredential.DatabasePassword">
            <summary>
            Optional. The database password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseServerCredential.DatabaseUserName">
            <summary>
            Optional. The database user name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.Display">
            <summary>
            Represents how the sku is displayed.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.Display.#ctor">
            <summary>
            Initializes a new instance of the Display class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Display.Title">
            <summary>
            Optional. The display title.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.Sku">
            <summary>
            Represents a sku.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Sku.Name">
            <summary>
            Optional. The name of the sku.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Sku.Tier">
            <summary>
            Optional. The tier of the sku.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.SkuDefinition">
            <summary>
            Represents a sku definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.SkuDefinition.#ctor">
            <summary>
            Initializes a new instance of the SkuDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.SkuDefinition.Capacity">
            <summary>
            Optional. The capacity of the sku.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.SkuDefinition.Display">
            <summary>
            Optional. The capacity of the sku.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.SkuDefinition.Sku">
            <summary>
            Optional. The sku.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.SkuGetProperties.#ctor">
            <summary>
            Initializes a new instance of the SkuGetProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.SkuGetProperties.Sku">
            <summary>
            Optional. The resource sku.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.SkuGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.SkuGetResponse.#ctor">
            <summary>
            Initializes a new instance of the SkuGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.SkuGetResponse.Properties">
            <summary>
            Optional. The resource properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.StatusCount">
            <summary>
            The status count.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.StatusCount.#ctor">
            <summary>
            Initializes a new instance of the StatusCount class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.StatusCount.Count">
            <summary>
            Optional. The count.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.StatusCount.Status">
            <summary>
            Optional. The status.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.SkuListResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.SkuListResponse.#ctor">
            <summary>
            Initializes a new instance of the SkuListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.SkuListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Value.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.SkuListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.SkuListResponse.Value">
            <summary>
            Optional. The values for the sku definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.SkuUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the SkuUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.SkuUpdateParameters.Sku">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.SupportedScaleType.None">
            <summary>
            No scaling is allowed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.SupportedScaleType.Manual">
            <summary>
            Manual scaling is allowed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.SupportedScaleType.Automatic">
            <summary>
            Manual and automatic scaling are allowed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.UsageMetricCollectionDeprecated">
            <summary>
            Deprecated. Represents a collection of usage metrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.UsageMetricCollectionDeprecated.#ctor">
            <summary>
            Initializes a new instance of the UsageMetricCollectionDeprecated
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricCollectionDeprecated.Properties">
            <summary>
            Optional. The usage values.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricCollectionDeprecated.Value">
            <summary>
            Optional. The usage values.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.UsageMetricDeprecated">
            <summary>
            Deprecated. Contains usage Metric data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.#ctor">
            <summary>
            Initializes a new instance of the UsageMetricDeprecated class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.CurrentValue">
            <summary>
            Optional. The current value for the usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.DisplayName">
            <summary>
            Optional. Get the usage display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.Limit">
            <summary>
            Optional. The quota limit the usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.Name">
            <summary>
            Optional. Get the usage metric name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.NextResetTime">
            <summary>
            Optional. When the current value gets reset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.QuotaPeriod">
            <summary>
            Optional. When the current value gets reset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.Unit">
            <summary>
            Optional. The unit for the usage metric.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.UsageMetricListResponseDeprecated">
            <summary>
            Deprecated. The List Usage Metric operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.UsageMetricListResponseDeprecated.#ctor">
            <summary>
            Initializes a new instance of the UsageMetricListResponseDeprecated
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricListResponseDeprecated.UsageMetricCollection">
            <summary>
            Optional. Deprecated. The list of usage metrics.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.AgentDiagnosticSettingsOperations">
            <summary>
            Operations for managing agent diagnostic settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations">
            <summary>
            Operations for managing agent diagnostic settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the diagnostic settings.
            </summary>
            <param name='resourceUri'>
            The resource uri.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations.PutAsync(System.String,Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettgingsPutParameters,System.Threading.CancellationToken)">
            <summary>
            Puts the new diagnostic settings.
            </summary>
            <param name='resourceUri'>
            The resource uri.
            </param>
            <param name='parameters'>
            Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AgentDiagnosticSettingsOperations.#ctor(Microsoft.Azure.Management.Insights.InsightsManagementClient)">
            <summary>
            Initializes a new instance of the AgentDiagnosticSettingsOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AgentDiagnosticSettingsOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the diagnostic settings.
            </summary>
            <param name='resourceUri'>
            Required. The resource uri.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AgentDiagnosticSettingsOperations.PutAsync(System.String,Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettgingsPutParameters,System.Threading.CancellationToken)">
            <summary>
            Puts the new diagnostic settings.
            </summary>
            <param name='resourceUri'>
            Required. The resource uri.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.AgentDiagnosticSettingsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Insights.InsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AgentDiagnosticSettingsOperationsExtensions.Get(Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations,System.String)">
            <summary>
            Gets the diagnostic settings.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource uri.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AgentDiagnosticSettingsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations,System.String)">
            <summary>
            Gets the diagnostic settings.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource uri.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AgentDiagnosticSettingsOperationsExtensions.Put(Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations,System.String,Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettgingsPutParameters)">
            <summary>
            Puts the new diagnostic settings.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource uri.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AgentDiagnosticSettingsOperationsExtensions.PutAsync(Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations,System.String,Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettgingsPutParameters)">
            <summary>
            Puts the new diagnostic settings.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAgentDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource uri.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations">
            <summary>
            Operations for managing service diagnostic settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the diagnostic settings for the specified resource.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the active diagnostic settings. To get the diagnostic settings
            being applied, use GetStatus.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.GetStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of the diagnostic settings being applied. Once it
            is successfull, it will replace the current diagnostic settings.
            To get the active one, use Get.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.PutAsync(System.String,Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsPutParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update new diagnostic settings for the specified
            resource. This operation is long running. Use GetStatus to check
            the status of this operation.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations">
            <summary>
            Operations for managing storage diagnostic settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the diagnostic settings for the specified storage service.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the storage service.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations.PutAsync(System.String,Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsPutParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or update the diagnostic settings for the specified storage
            service.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the storage service.
            </param>
            <param name='parameters'>
            The storage diagnostic settings parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettgingsPutParameters">
            <summary>
            Parameters supplied to the Create or Update monitoring configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettgingsPutParameters.#ctor">
            <summary>
            Initializes a new instance of the
            AgentDiagnosticSettgingsPutParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettgingsPutParameters.Properties">
            <summary>
            Optional. The public configuration settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettings">
            <summary>
            Represents the diagnosticSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettings.#ctor">
            <summary>
            Initializes a new instance of the AgentDiagnosticSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettings.Description">
            <summary>
            Optional. The setting description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettings.Name">
            <summary>
            Optional. The setting name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettings.PublicConfiguration">
            <summary>
            Optional. The public diagnostic configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettingsGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettingsGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            AgentDiagnosticSettingsGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettingsGetResponse.Location">
            <summary>
            Optional. The location of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettingsGetResponse.Name">
            <summary>
            Optional. The name of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettingsGetResponse.Properties">
            <summary>
            Optional. The retrieved configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters">
            <summary>
            Parameters supplied to the Create or Update storage configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters.#ctor">
            <summary>
            Initializes a new instance of the
            CreateOrUpdateStorageConfigurationParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters.Properties">
            <summary>
            Optional. The public configuration settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.DiagnosticSettingsStatus">
            <summary>
            The status of the diagnostic settings being applied.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.DiagnosticSettingsStatus.Succeeded">
            <summary>
            The configuration has been successfully applied and is active.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.DiagnosticSettingsStatus.Accepted">
            <summary>
            The configuration was accepted and is being applied.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.DiagnosticSettingsStatus.Failed">
            <summary>
            The configuration was not successfully applied.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.EmptyResponse">
            <summary>
            Generic empty response. We only pass it to ensure json error handling
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.EmptyResponse.#ctor">
            <summary>
            Initializes a new instance of the EmptyResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateResponse">
            <summary>
            The create or update monitoring setting response. It's marked as empty.
            We only pass it to ensure json error handling.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            MonitoringConfigurationCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettings">
            <summary>
            The diagnostic settings for service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettings.#ctor">
            <summary>
            Initializes a new instance of the ServiceDiagnosticSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettings.Status">
            <summary>
            Optional. Indicates the status of the last call to set the
            configuration. Don't need to set this flag when applying
            configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettings.StorageAccountName">
            <summary>
            Optional. The name of the Azure Storage account to store the data
            in.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServiceDiagnosticSettingsGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsGetResponse.Location">
            <summary>
            Optional. The location of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsGetResponse.Name">
            <summary>
            Optional. The name of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsGetResponse.Properties">
            <summary>
            Optional. The retrieved configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsPutParameters">
            <summary>
            Parameters supplied to the Create or Update service configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsPutParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ServiceDiagnosticSettingsPutParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsPutParameters.Properties">
            <summary>
            Optional. The public configuration settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.ManagementEventAggregationCondition">
            <summary>
            A management event aggregation condition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.ManagementEventAggregationCondition.#ctor">
            <summary>
            Initializes a new instance of the
            ManagementEventAggregationCondition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ManagementEventAggregationCondition.Operator">
            <summary>
            Optional. Condition operator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ManagementEventAggregationCondition.Threshold">
            <summary>
            Optional. Condition threshold.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ManagementEventAggregationCondition.WindowSize">
            <summary>
            Optional. The time period over which the alert rule is evaluated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition">
            <summary>
            A management event rule condition.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleCondition">
            <summary>
            The condition that results in the alert rule being activated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleCondition.#ctor">
            <summary>
            Initializes a new instance of the RuleCondition class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition.#ctor">
            <summary>
            Initializes a new instance of the ManagementEventRuleCondition
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition.Aggregation">
            <summary>
            Optional. Aggregation condition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition.DataSource">
            <summary>
            Optional. Condition data source.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleManagementEventClaimsDataSource">
            <summary>
            The claims for a rule management event data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleManagementEventClaimsDataSource.#ctor">
            <summary>
            Initializes a new instance of the
            RuleManagementEventClaimsDataSource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventClaimsDataSource.EmailAddress">
            <summary>
            Optional. The email address.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource">
            <summary>
            A rule management event data source.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleDataSource">
            <summary>
            The resource from which the rule collects its data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleDataSource.#ctor">
            <summary>
            Initializes a new instance of the RuleDataSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.#ctor">
            <summary>
            Initializes a new instance of the RuleManagementEventDataSource
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.Claims">
            <summary>
            Optional. The claims.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.EventName">
            <summary>
            Optional. The event name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.EventSource">
            <summary>
            Optional. The event source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.Level">
            <summary>
            Optional. The level.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.OperationName">
            <summary>
            Optional. The operation name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.ResourceGroupName">
            <summary>
            Optional. The resource group name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.ResourceProviderName">
            <summary>
            Optional. The resource provider name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.ResourceUri">
            <summary>
            Optional. The resource uri.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.Status">
            <summary>
            Optional. The status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.SubStatus">
            <summary>
            Optional. The substatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.StorageConfiguration">
            <summary>
            The public diagnostics settings for Storage account services.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.StorageConfiguration.#ctor">
            <summary>
            Initializes a new instance of the StorageConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageConfiguration.LoggingConfiguration">
            <summary>
            Optional. Settings for logging successful and failed requests to a
            storage service. This information can be used to monitor
            individual requests and to diagnose issues with a storage service.
            Requests are logged on a best-effort basis.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageConfiguration.MetricConfiguration">
            <summary>
            Optional. Settings for metrics that include aggregated transaction
            statistics and capacity data about requests to a storage service.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.StorageConfigurationGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.StorageConfigurationGetResponse.#ctor">
            <summary>
            Initializes a new instance of the StorageConfigurationGetResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageConfigurationGetResponse.Location">
            <summary>
            Optional. The location of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageConfigurationGetResponse.Name">
            <summary>
            Optional. The name of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageConfigurationGetResponse.Properties">
            <summary>
            Optional. The retrieved configuration properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettings">
            <summary>
            The diagnostic settings for storage services.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettings.#ctor">
            <summary>
            Initializes a new instance of the StorageDiagnosticSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettings.LoggingDiagnosticSettings">
            <summary>
            Optional. The logging diagnostic settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettings.MetricDiagnosticSettings">
            <summary>
            Optional. The metrics diagnostic settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            StorageDiagnosticSettingsGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsGetResponse.Location">
            <summary>
            Optional. The location of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsGetResponse.Name">
            <summary>
            Optional. The name of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsGetResponse.Properties">
            <summary>
            Optional. The storage diagnostic settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsPutParameters">
            <summary>
            Parameters supplied to the Create or Update storage configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsPutParameters.#ctor">
            <summary>
            Initializes a new instance of the
            StorageDiagnosticSettingsPutParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsPutParameters.Properties">
            <summary>
            Optional. The storage diagnostic settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.StorageLoggingConfiguration">
            <summary>
            The properties for logging. This allows specifying the operations to be
            logged and their retention.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.StorageLoggingConfiguration.#ctor">
            <summary>
            Initializes a new instance of the StorageLoggingConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageLoggingConfiguration.Delete">
            <summary>
            Optional. Indicates whether all delete requests should be logged.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageLoggingConfiguration.Read">
            <summary>
            Optional. Indicates whether all read requests should be logged.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageLoggingConfiguration.Retention">
            <summary>
            Optional. Indicates the how long log data should be retained (must
            be an even number of days). All data older than this value will be
            deleted. The minimum number of days is 1; the largest value is 365
            (one year).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageLoggingConfiguration.Write">
            <summary>
            Optional. Indicates whether all write requests should be logged.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.StorageLoggingDiagnosticSettings">
            <summary>
            The logging diagnostic settings. This allow to specify the operations
            to be logged and the retention.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.StorageLoggingDiagnosticSettings.#ctor">
            <summary>
            Initializes a new instance of the StorageLoggingDiagnosticSettings
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageLoggingDiagnosticSettings.Delete">
            <summary>
            Optional. Gets or sets a value indicating whether delete operations
            should be logged.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageLoggingDiagnosticSettings.Read">
            <summary>
            Optional. Gets or sets a value indicating whether read operations
            should be logged.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageLoggingDiagnosticSettings.Retention">
            <summary>
            Optional. Gets or sets a value indicating whether retention
            operations should be logged.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageLoggingDiagnosticSettings.Write">
            <summary>
            Optional. Gets or sets a value indicating whether write operations
            should be logged.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.StorageMetricAggregation">
            <summary>
            Represents an metric aggregation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.StorageMetricAggregation.#ctor">
            <summary>
            Initializes a new instance of the StorageMetricAggregation class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageMetricAggregation.Level">
            <summary>
            Optional. The level of metrics to collect.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageMetricAggregation.Retention">
            <summary>
            Optional. Indicates the how long metrics data should be retained
            (must be an even number of days). All data older than this value
            will be deleted. The minimum number of days is 1; the largest
            value is 365 (one year).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageMetricAggregation.ScheduledTransferPeriod">
            <summary>
            Optional. Specifies the time grain (aggregation interval or
            frequency). Must be either one minute or one hour.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.StorageMetricConfiguration">
            <summary>
            Represents a metric collection configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.StorageMetricConfiguration.#ctor">
            <summary>
            Initializes a new instance of the StorageMetricConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageMetricConfiguration.MetricAggregations">
            <summary>
            Optional. The list of aggregations to generate.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.StorageMetricDiagnosticSettings">
            <summary>
            Represents a metric collection configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.StorageMetricDiagnosticSettings.#ctor">
            <summary>
            Initializes a new instance of the StorageMetricDiagnosticSettings
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageMetricDiagnosticSettings.MetricAggregations">
            <summary>
            Optional. the list of aggregations to generate.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.StorageMetricLevel.None">
            <summary>
            No metrics are enabled.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.StorageMetricLevel.Service">
            <summary>
            Metrics are enabled for service-level summary data which includes
            aggregates for a service. If read-access geo-redundant replication
            is enabled, both primary and secondary metrics are collected.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.StorageMetricLevel.ServiceAndApi">
            <summary>
            Metrics are enabled for service-level summary data and API-level
            summary data which includes data for specific APIs. If read-access
            geo-redundant replication is enabled, both primary and secondary
            metrics are collected.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperations">
            <summary>
            Operations for managing service diagnostic settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperations.#ctor(Microsoft.Azure.Management.Insights.InsightsManagementClient)">
            <summary>
            Initializes a new instance of the
            ServiceDiagnosticSettingsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the diagnostic settings for the specified resource.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the active diagnostic settings. To get the diagnostic settings
            being applied, use GetStatus.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperations.GetStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of the diagnostic settings being applied. Once it
            is successfull, it will replace the current diagnostic settings.
            To get the active one, use Get.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperations.PutAsync(System.String,Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsPutParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update new diagnostic settings for the specified
            resource. This operation is long running. Use GetStatus to check
            the status of this operation.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Insights.InsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperationsExtensions.Delete(Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations,System.String)">
            <summary>
            Deletes the diagnostic settings for the specified resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations,System.String)">
            <summary>
            Deletes the diagnostic settings for the specified resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperationsExtensions.Get(Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations,System.String)">
            <summary>
            Gets the active diagnostic settings. To get the diagnostic settings
            being applied, use GetStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations,System.String)">
            <summary>
            Gets the active diagnostic settings. To get the diagnostic settings
            being applied, use GetStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperationsExtensions.GetStatus(Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations,System.String)">
            <summary>
            Gets the status of the diagnostic settings being applied. Once it
            is successfull, it will replace the current diagnostic settings.
            To get the active one, use Get.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperationsExtensions.GetStatusAsync(Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations,System.String)">
            <summary>
            Gets the status of the diagnostic settings being applied. Once it
            is successfull, it will replace the current diagnostic settings.
            To get the active one, use Get.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperationsExtensions.Put(Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations,System.String,Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsPutParameters)">
            <summary>
            Create or update new diagnostic settings for the specified
            resource. This operation is long running. Use GetStatus to check
            the status of this operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.ServiceDiagnosticSettingsOperationsExtensions.PutAsync(Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations,System.String,Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsPutParameters)">
            <summary>
            Create or update new diagnostic settings for the specified
            resource. This operation is long running. Use GetStatus to check
            the status of this operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IServiceDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.StorageDiagnosticSettingsOperations">
            <summary>
            Operations for managing storage diagnostic settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.StorageDiagnosticSettingsOperations.#ctor(Microsoft.Azure.Management.Insights.InsightsManagementClient)">
            <summary>
            Initializes a new instance of the
            StorageDiagnosticSettingsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.StorageDiagnosticSettingsOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the diagnostic settings for the specified storage service.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the storage service.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.StorageDiagnosticSettingsOperations.PutAsync(System.String,Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsPutParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or update the diagnostic settings for the specified storage
            service.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the storage service.
            </param>
            <param name='parameters'>
            Required. The storage diagnostic settings parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.StorageDiagnosticSettingsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Insights.InsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.StorageDiagnosticSettingsOperationsExtensions.Get(Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations,System.String)">
            <summary>
            Gets the diagnostic settings for the specified storage service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the storage service.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.StorageDiagnosticSettingsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations,System.String)">
            <summary>
            Gets the diagnostic settings for the specified storage service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the storage service.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.StorageDiagnosticSettingsOperationsExtensions.Put(Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations,System.String,Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsPutParameters)">
            <summary>
            Creates or update the diagnostic settings for the specified storage
            service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the storage service.
            </param>
            <param name='parameters'>
            Required. The storage diagnostic settings parameters.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.StorageDiagnosticSettingsOperationsExtensions.PutAsync(Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations,System.String,Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsPutParameters)">
            <summary>
            Creates or update the diagnostic settings for the specified storage
            service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IStorageDiagnosticSettingsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the storage service.
            </param>
            <param name='parameters'>
            Required. The storage diagnostic settings parameters.
            </param>
            <returns>
            Generic empty response. We only pass it to ensure json error
            handling
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.SkuUpdateResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.SkuUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the SkuUpdateResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperationsExtensions.GetCurrentSku(Microsoft.Azure.Management.Insights.ISkuOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Insights.ISkuOperations.
            </param>
            <param name='resourceId'>
            Required. The resource id.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperationsExtensions.GetCurrentSkuAsync(Microsoft.Azure.Management.Insights.ISkuOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Insights.ISkuOperations.
            </param>
            <param name='resourceId'>
            Required. The resource id.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperationsExtensions.ListSkuDefinitions(Microsoft.Azure.Management.Insights.ISkuOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Insights.ISkuOperations.
            </param>
            <param name='resourceId'>
            Required. The resource id.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperationsExtensions.ListSkuDefinitionsAsync(Microsoft.Azure.Management.Insights.ISkuOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Insights.ISkuOperations.
            </param>
            <param name='resourceId'>
            Required. The resource id.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperationsExtensions.UpdateCurrentSku(Microsoft.Azure.Management.Insights.ISkuOperations,System.String,Microsoft.Azure.Management.Insights.Models.SkuUpdateParameters,System.String)">
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Insights.ISkuOperations.
            </param>
            <param name='resourceId'>
            Required.
            </param>
            <param name='parameters'>
            Required.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.SkuOperationsExtensions.UpdateCurrentSkuAsync(Microsoft.Azure.Management.Insights.ISkuOperations,System.String,Microsoft.Azure.Management.Insights.Models.SkuUpdateParameters,System.String)">
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Insights.ISkuOperations.
            </param>
            <param name='resourceId'>
            Required.
            </param>
            <param name='parameters'>
            Required.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AntaresSku.#ctor">
            <summary>
            Initializes a new instance of the AntaresSku class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AntaresSku.CurrentNumberOfWorkers">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AntaresSku.CurrentWorkerSize">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AntaresSku.Sku">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AntaresSkuGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AntaresSkuGetResponse.#ctor">
            <summary>
            Initializes a new instance of the AntaresSkuGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AntaresSkuGetResponse.Properties">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AntaresSkuUpdateRequest.#ctor">
            <summary>
            Initializes a new instance of the AntaresSkuUpdateRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AntaresSkuUpdateRequest.NumberOfWorkers">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AntaresSkuUpdateRequest.Sku">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AntaresSkuUpdateRequest.WorkerSize">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.EventOperations">
            <summary>
            Microsoft Azure event logs and summaries can be retrieved using these
            operations
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.IEventOperations">
            <summary>
            Microsoft Azure event logs and summaries can be retrieved using these
            operations
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.IEventOperations.ListDigestEventsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List Digest Event Values operation lists the digest events.
            </summary>
            <param name='filterString'>
            The filter string
            </param>
            <param name='selectedProperties'>
            The list of property names to be returned. You can save bandwith by
            selecting only the properties you need.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.IEventOperations.ListDigestEventsNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Digest Event Next operation lists the next set of digest
            events.
            </summary>
            <param name='nextLink'>
            The next link
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Azure.Insights.IEventOperations.ListEventsAsync(System.String,System.String,System.Threading.CancellationToken)" -->
        <member name="M:Microsoft.Azure.Insights.IEventOperations.ListEventsNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Event Next operation lists the next set of events.
            </summary>
            <param name='nextLink'>
            The next link works as a continuation token when all of the events
            are not returned in the response and a second call is required
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.IEventOperations.ListEventStatusCountSummaryItemsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The status count of events in a subscription.
            </summary>
            <param name='filterString'>
            The filter string.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List event status count summary operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperations.#ctor(Microsoft.Azure.Insights.InsightsClient)">
            <summary>
            Initializes a new instance of the EventOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperations.ListDigestEventsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List Digest Event Values operation lists the digest events.
            </summary>
            <param name='filterString'>
            Required. The filter string
            </param>
            <param name='selectedProperties'>
            Optional. The list of property names to be returned. You can save
            bandwith by selecting only the properties you need.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperations.ListDigestEventsNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Digest Event Next operation lists the next set of digest
            events.
            </summary>
            <param name='nextLink'>
            Required. The next link
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Azure.Insights.EventOperations.ListEventsAsync(System.String,System.String,System.Threading.CancellationToken)" -->
        <member name="M:Microsoft.Azure.Insights.EventOperations.ListEventsNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Event Next operation lists the next set of events.
            </summary>
            <param name='nextLink'>
            Required. The next link works as a continuation token when all of
            the events are not returned in the response and a second call is
            required
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperations.ListEventStatusCountSummaryItemsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The status count of events in a subscription.
            </summary>
            <param name='filterString'>
            Required. The filter string.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List event status count summary operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Insights.EventOperations.Client">
            <summary>
            Gets a reference to the Microsoft.Azure.Insights.InsightsClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListDigestEvents(Microsoft.Azure.Insights.IEventOperations,System.String,System.String)">
            <summary>
            The List Digest Event Values operation lists the digest events.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IEventOperations.
            </param>
            <param name='filterString'>
            Required. The filter string
            </param>
            <param name='selectedProperties'>
            Optional. The list of property names to be returned. You can save
            bandwith by selecting only the properties you need.
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListDigestEventsAsync(Microsoft.Azure.Insights.IEventOperations,System.String,System.String)">
            <summary>
            The List Digest Event Values operation lists the digest events.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IEventOperations.
            </param>
            <param name='filterString'>
            Required. The filter string
            </param>
            <param name='selectedProperties'>
            Optional. The list of property names to be returned. You can save
            bandwith by selecting only the properties you need.
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListDigestEventsNext(Microsoft.Azure.Insights.IEventOperations,System.String)">
            <summary>
            The List Digest Event Next operation lists the next set of digest
            events.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IEventOperations.
            </param>
            <param name='nextLink'>
            Required. The next link
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListDigestEventsNextAsync(Microsoft.Azure.Insights.IEventOperations,System.String)">
            <summary>
            The List Digest Event Next operation lists the next set of digest
            events.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IEventOperations.
            </param>
            <param name='nextLink'>
            Required. The next link
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Azure.Insights.EventOperationsExtensions.ListEvents(Microsoft.Azure.Insights.IEventOperations,System.String,System.String)" -->
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Azure.Insights.EventOperationsExtensions.ListEventsAsync(Microsoft.Azure.Insights.IEventOperations,System.String,System.String)" -->
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListEventsNext(Microsoft.Azure.Insights.IEventOperations,System.String)">
            <summary>
            The List Event Next operation lists the next set of events.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IEventOperations.
            </param>
            <param name='nextLink'>
            Required. The next link works as a continuation token when all of
            the events are not returned in the response and a second call is
            required
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListEventsNextAsync(Microsoft.Azure.Insights.IEventOperations,System.String)">
            <summary>
            The List Event Next operation lists the next set of events.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IEventOperations.
            </param>
            <param name='nextLink'>
            Required. The next link works as a continuation token when all of
            the events are not returned in the response and a second call is
            required
            </param>
            <returns>
            The List Events operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListEventStatusCountSummaryItems(Microsoft.Azure.Insights.IEventOperations,System.String)">
            <summary>
            The status count of events in a subscription.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IEventOperations.
            </param>
            <param name='filterString'>
            Required. The filter string.
            </param>
            <returns>
            The List event status count summary operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListEventStatusCountSummaryItemsAsync(Microsoft.Azure.Insights.IEventOperations,System.String)">
            <summary>
            The status count of events in a subscription.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IEventOperations.
            </param>
            <param name='filterString'>
            Required. The filter string.
            </param>
            <returns>
            The List event status count summary operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.IUsageMetricsOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List operation lists the usage metrics for the resource.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the target resource to get usages for.
            </param>
            <param name='filterString'>
            An OData $filter expression that supports querying by the name of
            the usage. For example, "name.value eq 'Percentage CPU'". Name is
            optional, meaning the expression may be "".
            </param>
            <param name='apiVersion'>
            The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Usage Metric operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.IUsageMetricsOperations.ListDeprecatedAsync(System.String,System.Collections.Generic.IList{System.String},System.String,System.Threading.CancellationToken)">
            <summary>
            The List operation lists the usage metrics for the resource.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the target resource to get usages for.
            </param>
            <param name='metricNames'>
            metric names to return.
            </param>
            <param name='apiVersion'>
            The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Deprecated. The List Usage Metric operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricDefinitionOperationsExtensions.GetMetricDefinitions(Microsoft.Azure.Insights.IMetricDefinitionOperations,System.String,System.String)">
            <summary>
            The List Metric Definitions operation lists the metric definitions
            for the resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Insights.IMetricDefinitionOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            metrics for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name of the metric definition. For example, "name.value eq
            'Percentage CPU'". Name is optional, meaning the expression may be
            "".
            </param>
            <returns>
            The List Metric Definitions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.MetricDefinitionOperationsExtensions.GetMetricDefinitionsAsync(Microsoft.Azure.Insights.IMetricDefinitionOperations,System.String,System.String)">
            <summary>
            The List Metric Definitions operation lists the metric definitions
            for the resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Insights.IMetricDefinitionOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            metrics for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name of the metric definition. For example, "name.value eq
            'Percentage CPU'". Name is optional, meaning the expression may be
            "".
            </param>
            <returns>
            The List Metric Definitions operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.AggregationType">
            <summary>
            Aggregation type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.AggregationType.None">
            <summary>
            No aggregation.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.AggregationType.Average">
            <summary>
            Average value in the time range.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.AggregationType.Minimum">
            <summary>
            Least value in the time range.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.AggregationType.Maximum">
            <summary>
            Greatest value in the time range.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.AggregationType.Total">
            <summary>
            Sum of all of the values in the time range.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.AggregationType.Last">
            <summary>
            Last sample in the time range.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.MetricDefinitionListResponse">
            <summary>
            The List Metric Definitions operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.MetricDefinitionListResponse.#ctor">
            <summary>
            Initializes a new instance of the MetricDefinitionListResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinitionListResponse.MetricDefinitionCollection">
            <summary>
            Optional. The retrieved metric definitions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.UsageMetricsOperations.#ctor(Microsoft.Azure.Insights.InsightsClient)">
            <summary>
            Initializes a new instance of the UsageMetricsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Insights.UsageMetricsOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List operation lists the usage metrics for the resource.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            usages for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name of the usage. For example, "name.value eq 'Percentage CPU'".
            Name is optional, meaning the expression may be "".
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Usage Metric operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.UsageMetricsOperations.ListDeprecatedAsync(System.String,System.Collections.Generic.IList{System.String},System.String,System.Threading.CancellationToken)">
            <summary>
            The List operation lists the usage metrics for the resource.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            usages for.
            </param>
            <param name='metricNames'>
            Required. metric names to return.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Deprecated. The List Usage Metric operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Insights.UsageMetricsOperations.Client">
            <summary>
            Gets a reference to the Microsoft.Azure.Insights.InsightsClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.UsageMetricsOperationsExtensions.List(Microsoft.Azure.Insights.IUsageMetricsOperations,System.String,System.String,System.String)">
            <summary>
            The List operation lists the usage metrics for the resource.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IUsageMetricsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            usages for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name of the usage. For example, "name.value eq 'Percentage CPU'".
            Name is optional, meaning the expression may be "".
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <returns>
            The List Usage Metric operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.UsageMetricsOperationsExtensions.ListAsync(Microsoft.Azure.Insights.IUsageMetricsOperations,System.String,System.String,System.String)">
            <summary>
            The List operation lists the usage metrics for the resource.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IUsageMetricsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            usages for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name of the usage. For example, "name.value eq 'Percentage CPU'".
            Name is optional, meaning the expression may be "".
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <returns>
            The List Usage Metric operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.UsageMetricsOperationsExtensions.ListDeprecated(Microsoft.Azure.Insights.IUsageMetricsOperations,System.String,System.Collections.Generic.IList{System.String},System.String)">
            <summary>
            The List operation lists the usage metrics for the resource.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IUsageMetricsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            usages for.
            </param>
            <param name='metricNames'>
            Required. metric names to return.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <returns>
            Deprecated. The List Usage Metric operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.UsageMetricsOperationsExtensions.ListDeprecatedAsync(Microsoft.Azure.Insights.IUsageMetricsOperations,System.String,System.Collections.Generic.IList{System.String},System.String)">
            <summary>
            The List operation lists the usage metrics for the resource.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IUsageMetricsOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            usages for.
            </param>
            <param name='metricNames'>
            Required. metric names to return.
            </param>
            <param name='apiVersion'>
            Required. The resource provider api version.
            </param>
            <returns>
            Deprecated. The List Usage Metric operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.EventChannels">
            <summary>
            The event channel.At the moment, most of the Azure event logs flow
            through the Operation channel.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.EventChannels.Admin">
            <summary>
            Admin channel
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.EventChannels.Operation">
            <summary>
            Operation channel
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.EventChannels.Debug">
            <summary>
            Debug channel
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.EventChannels.Analytics">
            <summary>
            Analytics channel
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.EventData">
            <summary>
            The Azure event log entries are of type EventData
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.EventData.#ctor">
            <summary>
            Initializes a new instance of the EventData class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.Authorization">
            <summary>
            Optional. Gets or sets the authorization.This is the authorization
            used by the user who has performed the operation that led to this
            event.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.Caller">
            <summary>
            Optional. Gets or sets the caller
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.Claims">
            <summary>
            Optional. Gets or sets the claims
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.CorrelationId">
            <summary>
            Optional. Gets or sets the correlation Id.The correlation Id is
            shared among the events that belong to the same deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.Description">
            <summary>
            Optional. Gets or sets the description of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.EventChannels">
            <summary>
            Optional. Gets or sets the event channels.The regular event logs,
            that you see in the Azure Management Portals, flow through the
            'Operation' channel.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.EventDataId">
            <summary>
            Optional. Gets or sets the event data Id.This is a unique
            identifier for an event.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.EventName">
            <summary>
            Optional. Gets or sets the event name.This value should not be
            confused with OperationName.For practical purposes, OperationName
            might be more appealing to end users.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.EventSource">
            <summary>
            Optional. Gets or sets the event source.This value indicates the
            source that generated the event.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.EventTimestamp">
            <summary>
            Optional. Gets or sets the occurrence time of event
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.HttpRequest">
            <summary>
            Optional. Gets or sets the HTTP request info.The client IP address
            of the user who initiated the event is captured as part of the
            HTTP request info.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.Id">
            <summary>
            Optional. Gets or sets the Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.Level">
            <summary>
            Optional. Gets or sets the event level
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.OperationId">
            <summary>
            Optional. Gets or sets the operation idThis value should not be
            confused with EventName.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.OperationName">
            <summary>
            Optional. Gets or sets the operation name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.Properties">
            <summary>
            Optional. Gets or sets the property bag
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.ResourceGroupName">
            <summary>
            Optional. Gets or sets the resource group name. (see
            http://msdn.microsoft.com/en-us/library/azure/dn790546.aspx for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.ResourceProviderName">
            <summary>
            Optional. Gets or sets the resource provider name. (see
            http://msdn.microsoft.com/en-us/library/azure/dn790572.aspx for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.ResourceUri">
            <summary>
            Optional. Gets or sets the resource uri (see
            http://msdn.microsoft.com/en-us/library/azure/dn790569.aspx for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.Status">
            <summary>
            Optional. Gets or sets the event status.Some typical values are:
            Started, Succeeded, Failed
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.SubmissionTimestamp">
            <summary>
            Optional. Gets or sets the event submission time.This value should
            not be confused eventTimestamp. As there might be a delay between
            the occurence time of the event, and the time that the event is
            submitted to the Azure logging infrastructure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.SubscriptionId">
            <summary>
            Optional. Gets or sets the Azure subscription Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventData.SubStatus">
            <summary>
            Optional. Gets or sets the event sub status.Most of the time, when
            included, this captures the HTTP status code.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.EventDataCollection">
            <summary>
            Represents collection of events.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.EventDataCollection.#ctor">
            <summary>
            Initializes a new instance of the EventDataCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventDataCollection.NextLink">
            <summary>
            Optional. The next link works as a continuation token when all of
            the events are not returned in the response and a second call is
            required.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventDataCollection.Value">
            <summary>
            Optional. This list includes the Azure event logs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.EventDataListResponse">
            <summary>
            The List Events operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.EventDataListResponse.#ctor">
            <summary>
            Initializes a new instance of the EventDataListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventDataListResponse.EventDataCollection">
            <summary>
            Optional. The retrieved events.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.EventLevel">
            <summary>
            The event level.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.EventLevel.Critical">
            <summary>
            Critical level
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.EventLevel.Error">
            <summary>
            Error level
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.EventLevel.Warning">
            <summary>
            Warning level
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.EventLevel.Informational">
            <summary>
            Informational level
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.EventLevel.Verbose">
            <summary>
            Verbose level
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.HttpRequestInfo">
            <summary>
            The HttpInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.HttpRequestInfo.#ctor">
            <summary>
            Initializes a new instance of the HttpRequestInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.HttpRequestInfo.ClientIpAddress">
            <summary>
            Optional. The client Ip Address
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.HttpRequestInfo.ClientRequestId">
            <summary>
            Optional. The client request id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.HttpRequestInfo.Method">
            <summary>
            Optional. The method.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.HttpRequestInfo.Uri">
            <summary>
            Optional. The Uri.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.LocalizableString">
            <summary>
            The localizable string class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.LocalizableString.#ctor">
            <summary>
            Initializes a new instance of the LocalizableString class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LocalizableString.LocalizedValue">
            <summary>
            Optional. The locale specific value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LocalizableString.Value">
            <summary>
            Optional. The invariant value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.Metric">
            <summary>
            A metric value set represents a set of metric values in a time period.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.Metric.#ctor">
            <summary>
            Initializes a new instance of the Metric class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.DimensionName">
            <summary>
            Optional. The name of the dimension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.DimensionValue">
            <summary>
            Optional. The value of the dimension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.EndTime">
            <summary>
            Optional. The end time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.MetricValues">
            <summary>
            Optional. The collection of actual metric values.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.Name">
            <summary>
            Optional. The name and the display name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.Properties">
            <summary>
            Optional. Collection of extended properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.ResourceId">
            <summary>
            Optional. The resource ID of the resource that has emitted the
            metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.StartTime">
            <summary>
            Optional. The start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.TimeGrain">
            <summary>
            Optional. The time grain of the metric. Also known as the
            aggregation interval or frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.Unit">
            <summary>
            Optional. The unit of the metric.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.MetricAvailability">
            <summary>
            Metric availability specifies the time grain (aggregation interval or
            frequency) and the retention period for that time grain.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.MetricAvailability.#ctor">
            <summary>
            Initializes a new instance of the MetricAvailability class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricAvailability.Location">
            <summary>
            Optional. Where the data for this metric availability is stored.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricAvailability.Retention">
            <summary>
            Optional. The retention period for the metric at the specified
            timegrain.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricAvailability.TimeGrain">
            <summary>
            Optional. The time grain specifies the aggregation interval for the
            metric.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.MetricCollection">
            <summary>
            The collection of metric value sets.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.MetricCollection.#ctor">
            <summary>
            Initializes a new instance of the MetricCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricCollection.Value">
            <summary>
            Optional. The value of the collection.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.MetricDefinition">
            <summary>
            Metric definition class specifies the metadata for a metric.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.MetricDefinition.#ctor">
            <summary>
            Initializes a new instance of the MetricDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.Dimensions">
            <summary>
            Optional. Collection of availability information defining what
            timeGrains are available to be queried.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.MetricAvailabilities">
            <summary>
            Optional. Collection of what aggregation intervals are available to
            be queried.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.Name">
            <summary>
            Optional. The name and the display name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.PrimaryAggregationType">
            <summary>
            Optional. The primary aggregation type value defining how to use
            the values for display.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.Properties">
            <summary>
            Optional. Collection of extended properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.ResourceUri">
            <summary>
            Optional. The resource identifier of the resource that has emitted
            the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.Unit">
            <summary>
            Optional. The unit of the metric.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.MetricDefinitionCollection">
            <summary>
            Represents collection of metric definitions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.MetricDefinitionCollection.#ctor">
            <summary>
            Initializes a new instance of the MetricDefinitionCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinitionCollection.Value">
            <summary>
            Optional. The values for the metric definitions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.MetricListResponse">
            <summary>
            The List Metric values operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.MetricListResponse.#ctor">
            <summary>
            Initializes a new instance of the MetricListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricListResponse.MetricCollection">
            <summary>
            Optional. The retrieved metric value sets.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.MetricLocation">
            <summary>
            Where the data for this metric is stored.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.MetricLocation.#ctor">
            <summary>
            Initializes a new instance of the MetricLocation class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricLocation.PartitionKey">
            <summary>
            Optional. The partition key inside the tables that contains the
            metrics.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricLocation.TableEndpoint">
            <summary>
            Optional. The REST endpoint of the tables that contains the metrics.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricLocation.TableInfo">
            <summary>
            Optional. The list of tables that contain the metric data.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.MetricTableInfo">
            <summary>
            Contains the details of the tables that metric data is stored in. A new
            table is created every 10 days for storing metrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.MetricTableInfo.#ctor">
            <summary>
            Initializes a new instance of the MetricTableInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricTableInfo.EndTime">
            <summary>
            Optional. The last data that will this table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricTableInfo.SasToken">
            <summary>
            Optional. SAS Key for accessing the table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricTableInfo.SasTokenExpirationTime">
            <summary>
            Optional. When the SAS Key will expire.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricTableInfo.StartTime">
            <summary>
            Optional. The first data will appear in the data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricTableInfo.TableName">
            <summary>
            Optional. The name of the table.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.MetricValue">
            <summary>
            Represents a metric value.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.MetricValue.#ctor">
            <summary>
            Initializes a new instance of the MetricValue class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Average">
            <summary>
            Optional. Specifies the average value in the time range.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Count">
            <summary>
            Optional. Specifies the number of samples in the time range. Can be
            used to determine the number of values that contributed to the
            average value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Last">
            <summary>
            Optional. Specifies the last sample in the time range.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Maximum">
            <summary>
            Optional. Specifies the greatest value in the time range.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Minimum">
            <summary>
            Optional. Specifies the least value in the time range.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Properties">
            <summary>
            Optional. Collection of extended properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Timestamp">
            <summary>
            Optional. The timestamp for the metric value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Total">
            <summary>
            Optional. Specifies the sum of all of the values in the time range.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.SenderAuthorization">
            <summary>
            The authorization class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.SenderAuthorization.#ctor">
            <summary>
            Initializes a new instance of the SenderAuthorization class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.SenderAuthorization.Action">
            <summary>
            Optional. The Action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.SenderAuthorization.Condition">
            <summary>
            Optional. The condition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.SenderAuthorization.Role">
            <summary>
            Optional. The role.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.SenderAuthorization.Scope">
            <summary>
            Optional. The scope.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.Unit">
            <summary>
            The unit.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.Unit.Count">
            <summary>
            Count (how many).
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.Unit.Bytes">
            <summary>
            Unit in bytes.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.Unit.Seconds">
            <summary>
            Unit in seconds.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.Unit.CountPerSecond">
            <summary>
            How many per second.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.Unit.BytesPerSecond">
            <summary>
            How many bytes per second.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Models.Unit.Percent">
            <summary>
            Unit as a percentage.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.UsageMetric">
            <summary>
            Usage Metric data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.UsageMetric.#ctor">
            <summary>
            Initializes a new instance of the UsageMetric class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.CurrentValue">
            <summary>
            Optional. The current value for the usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.Limit">
            <summary>
            Optional. The quota limit the usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.Name">
            <summary>
            Optional. Get the usage metric name and display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.NextResetTime">
            <summary>
            Optional. When the current value gets reset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.QuotaPeriod">
            <summary>
            Optional. The amount of time it takes to reset the value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.Unit">
            <summary>
            Optional. The unit for the usage metric.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.UsageMetricCollection">
            <summary>
            Represents collection of usage metrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.UsageMetricCollection.#ctor">
            <summary>
            Initializes a new instance of the UsageMetricCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricCollection.Value">
            <summary>
            Optional. The usage values.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.UsageMetricListResponse">
            <summary>
            The List Usage Metric operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.UsageMetricListResponse.#ctor">
            <summary>
            Initializes a new instance of the UsageMetricListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricListResponse.UsageMetricCollection">
            <summary>
            Optional. The list of usage metrics.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.AlertOperations">
            <summary>
            Operations for managing alert rules and incidents.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.IAlertOperations">
            <summary>
            Operations for managing alert rules and incidents.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAlertOperations.CreateOrUpdateRuleAsync(System.String,Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='parameters'>
            The rule to create or update.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAlertOperations.DeleteRuleAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='ruleName'>
            The name of the rule to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAlertOperations.GetIncidentAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='ruleName'>
            The name of the rule.
            </param>
            <param name='incidentName'>
            The name of the incident to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Incident operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAlertOperations.GetRuleAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='ruleName'>
            The name of the rule to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Rule operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAlertOperations.ListIncidentsForRuleAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='ruleName'>
            The name of the rule.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List incidents operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAlertOperations.ListRulesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List the alert rules within a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='targetResourceUri'>
            The resource identifier of the target of the alert rule.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Rules operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAlertOperations.UpdateRuleAsync(System.String,Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='parameters'>
            The rule to update.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperations.#ctor(Microsoft.Azure.Management.Insights.InsightsManagementClient)">
            <summary>
            Initializes a new instance of the AlertOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperations.CreateOrUpdateRuleAsync(System.String,Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='parameters'>
            Required. The rule to create or update.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperations.DeleteRuleAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperations.GetIncidentAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule.
            </param>
            <param name='incidentName'>
            Required. The name of the incident to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Incident operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperations.GetRuleAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Rule operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperations.ListIncidentsForRuleAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List incidents operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperations.ListRulesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List the alert rules within a resource group.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='targetResourceUri'>
            Optional. The resource identifier of the target of the alert rule.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Rules operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperations.UpdateRuleAsync(System.String,Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='parameters'>
            Required. The rule to update.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.AlertOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Insights.InsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.CreateOrUpdateRule(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='parameters'>
            Required. The rule to create or update.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.CreateOrUpdateRuleAsync(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='parameters'>
            Required. The rule to create or update.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.DeleteRule(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.DeleteRuleAsync(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.GetIncident(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule.
            </param>
            <param name='incidentName'>
            Required. The name of the incident to retrieve.
            </param>
            <returns>
            The Get Incident operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.GetIncidentAsync(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule.
            </param>
            <param name='incidentName'>
            Required. The name of the incident to retrieve.
            </param>
            <returns>
            The Get Incident operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.GetRule(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to retrieve.
            </param>
            <returns>
            The Get Rule operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.GetRuleAsync(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to retrieve.
            </param>
            <returns>
            The Get Rule operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.ListIncidentsForRule(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule.
            </param>
            <returns>
            The List incidents operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.ListIncidentsForRuleAsync(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule.
            </param>
            <returns>
            The List incidents operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.ListRules(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,System.String)">
            <summary>
            List the alert rules within a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='targetResourceUri'>
            Optional. The resource identifier of the target of the alert rule.
            </param>
            <returns>
            The List Rules operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.ListRulesAsync(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,System.String)">
            <summary>
            List the alert rules within a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='targetResourceUri'>
            Optional. The resource identifier of the target of the alert rule.
            </param>
            <returns>
            The List Rules operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.UpdateRule(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='parameters'>
            Required. The rule to update.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AlertOperationsExtensions.UpdateRuleAsync(Microsoft.Azure.Management.Insights.IAlertOperations,System.String,Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAlertOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='parameters'>
            Required. The rule to update.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.AutoscaleOperations">
            <summary>
            Operations for managing autoscale.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.IAutoscaleOperations">
            <summary>
            Operations for managing autoscale.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAutoscaleOperations.CreateOrUpdateSettingAsync(System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The resource name.
            </param>
            <param name='autoscaleSettingName'>
            The autoscale setting name.
            </param>
            <param name='parameters'>
            Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAutoscaleOperations.DeleteSettingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The resource name.
            </param>
            <param name='autoscaleSettingName'>
            The autoscale setting name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAutoscaleOperations.GetSettingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The resource name.
            </param>
            <param name='autoscaleSettingName'>
            The autoscale setting name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAutoscaleOperations.ListSettingsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The resource name.
            </param>
            <param name='targetResourceUri'>
            The resource identifier of the target of the autoscale setting.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Autoscale settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IAutoscaleOperations.UpdateSettingAsync(System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            The resource name.
            </param>
            <param name='autoscaleSettingName'>
            The autoscale setting name.
            </param>
            <param name='parameters'>
            Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperations.#ctor(Microsoft.Azure.Management.Insights.InsightsManagementClient)">
            <summary>
            Initializes a new instance of the AutoscaleOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperations.CreateOrUpdateSettingAsync(System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperations.DeleteSettingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperations.GetSettingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperations.ListSettingsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='targetResourceUri'>
            Optional. The resource identifier of the target of the autoscale
            setting.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Autoscale settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperations.UpdateSettingAsync(System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.AutoscaleOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Insights.InsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions.CreateOrUpdateSetting(Microsoft.Azure.Management.Insights.IAutoscaleOperations,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutoscaleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions.CreateOrUpdateSettingAsync(Microsoft.Azure.Management.Insights.IAutoscaleOperations,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutoscaleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions.DeleteSetting(Microsoft.Azure.Management.Insights.IAutoscaleOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutoscaleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions.DeleteSettingAsync(Microsoft.Azure.Management.Insights.IAutoscaleOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutoscaleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions.GetSetting(Microsoft.Azure.Management.Insights.IAutoscaleOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutoscaleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions.GetSettingAsync(Microsoft.Azure.Management.Insights.IAutoscaleOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutoscaleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions.ListSettings(Microsoft.Azure.Management.Insights.IAutoscaleOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutoscaleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='targetResourceUri'>
            Optional. The resource identifier of the target of the autoscale
            setting.
            </param>
            <returns>
            The List Autoscale settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions.ListSettingsAsync(Microsoft.Azure.Management.Insights.IAutoscaleOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutoscaleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='targetResourceUri'>
            Optional. The resource identifier of the target of the autoscale
            setting.
            </param>
            <returns>
            The List Autoscale settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions.UpdateSetting(Microsoft.Azure.Management.Insights.IAutoscaleOperations,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutoscaleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions.UpdateSettingAsync(Microsoft.Azure.Management.Insights.IAutoscaleOperations,System.String,System.String,Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IAutoscaleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource name.
            </param>
            <param name='autoscaleSettingName'>
            Required. The autoscale setting name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations">
            <summary>
            Operations for managing the collection of diagonstics and monitoring
            data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.CreateOrUpdateConfigurationAsync(System.String,Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.CreateOrUpdateStorageConfigurationAsync(System.String,Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update monitoring setting response. It's marked as
            empty. We only pass it to ensure json error handling.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.GetConfigurationAsync(System.String,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            The resource identifier of the configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.GetStorageConfigurationAsync(System.String,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            The resource identifier of the configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.UpdateConfigurationAsync(System.String,Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            The resource identifier for the configuration.
            </param>
            <param name='parameters'>
            Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.UpdateStorageConfigurationAsync(System.String,Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperations">
            <summary>
            Operations for managing the collection of diagonstics and monitoring
            data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperations.#ctor(Microsoft.Azure.Management.Insights.InsightsManagementClient)">
            <summary>
            Initializes a new instance of the MonitoringConfigurationOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperations.CreateOrUpdateConfigurationAsync(System.String,Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperations.CreateOrUpdateStorageConfigurationAsync(System.String,Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update monitoring setting response. It's marked as
            empty. We only pass it to ensure json error handling.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperations.GetConfigurationAsync(System.String,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperations.GetStorageConfigurationAsync(System.String,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperations.UpdateConfigurationAsync(System.String,Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            Required. The resource identifier for the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperations.UpdateStorageConfigurationAsync(System.String,Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters,System.Threading.CancellationToken)">
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Insights.InsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.CreateOrUpdateConfiguration(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String,Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.CreateOrUpdateConfigurationAsync(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String,Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.CreateOrUpdateStorageConfiguration(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String,Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            The create or update monitoring setting response. It's marked as
            empty. We only pass it to ensure json error handling.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.CreateOrUpdateStorageConfigurationAsync(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String,Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            The create or update monitoring setting response. It's marked as
            empty. We only pass it to ensure json error handling.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.GetConfiguration(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.GetConfigurationAsync(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.GetStorageConfiguration(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.GetStorageConfigurationAsync(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.UpdateConfiguration(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String,Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier for the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.UpdateConfigurationAsync(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String,Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier for the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.UpdateStorageConfiguration(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String,Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.MonitoringConfigurationOperationsExtensions.UpdateStorageConfigurationAsync(Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations,System.String,Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParameters)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the configuration.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AutoscaleProfile">
            <summary>
            Autoscale profile.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AutoscaleProfile.#ctor">
            <summary>
            Initializes a new instance of the AutoscaleProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleProfile.Capacity">
            <summary>
            Optional. The number of instances that can be used during this
            profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleProfile.FixedDate">
            <summary>
            Optional. A specific date for the profile. This element is not used
            if the Recurrence element is used.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleProfile.Name">
            <summary>
            Optional. The name of the profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleProfile.Recurrence">
            <summary>
            Optional. The repeating times at which this profile begins. This
            element is not used if the FixedDate element is used.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleProfile.Rules">
            <summary>
            Optional. Contains a collection of rules that provide the triggers
            and parameters for the scaling action. A maximum of 10 rules can
            be specified.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AutoscaleSetting">
            <summary>
            A setting that contains all of the configuration for the automatic
            scaling of a resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AutoscaleSetting.#ctor">
            <summary>
            Initializes a new instance of the AutoscaleSetting class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSetting.Enabled">
            <summary>
            Optional. Specifies whether automatic scaling is enabled for the
            resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSetting.Name">
            <summary>
            Optional. The name of the autoscale setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSetting.Profiles">
            <summary>
            Optional. Contains a collection of automatic scaling profiles that
            specify different scaling parameters for different time periods. A
            maximum of 20 profiles can be specified.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSetting.TargetResourceUri">
            <summary>
            Optional. The resource identifier of the resource that the
            autoscale setting should be added to.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters">
            <summary>
            Parameters supplied to the Create or Update autoscale setting operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            AutoscaleSettingCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters.Location">
            <summary>
            Optional. The location of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters.Properties">
            <summary>
            Optional. The setting to create or update.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters.Tags">
            <summary>
            Optional. The tags of the rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse.#ctor">
            <summary>
            Initializes a new instance of the AutoscaleSettingGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse.Id">
            <summary>
            Optional. The resource identifier of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse.Location">
            <summary>
            Optional. The location of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse.Name">
            <summary>
            Optional. The name of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse.Properties">
            <summary>
            Optional. The retrieved setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse.Tags">
            <summary>
            Optional. The tags of the rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingListResponse">
            <summary>
            The List Autoscale settings operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingListResponse.#ctor">
            <summary>
            Initializes a new instance of the AutoscaleSettingListResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingListResponse.AutoscaleSettingResourceCollection">
            <summary>
            Optional. The retrieved autoscale settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource">
            <summary>
            The autoscale setting resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource.#ctor">
            <summary>
            Initializes a new instance of the AutoscaleSettingResource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource.Id">
            <summary>
            Optional. The resource identifier of the autoscale setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource.Location">
            <summary>
            Optional. The location of the autoscale setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource.Name">
            <summary>
            Optional. The name of the autoscale setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource.Properties">
            <summary>
            Optional. The retrieved autoscale setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource.Tags">
            <summary>
            Optional. The tags of the rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResourceCollection">
            <summary>
            Represents a collection of autoscale setting resources.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResourceCollection.#ctor">
            <summary>
            Initializes a new instance of the
            AutoscaleSettingResourceCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResourceCollection.Value">
            <summary>
            Optional. The values for the autoscale setting resources.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.BasicConfiguration">
            <summary>
            Shared basic configuration elements.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.BasicConfiguration.#ctor">
            <summary>
            Initializes a new instance of the BasicConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.BasicConfiguration.ScheduledTransferPeriod">
            <summary>
            Optional. The interval between scheduled transfers to storage
            rounded up to the nearest minute.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ComparisonOperationType.Equals">
            <summary>
            Trigger if the aggregated metric data equals the threshold.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ComparisonOperationType.NotEquals">
            <summary>
            Trigger if the aggregated metric data does not equal the threshold.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ComparisonOperationType.GreaterThan">
            <summary>
            Trigger if the aggregated metric data is greater than the threshold.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ComparisonOperationType.GreaterThanOrEqual">
            <summary>
            Trigger if the aggregated metric data is greater than or equal to
            the threshold.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ComparisonOperationType.LessThan">
            <summary>
            Trigger if the aggregated metric data is less than the threshold.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ComparisonOperationType.LessThanOrEqual">
            <summary>
            Trigger if the aggregated metric data is less than or equal to the
            threshold.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ConditionOperator.GreaterThan">
            <summary>
            Trigger if the aggregated metric data is greater than the threshold.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ConditionOperator.GreaterThanOrEqual">
            <summary>
            Trigger if the aggregated metric data is greater than or equal to
            the threshold.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ConditionOperator.LessThan">
            <summary>
            Trigger if the aggregated metric data is less than the threshold.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ConditionOperator.LessThanOrEqual">
            <summary>
            Trigger if the aggregated metric data is less than or equal to the
            threshold.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.CrashDumps">
            <summary>
            Enable collection of crash dumps.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.CrashDumps.#ctor">
            <summary>
            Initializes a new instance of the CrashDumps class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CrashDumps.ContainerName">
            <summary>
            Optional. The name of the blob container in your Azure Storage
            account that will be used to store crash dumps.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CrashDumps.DirectoryQuotaPercentage">
            <summary>
            Optional. Configures the percentage of overallQuotaInMB that will
            be reserved for crash dumps.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CrashDumps.DumpType">
            <summary>
            Optional. Configures collection of Mini or Full cash dumps.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CrashDumps.Processes">
            <summary>
            Optional. The names of the process you want to collect a crash dump
            for.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.CrashDumpType.Mini">
            <summary>
            Request a mini dump.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.CrashDumpType.Full">
            <summary>
            Request a full dump.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.DiagnosticInfrastructureLogs">
            <summary>
            Enable collection of logs generated by the agent. The diagnostic
            infrastructure logs are useful for troubleshooting the diagnostics
            system itself.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.DiagnosticInfrastructureLogs.#ctor">
            <summary>
            Initializes a new instance of the DiagnosticInfrastructureLogs
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticInfrastructureLogs.ScheduledTransferLogLevelFilter">
            <summary>
            Optional. Configures the minimum severity level of the logs
            collected.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration">
            <summary>
            Basic diagnostics configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.#ctor">
            <summary>
            Initializes a new instance of the DiagnosticMonitorConfiguration
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.CrashDumps">
            <summary>
            Optional. Enable collection of crash dumps.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.DiagnosticInfrastructureLogs">
            <summary>
            Optional. Enable collection of logs generated by the agent. The
            diagnostic infrastructure logs are useful for troubleshooting the
            diagnostics system itself.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.Directories">
            <summary>
            Optional. Enable the collection of the contents of a directory, IIS
            failed access request logs and/or IIS logs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.EtwProviders">
            <summary>
            Optional. Configures collection of ETW events from EventSource
            and/or ETW Manifest based providers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.Metrics">
            <summary>
            Optional. This element enables you to generate a performance
            counter table that is optimized for fast queries. Each performance
            counter that is defined in the PerformanceCounters element is
            stored in the Metrics table in addition to the Performance Counter
            table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.OverallQuotaInMB">
            <summary>
            Optional. The maximum amount of local disk space that may be
            consumed by the various types of diagnostic data collected by the
            agent. The default setting is 5120MB.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.PerformanceCounters">
            <summary>
            Optional. Enable the collection of Performance Counters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.WindowsEventLog">
            <summary>
            Optional. Enable the collection of Windows Event Logs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.DiagnosticSettings">
            <summary>
            Represents the settings for agents to collect diagnostics information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.DiagnosticSettings.#ctor">
            <summary>
            Initializes a new instance of the DiagnosticSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticSettings.Description">
            <summary>
            Optional. The setting description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticSettings.Name">
            <summary>
            Optional. The setting name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticSettings.PublicConfiguration">
            <summary>
            Optional. The public diagnostic configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.Directories">
            <summary>
            Represents an absolute directory path.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.Directories.#ctor">
            <summary>
            Initializes a new instance of the Directories class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Directories.DataSources">
            <summary>
            Optional. A list of directories to monitor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Directories.FailedRequestLogs">
            <summary>
            Optional. Including this element in the configuration enables
            collection of logs about failed requests to an IIS site or
            application. You must also enable tracing options under
            system.WebServer in Web.config.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Directories.IISLogs">
            <summary>
            Optional. Including this element in the configuration enables the
            collection of IIS logs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.DirectoryAbsolute">
            <summary>
            The absolute path to the directory to monitor.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.DirectoryPath">
            <summary>
            A directory path definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.DirectoryPath.#ctor">
            <summary>
            Initializes a new instance of the DirectoryPath class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.DirectoryAbsolute.#ctor">
            <summary>
            Initializes a new instance of the DirectoryAbsolute class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DirectoryAbsolute.ExpandEnvironment">
            <summary>
            Optional. Configures whether or not environment variables in Path
            will be expanded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DirectoryAbsolute.Path">
            <summary>
            Optional. The absolute path to the directory to monitor.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.DirectoryConfiguration">
            <summary>
            Enable the collection of the contents of a directory, IIS failed access
            request logs and/or IIS logs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.DirectoryConfiguration.#ctor">
            <summary>
            Initializes a new instance of the DirectoryConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DirectoryConfiguration.ContainerName">
            <summary>
            Optional. The name of the blob container in your Azure Storage
            account that will be used to store the log files.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DirectoryConfiguration.Path">
            <summary>
            Optional. The path of the resource to monitor.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.DirectoryLocal">
            <summary>
            The path relative to a local resource to monitor.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.DirectoryLocal.#ctor">
            <summary>
            Initializes a new instance of the DirectoryLocal class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DirectoryLocal.Name">
            <summary>
            Optional. The local resource that contains the directory to monitor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DirectoryLocal.RelativePath">
            <summary>
            Optional. The path relative to Name that contains the directory to
            monitor.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.EtwEventConfiguration">
            <summary>
            Represents the configuration for collecting ETW events.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.EtwEventConfiguration.#ctor">
            <summary>
            Initializes a new instance of the EtwEventConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwEventConfiguration.Destination">
            <summary>
            Optional. The name of the table to store the events in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwEventConfiguration.EventId">
            <summary>
            Optional. The id of the event.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.EtwProvider">
            <summary>
            Configures collection of events generated from .NET
            System.Diagnostics.Tracing.EventSource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.EtwProvider.#ctor">
            <summary>
            Initializes a new instance of the EtwProvider class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProvider.DefaultDestination">
            <summary>
            Optional. The name of the table to store the events in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProvider.Events">
            <summary>
            Optional. The list of events to collect.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProvider.Provider">
            <summary>
            Optional. The class name of the EventSource event, or, the GUID of
            the event provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProvider.ScheduledTransferKeywordFilter">
            <summary>
            Optional. This field is a bitmask of the keywords that you would
            like logged. For details on EventSource keywords see:
            http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource(v=vs.110).aspx.
            For details on ETW event keywords see:
            http://msdn.microsoft.com/en-us/library/windows/desktop/dd996930(v=vs.85).aspx.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProvider.ScheduledTransferLogLevelFilter">
            <summary>
            Optional. The minimum severity level to transfer to your storage
            account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProvider.ScheduledTransferPeriod">
            <summary>
            Optional. The interval between scheduled transfers to storage
            rounded up to the nearest minute. Note that the value is an XML
            "Duration Data Type".
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.EtwProviders">
            <summary>
            Represents the configuration for ETW providers by category.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.EtwProviders.#ctor">
            <summary>
            Initializes a new instance of the EtwProviders class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProviders.EventSourceProviders">
            <summary>
            Optional. Configures collection of ETW events from EventSource
            providers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProviders.ManifestProviders">
            <summary>
            Optional. Configures collection of ETW events from ETW Manifest
            providers.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.Incident">
            <summary>
            An alert incident indicates the activation status of an alert rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.Incident.#ctor">
            <summary>
            Initializes a new instance of the Incident class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Incident.ActivatedTime">
            <summary>
            Optional. The time at which the incident was activated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Incident.IsActive">
            <summary>
            Optional. A boolean to indicate whether the incident is active or
            resolved.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Incident.Name">
            <summary>
            Optional. Incident name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Incident.ResolvedTime">
            <summary>
            Optional. The time at which the incident was resolved. If null, it
            means the incident is still active.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Incident.RuleName">
            <summary>
            Optional. Rule name that is associated with the incident.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.IncidentGetResponse">
            <summary>
            The Get Incident operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.IncidentGetResponse.#ctor">
            <summary>
            Initializes a new instance of the IncidentGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.IncidentGetResponse.Incident">
            <summary>
            Optional. The retrieved incident.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.IncidentListResponse">
            <summary>
            The List incidents operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.IncidentListResponse.#ctor">
            <summary>
            Initializes a new instance of the IncidentListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.IncidentListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Value.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.IncidentListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.IncidentListResponse.Value">
            <summary>
            Optional. Incident collection.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.LocalizedString">
            <summary>
            Represents the display name in a specific locale.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.LocalizedString.#ctor">
            <summary>
            Initializes a new instance of the LocalizedString class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.LocalizedString.Locale">
            <summary>
            Optional. The locale to use when displaying the counter name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.LocalizedString.Value">
            <summary>
            Optional. The display name for the counter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition">
            <summary>
            A rule condition based on a certain number of locations failing.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition.#ctor">
            <summary>
            Initializes a new instance of the LocationThresholdRuleCondition
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition.DataSource">
            <summary>
            Optional. The resource from which the rule collects its data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition.FailedLocationCount">
            <summary>
            Optional. The number of locations that must fail to activate the
            alert.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition.WindowSize">
            <summary>
            Optional. The period of time that is used to monitor alert activity
            based on the threshold. Must be between 5 minutes and 1 day.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.LogLevel.Undefined">
            <summary>
            Log level is undefined.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.LogLevel.Verbose">
            <summary>
            Log verbose events.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.LogLevel.Information">
            <summary>
            Log information events.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.LogLevel.Warning">
            <summary>
            Log warning events.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.LogLevel.Error">
            <summary>
            Log error events.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.LogLevel.Critical">
            <summary>
            Log critical events.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.MetricAggregation">
            <summary>
            Represents an metric aggregation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.MetricAggregation.#ctor">
            <summary>
            Initializes a new instance of the MetricAggregation class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricAggregation.ScheduledTransferPeriod">
            <summary>
            Optional. Specifies the time grain (aggregation interval or
            frequency).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.Metrics">
            <summary>
            Represents a metric collection configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.Metrics.#ctor">
            <summary>
            Initializes a new instance of the Metrics class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Metrics.MetricAggregations">
            <summary>
            Optional. The list of aggregations to generate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Metrics.ResourceId">
            <summary>
            Optional. The resource ID of the resource the agent runs on.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.MetricStatisticType.Average">
            <summary>
            Metric values from all instances is averaged.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.MetricStatisticType.Min">
            <summary>
            The least metric value from all instances is used.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.MetricStatisticType.Max">
            <summary>
            The greatest metric value from all instances is used.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.MetricStatisticType.Sum">
            <summary>
            The total of all of the metric values from all instances is used.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.MetricTrigger">
            <summary>
            The trigger that results in a scaling action.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.MetricTrigger.#ctor">
            <summary>
            Initializes a new instance of the MetricTrigger class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.MetricName">
            <summary>
            Optional. The name of the metric that defines what the rule
            monitors.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.MetricNamespace">
            <summary>
            Optional. Only should be present for availability level metrics,
            where the value must be WindowsAzure.Availability.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.MetricResourceUri">
            <summary>
            Optional. The resource identifier of the resource the rule monitors.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.Operator">
            <summary>
            Optional. The operator that is used to compare the metric data and
            the threshold.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.Statistic">
            <summary>
            Optional. How the metrics from multiple instances are combined.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.Threshold">
            <summary>
            Optional. The threshold of the metric that triggers the scale
            action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.TimeAggregation">
            <summary>
            Optional. How the data that is collected should be combined over
            time. The default value is Average.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.TimeGrain">
            <summary>
            Optional. The granularity of metrics the rule monitors. Must be one
            of the predefined values returned from metric definitions for the
            metric. Must be between 12 hours and 1 minute.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.TimeWindow">
            <summary>
            Optional. The range of time in which instance data is collected.
            This value must be greater than the delay in metric collection,
            which can vary from resource-to-resource. Must be between 12 hours
            and 5 minutes.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters">
            <summary>
            Parameters supplied to the Create or Update monitoring configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            MonitoringConfigurationCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters.Properties">
            <summary>
            Optional. The public configuration settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            MonitoringConfigurationGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationGetResponse.Location">
            <summary>
            Optional. The location of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationGetResponse.Name">
            <summary>
            Optional. The name of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationGetResponse.Properties">
            <summary>
            Optional. The retrieved configuration properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.PerformanceCounterConfiguration">
            <summary>
            Enable the collection of Performance Counters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.PerformanceCounterConfiguration.#ctor">
            <summary>
            Initializes a new instance of the PerformanceCounterConfiguration
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PerformanceCounterConfiguration.Annotations">
            <summary>
            Optional. The display name for the counter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PerformanceCounterConfiguration.CounterSpecifier">
            <summary>
            Optional. The name of the performance counter. For example,
            "\\Processor(_Total)\\% Processor Time". To get a list of
            performance counters on your host run the command typeperf.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PerformanceCounterConfiguration.SampleRate">
            <summary>
            Optional. How often the counter should be sampled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PerformanceCounterConfiguration.Unit">
            <summary>
            Optional. The unit of measure of the counter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.PerformanceCounters">
            <summary>
            Represents a collection or performance counters and their shared
            configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.PerformanceCounters.#ctor">
            <summary>
            Initializes a new instance of the PerformanceCounters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PerformanceCounters.Counters">
            <summary>
            Optional. List of performance counters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.PublicConfiguration">
            <summary>
            Public configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.PublicConfiguration.#ctor">
            <summary>
            Initializes a new instance of the PublicConfiguration class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.PublicMonitoringConfiguration">
            <summary>
            Represents the public monitoring configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.PublicMonitoringConfiguration.#ctor">
            <summary>
            Initializes a new instance of the PublicMonitoringConfiguration
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PublicMonitoringConfiguration.DiagnosticMonitorConfiguration">
            <summary>
            Optional. Configuration settings for the telemetry data to be
            collected.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PublicMonitoringConfiguration.LocalResourceDirectory">
            <summary>
            Optional. The directory on the virtual machine to be used by the
            Monitoring Agent to store event data. If not set the default
            directory will be used.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PublicMonitoringConfiguration.StorageAccount">
            <summary>
            Optional. The name of the Azure Storage account to store the data
            in.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.Recurrence">
            <summary>
            The repeating times at which this profile begins. This element is not
            used if the FixedDate element is used.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.Recurrence.#ctor">
            <summary>
            Initializes a new instance of the Recurrence class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Recurrence.Frequency">
            <summary>
            Optional. How often the schedule profile should take effect. This
            value must be Week, meaning each week will have the same set of
            profiles.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Recurrence.Schedule">
            <summary>
            Optional. The scheduling constraints for when the profile begins.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.RecurrenceFrequency.None">
            <summary>
            No recurrence.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.RecurrenceFrequency.Second">
            <summary>
            A recurrence value measured in seconds.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.RecurrenceFrequency.Minute">
            <summary>
            A recurrence value measured in minutes.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.RecurrenceFrequency.Hour">
            <summary>
            A recurrence value measured in hours.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.RecurrenceFrequency.Day">
            <summary>
            A recurrence value measured in days.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.RecurrenceFrequency.Week">
            <summary>
            A recurrence value measured in weeks.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.RecurrenceFrequency.Month">
            <summary>
            A recurrence value measured in months.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.RecurrenceFrequency.Year">
            <summary>
            A recurrence value measured in years.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RecurrentSchedule">
            <summary>
            The scheduling constraints for when the profile begins.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RecurrentSchedule.#ctor">
            <summary>
            Initializes a new instance of the RecurrentSchedule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RecurrentSchedule.Days">
            <summary>
            Optional. A collection of days that the profile takes effect on.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RecurrentSchedule.Hours">
            <summary>
            Optional. A collection of hours at which the profile takes effect
            at.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RecurrentSchedule.Minutes">
            <summary>
            Optional. A collection of minutes at which the profile takes effect
            at.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RecurrentSchedule.TimeZone">
            <summary>
            Optional. The time zone for the hours of the profile.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.Rule">
            <summary>
            An alert rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.Rule.#ctor">
            <summary>
            Initializes a new instance of the Rule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Rule.Action">
            <summary>
            Optional. The action that is performed when the alert rule becomes
            active, and when an alert condition is resolved.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Rule.Condition">
            <summary>
            Optional. The condition that results in the alert rule being
            activated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Rule.Description">
            <summary>
            Optional. Description of the alert rule that will be included in
            the alert email.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Rule.IsEnabled">
            <summary>
            Optional. Indicates whether the alert rule is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Rule.LastUpdatedTime">
            <summary>
            Optional. Last time the rule was updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Rule.Name">
            <summary>
            Optional. Name of the alert rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleAction">
            <summary>
            The action that is performed when the alert rule becomes active, and
            when an alert condition is resolved.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleAction.#ctor">
            <summary>
            Initializes a new instance of the RuleAction class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters">
            <summary>
            Parameters supplied to the Create or Update Rule operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the RuleCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters.Location">
            <summary>
            Optional. The location of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters.Properties">
            <summary>
            Optional. The rule to create or update.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters.Tags">
            <summary>
            Optional. The tags of the rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleEmailAction">
            <summary>
            Specifies the action to send email when the rule condition is evaluated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleEmailAction.#ctor">
            <summary>
            Initializes a new instance of the RuleEmailAction class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleEmailAction.CustomEmails">
            <summary>
            Optional. A list of administrator's custom email addresses notifiy
            of the activation of the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleEmailAction.SendToServiceOwners">
            <summary>
            Optional. Whether the administrators (service and
            co-adiminstrators) of the service should be notified when the
            alert is activated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleGetResponse">
            <summary>
            The Get Rule operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleGetResponse.#ctor">
            <summary>
            Initializes a new instance of the RuleGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleGetResponse.Id">
            <summary>
            Optional. The resource identifier of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleGetResponse.Location">
            <summary>
            Optional. The location of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleGetResponse.Name">
            <summary>
            Optional. The name of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleGetResponse.Properties">
            <summary>
            Optional. The retrieved rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleGetResponse.Tags">
            <summary>
            Optional. The tags of the rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleListResponse">
            <summary>
            The List Rules operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleListResponse.#ctor">
            <summary>
            Initializes a new instance of the RuleListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleListResponse.RuleResourceCollection">
            <summary>
            Optional. Alert rules collection.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource">
            <summary>
            A rule metric data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource.#ctor">
            <summary>
            Initializes a new instance of the RuleMetricDataSource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource.MetricName">
            <summary>
            Optional. The name of the metric that defines what the rule
            monitors.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource.MetricNamespace">
            <summary>
            Optional. Only should be present for availability level metrics,
            where the value must be WindowsAzure.Availability.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource.ResourceUri">
            <summary>
            Optional. The resource identifier of the resource the rule monitors.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleResource">
            <summary>
            The alert rule resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleResource.#ctor">
            <summary>
            Initializes a new instance of the RuleResource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleResource.Id">
            <summary>
            Optional. The resource identifier of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleResource.Location">
            <summary>
            Optional. The location of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleResource.Name">
            <summary>
            Optional. The name of the alert rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleResource.Properties">
            <summary>
            Optional. The retrieved rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleResource.Tags">
            <summary>
            Optional. The tags of the rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleResourceCollection">
            <summary>
            Represents a collection of alert rule resources.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RuleResourceCollection.#ctor">
            <summary>
            Initializes a new instance of the RuleResourceCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleResourceCollection.Value">
            <summary>
            Optional. The values for the alert rule resources.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.ScaleAction">
            <summary>
            The parameters for the scaling action.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.ScaleAction.#ctor">
            <summary>
            Initializes a new instance of the ScaleAction class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ScaleAction.Cooldown">
            <summary>
            Optional. The amount of time to wait since the last scaling action
            before this action occurs. Must be between 1 week and 1 minute.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ScaleAction.Direction">
            <summary>
            Optional. Whether the scaling action increases or decreases the
            number of instances.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ScaleAction.Type">
            <summary>
            Optional. The type of action that should occur, this must be set to
            ChangeCount.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ScaleAction.Value">
            <summary>
            Optional. The number of instances that are involved in the scaling
            action. This value must be 1 or greater. The default value is 1.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.ScaleCapacity">
            <summary>
            The number of instances that can be used during this profile.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.ScaleCapacity.#ctor">
            <summary>
            Initializes a new instance of the ScaleCapacity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ScaleCapacity.Default">
            <summary>
            Optional. The number of instances that will be set if metrics are
            not available for evaluation. The default is only used if the
            current instance count is lower than the default.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ScaleCapacity.Maximum">
            <summary>
            Optional. The maximum number of instances for the resource. The
            actual maximum number may be limited by the cores that are
            available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ScaleCapacity.Minimum">
            <summary>
            Optional. The minimum number of instances for the resource.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ScaleDirection.None">
            <summary>
            Do nothing.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ScaleDirection.Increase">
            <summary>
            Increase capacity.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ScaleDirection.Decrease">
            <summary>
            Decrease capacity.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.ScaleRule">
            <summary>
            A rule that provide the triggers and parameters for the scaling action.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.ScaleRule.#ctor">
            <summary>
            Initializes a new instance of the ScaleRule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ScaleRule.MetricTrigger">
            <summary>
            Optional. The trigger that results in a scaling action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ScaleRule.ScaleAction">
            <summary>
            Optional. The parameters for the scaling action.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ScaleType.ChangeSize">
            <summary>
            Not available. Change the instance size.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ScaleType.ChangeCount">
            <summary>
            Change the instance count.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ScaleType.PercentChangeCount">
            <summary>
            Not available. Change the instance count by a percentage.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.ScaleType.ExactCount">
            <summary>
            Not available. Set the exact count of instances.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition">
            <summary>
            A rule condition based on a metric crossing a threshold.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition.#ctor">
            <summary>
            Initializes a new instance of the ThresholdRuleCondition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition.DataSource">
            <summary>
            Optional. The resource from which the rule collects its data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition.Operator">
            <summary>
            Optional. The operator used to compare the data and the threshold.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition.Threshold">
            <summary>
            Optional. The threshold value that activates the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition.TimeAggregation">
            <summary>
            Optional. How the data that is collected should be combined over
            time. The default value is the PrimaryAggregationType of the
            Metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition.WindowSize">
            <summary>
            Optional. The period of time that is used to monitor alert activity
            based on the threshold. Must be between 5 minutes and 1 day.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.TimeAggregationType.Average">
            <summary>
            Average value in the time range.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.TimeAggregationType.Minimum">
            <summary>
            Least value in the time range.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.TimeAggregationType.Maximum">
            <summary>
            Greatest value in the time range.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.TimeAggregationType.Last">
            <summary>
            Last sample in the time range.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.TimeAggregationType.Total">
            <summary>
            Sum of all of the values in the time range.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.TimeAggregationType.Count">
            <summary>
            The number of samples in the time range. Can be used to determine
            the number of values that contributed to the average value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.TimeWindow">
            <summary>
            A specific date for the profile. This element is not used if the
            Recurrence element is used.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.TimeWindow.#ctor">
            <summary>
            Initializes a new instance of the TimeWindow class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.TimeWindow.End">
            <summary>
            Optional. The end time for the profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.TimeWindow.Start">
            <summary>
            Optional. The start time for the profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.TimeWindow.TimeZone">
            <summary>
            Optional. The time zone of the start and end times for the profile.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.Units.Count">
            <summary>
            Count (how many).
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.Units.Bytes">
            <summary>
            Unit in bytes.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.Units.Seconds">
            <summary>
            Unit in seconds.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.Units.Percent">
            <summary>
            Unit as a percentage.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.Units.CountPerSecond">
            <summary>
            How many per second.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Insights.Models.Units.BytesPerSecond">
            <summary>
            How many bytes per second.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.WindowsEventLog">
            <summary>
            represents a windows event log collection configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.WindowsEventLog.#ctor">
            <summary>
            Initializes a new instance of the WindowsEventLog class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.WindowsEventLog.DataSources">
            <summary>
            Optional. The Windows Event logs to collect. A list of XPath
            queries describing the windows events to be collected. For
            example: "System!*[System[(Level &lt;=3)]]". To collect all events
            specify "*".
            </summary>
        </member>
    </members>
</doc>