Microsoft.Azure.Insights.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Insights</name>
    </assembly>
    <members>
        <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.LogDefinitionOperations">
            <summary>
            Operations for log definitions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.IInsightsClient.LogOperations">
            <summary>
            Operations for logs.
            </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.LogDefinitionOperations">
            <summary>
            Operations for log definitions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.InsightsClient.LogOperations">
            <summary>
            Operations for logs.
            </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="P:Microsoft.Azure.Insights.ListEventsParameters.ResourceType">
            <summary>
            Gets or sets the resource type
            </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.ListEventsForCategoryParameters">
            <summary>
            The parameters to get the events for an event source
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.ListEventsForCategoryParameters.Category">
            <summary>
            Gets or sets the event category
            </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.ResourceId">
            <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="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.LogOperations">
            <summary>
            Thick client class for getting logs
            </summary>
            <summary>
            Operations for logs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.ILogOperations">
            <summary>
            Operations for logs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.ILogOperations.GetLogsAsync(System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Azure.Insights.Models.LogDefinition},System.Threading.CancellationToken)">
            <summary>
            The List Log operation lists the logs for the resource.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Log values operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.LogOperations.GetLogsAsync(System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Azure.Insights.Models.LogDefinition},System.Threading.CancellationToken)">
            <summary>
            Get logs.
            </summary>
            <param name="resourceUri">The resourceUri</param>
            <param name="filterString">The filter string</param>
            <param name="definitions">The log definitions</param>
            <param name="cancellationToken">The cancellation token</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.LogOperations.#ctor(Microsoft.Azure.Insights.InsightsClient)">
            <summary>
            Initializes a new instance of the LogOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Insights.LogOperations.Client">
            <summary>
            Gets a reference to the Microsoft.Azure.Insights.InsightsClient.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.MetricOperations">
            <summary>
            Thick client class for getting metrics
            </summary>
            <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.Customizations.Shoebox.BlobShoeboxMetricRetriever">
            <summary>
            Metric retriever for getting metrics in "shoebox" storage accounts using provided SAS keys for blobs
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Customizations.Shoebox.IMetricRetriever">
            <summary>
            Generic interface for retrieving various types of metrics
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.MetricWrap">
            <summary>
            For internal use of ShoeboxClient. It group together InstanceMetrics and GlobalMetrics. At the end of GetMetric calls
            ShoeboxClient evealuates which one needs to be used, and puts it inside the metric.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Customizations.Shoebox.StorageConstants">
            <summary>
            Constants used for retrieving Storage metrics
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Customizations.Shoebox.EmptyMetricRetriever">
            <summary>
            EmptyMetricRetriever always returns a metric for every definition passed in. These metrics will have an empty list of MetricValues
            EmptyMetricRetriever ignores dimensions
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.MetricFilterDimension">
            <summary>
            MetricFilterDimension class represents a dimension name and corresponding (optional) dimension values
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.MetricFilterDimension.Name">
            <summary>
            Gets or sets the Name of the dimension
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.MetricFilterDimension.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,System.Boolean)">
            <summary>
            Generates a MetricFilter object from the given filter string
            </summary>
            <param name="query">the ($filter) query string</param>
            <param name="validate">True to validate fields. Fase to skip validation.</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="T:Microsoft.Azure.Insights.Customizations.Shoebox.ProxyMetricRetriever">
            <summary>
            Metric retriever for delivering proxy metrics by calling RP via REST
            ProxyMetricRetriever supports dimensions (if the RP supports them)
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Customizations.Shoebox.SasMetricRetriever">
            <summary>
            Base metric retriever for SAS-based metrics
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Customizations.Shoebox.SasMetricRetriever.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.Customizations.Shoebox.SasMetricRetriever.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="T:Microsoft.Azure.Insights.ShoeboxClient">
            <summary>
            Thick client component for retrieving shoebox metrics
            </summary>
        </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="T:Microsoft.Azure.Insights.ShoeboxHelper">
            <summary>
            Helper class for shoebox operations
            </summary>
        </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.Customizations.Shoebox.ShoeboxMetricRetriever">
            <summary>
            Metric retriever for getting metrics in "shoebox" storage accounts using provided SAS keys
            ShoeboxMetricRetriever ignores dimensions
            </summary>
            TODO: Refactor shoebox client to inherit table operations and diminsions support from SasMetricRetriever
        </member>
        <member name="T:Microsoft.Azure.Insights.Customizations.Shoebox.StorageMetricRetriever">
            <summary>
            Metric retriever for getting Storage metrics directly from Storage
            </summary>
        </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.Insights.Util">
            <summary>
            Utility class
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Util.LegacyResourceProviders">
            <summary>
            Collection of legacy resource providers.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Insights.Util.LegacyResourceTypes">
            <summary>
            Collection of legacy resource types
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Util.IsLegacyResource(System.String)">
            <summary>
            Check to see if the resourceId is backed by a legacy resouce provider
            </summary>
            <param name="resourceId">resource id</param>
            <returns>true, if the resourceId is a legacy resource</returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.Util.IsStorageResourceProvider(System.String)">
            <summary>
            Check to see if the resourceId is backed by the storage resource provider
            </summary>
            <param name="resourceId">resource id</param>
            <returns>true, if the resource id is for a storage resource</returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.Util.IsComputeResourceProvider(System.String)">
            <summary>
            Check to see if the resourceId is backed by the compute resource provider
            </summary>
            <param name="resourceId">resource id</param>
            <returns>true, if the resource id is for a compute resource</returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.Util.TryExtractResourceProviderAndType(System.String,System.String@,System.String@)">
            <summary>
            Extract the resource provider from the resourceId
            </summary>
            <param name="resourceId">resource id</param>
            <param name="resourceProviderName">the resource provider name</param>
            <param name="resourceType">the resource type</param>
            <returns>true, if the extraction was a success</returns>
        </member>
        <member name="T:Microsoft.Azure.Insights.ILogDefinitionOperations">
            <summary>
            Operations for log definitions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.ILogDefinitionOperations.GetLogDefinitionsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List Log Definitions operation lists the log definitions for
            the resource.
            </summary>
            <param name='resourceUri'>
            The resource identifier of the target resource to get logs for.
            </param>
            <param name='filterString'>
            An OData $filter expression that supports querying by the name of
            the log 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 Log Definitions operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Insights.LogDefinitionOperations">
            <summary>
            Operations for log definitions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.LogDefinitionOperations.#ctor(Microsoft.Azure.Insights.InsightsClient)">
            <summary>
            Initializes a new instance of the LogDefinitionOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Insights.LogDefinitionOperations.GetLogDefinitionsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List Log Definitions operation lists the log definitions for
            the resource.
            </summary>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            logs for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name of the log 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 Log Definitions operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Insights.LogDefinitionOperations.Client">
            <summary>
            Gets a reference to the Microsoft.Azure.Insights.InsightsClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.LogDefinitionOperationsExtensions.GetLogDefinitions(Microsoft.Azure.Insights.ILogDefinitionOperations,System.String,System.String)">
            <summary>
            The List Log Definitions operation lists the log definitions for
            the resource.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.ILogDefinitionOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            logs for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name of the log definition. For example, "name.value eq
            'Percentage CPU'". Name is optional, meaning the expression may be
            "".
            </param>
            <returns>
            The List Log Definitions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.LogDefinitionOperationsExtensions.GetLogDefinitionsAsync(Microsoft.Azure.Insights.ILogDefinitionOperations,System.String,System.String)">
            <summary>
            The List Log Definitions operation lists the log definitions for
            the resource.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.ILogDefinitionOperations.
            </param>
            <param name='resourceUri'>
            Required. The resource identifier of the target resource to get
            logs for.
            </param>
            <param name='filterString'>
            Optional. An OData $filter expression that supports querying by the
            name of the log definition. For example, "name.value eq
            'Percentage CPU'". Name is optional, meaning the expression may be
            "".
            </param>
            <returns>
            The List Log Definitions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.LogOperationsExtensions.GetLogs(Microsoft.Azure.Insights.ILogOperations,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Azure.Insights.Models.LogDefinition})">
            <summary>
            The List Log operation lists the logs for the resource.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.ILogOperations.
            </param>
            <param name='resourceUri'>
            Optional.
            </param>
            <param name='filterString'>
            Optional.
            </param>
            <param name='definitions'>
            Optional.
            </param>
            <returns>
            The List Log values operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.LogOperationsExtensions.GetLogsAsync(Microsoft.Azure.Insights.ILogOperations,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Azure.Insights.Models.LogDefinition})">
            <summary>
            The List Log operation lists the logs for the resource.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.ILogOperations.
            </param>
            <param name='resourceUri'>
            Optional.
            </param>
            <param name='filterString'>
            Optional.
            </param>
            <param name='definitions'>
            Optional.
            </param>
            <returns>
            The List Log values operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.BlobInfo">
            <summary>
            Contains the information for blobs. Each one is used for a specific
            time range.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.BlobInfo.#ctor">
            <summary>
            Initializes a new instance of the BlobInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.BlobInfo.BlobUri">
            <summary>
            Optional. Gets or sets the blob info.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.BlobInfo.EndTime">
            <summary>
            Optional. Gets or sets the end time of the range for this blob.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.BlobInfo.SasToken">
            <summary>
            Optional. Gets or sets the SAS Key for accessing Blob Storage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.BlobInfo.SasTokenExpirationTime">
            <summary>
            Optional. Gets or sets the expiration time of the SAS token (UTC).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.BlobInfo.StartTime">
            <summary>
            Optional. Gets or sets the start time of the range for this blob.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.BlobLocation">
            <summary>
            Details about the set of blobs containing data split by time.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.BlobLocation.#ctor">
            <summary>
            Initializes a new instance of the BlobLocation class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.BlobLocation.BlobEndpoint">
            <summary>
            Optional. Gets or sets the blob endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.BlobLocation.BlobInfo">
            <summary>
            Optional. Gets or sets the blob info.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.EventCategoryCollection">
            <summary>
            Represents collection of event categories.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.EventCategoryCollection.#ctor">
            <summary>
            Initializes a new instance of the EventCategoryCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventCategoryCollection.Value">
            <summary>
            Optional. Gets or sets this list that includes the Azure event
            categories.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.EventCategoryListResponse">
            <summary>
            The response of List Event Categories.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.EventCategoryListResponse.#ctor">
            <summary>
            Initializes a new instance of the EventCategoryListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.EventCategoryListResponse.EventDataCollection">
            <summary>
            Optional. Gets or sets the retrieved events.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.Log">
            <summary>
            The log.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.Log.#ctor">
            <summary>
            Initializes a new instance of the Log class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Log.Category">
            <summary>
            Optional. Gets or sets the category.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Log.EndTime">
            <summary>
            Optional. Gets or sets the end time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Log.StartTime">
            <summary>
            Optional. Gets or sets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Log.Value">
            <summary>
            Optional. Gets or sets the value of the collection.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.LogCollection">
            <summary>
            The collection of log value sets.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.LogCollection.#ctor">
            <summary>
            Initializes a new instance of the LogCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogCollection.Value">
            <summary>
            Optional. Gets or sets the value of the collection.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.LogDefinition">
            <summary>
            Log definition class specifies the metadata for a log.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.LogDefinition.#ctor">
            <summary>
            Initializes a new instance of the LogDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogDefinition.BlobLocation">
            <summary>
            Optional. Gets or sets the location of the blob.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogDefinition.Category">
            <summary>
            Optional. Gets or sets the category of the log.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogDefinition.ResourceId">
            <summary>
            Optional. Gets or sets the resource identifier of the resource that
            has emitted the log.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogDefinition.Retention">
            <summary>
            Optional. Gets or sets the retention.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.LogDefinitionCollection">
            <summary>
            Represents collection of log definitions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.LogDefinitionCollection.#ctor">
            <summary>
            Initializes a new instance of the LogDefinitionCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogDefinitionCollection.Value">
            <summary>
            Optional. Gets or sets the values for the log definitions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.LogDefinitionListResponse">
            <summary>
            The List Log Definitions operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.LogDefinitionListResponse.#ctor">
            <summary>
            Initializes a new instance of the LogDefinitionListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogDefinitionListResponse.LogDefinitionCollection">
            <summary>
            Optional. Gets or sets the retrieved log definitions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.LogListResponse">
            <summary>
            The List Log values operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.LogListResponse.#ctor">
            <summary>
            Initializes a new instance of the LogListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogListResponse.LogCollection">
            <summary>
            Optional. Gets or sets the retrieved log value sets.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Insights.Models.LogValue">
            <summary>
            A log value set represents a set of log values in a time period.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Insights.Models.LogValue.#ctor">
            <summary>
            Initializes a new instance of the LogValue class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.CallerIpAddress">
            <summary>
            Optional. Gets or sets the caller IP address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.Category">
            <summary>
            Optional. Gets or sets the category of the log.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.CorrelationId">
            <summary>
            Optional. Gets or sets the correlation id of the log. Used to
            group together a set of related log.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.DurationMs">
            <summary>
            Optional. Gets or sets the duration of the operation in
            milliseconds.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.Identity">
            <summary>
            Optional. Gets or sets the identity that generated the event.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.Level">
            <summary>
            Optional. Gets or sets the level
            (Informational/Warning/Error/Critical) of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.Location">
            <summary>
            Optional. Gets or sets tThe location of the resource emitting the
            event.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.OperationName">
            <summary>
            Optional. Gets or sets the name of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.OperationVersion">
            <summary>
            Optional. Gets or sets the version of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.Properties">
            <summary>
            Optional. Gets or sets the collection of extended properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.ResourceId">
            <summary>
            Optional. Gets or sets id of the reosurce related to the log.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.ResultDescription">
            <summary>
            Optional. Gets or sets the substatus of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.ResultSignature">
            <summary>
            Optional. Gets or sets the substatus of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.ResultType">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LogValue.Time">
            <summary>
            Optional. Gets or sets the time when the log was generated
            </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.ISkuOperations">
            <summary>
            Operations for managing resources sku.
            </summary>
        </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.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.UpdateCurrentSkuAsync(System.String,Microsoft.Azure.Management.Insights.Models.SkuUpdateParameters,System.String,System.Threading.CancellationToken)">
            <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.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. Gets or sets the backup job options.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSetting.BlobStorageSetting">
            <summary>
            Optional. Gets or sets 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. Gets or sets the credential for the server hosting the
            database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSetting.Enabled">
            <summary>
            Optional. Gets or sets the enable flag. 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. Gets or sets the location of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters.Properties">
            <summary>
            Optional. Gets or sets the setting to create or update.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingCreateOrUpdateParameters.Tags">
            <summary>
            Optional. Gets or sets 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. Gets or sets the resource identifier of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingGetResponse.Location">
            <summary>
            Optional. Gets or sets the location of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingGetResponse.Properties">
            <summary>
            Optional. Gets or sets the retrieved setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutomatedExportSettingGetResponse.Tags">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets the default capacity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Capacity.Maximum">
            <summary>
            Optional. Gets or sets the maximum capacity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Capacity.Minimum">
            <summary>
            Optional. Gets or sets the minimum capacity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Capacity.ScaleType">
            <summary>
            Optional. Gets or sets 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. Gets or sets the name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Dimension.Values">
            <summary>
            Optional. Gets or sets the list of values.
            </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. Gets or sets the current capacity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CurrentSku.Family">
            <summary>
            Optional. Gets or sets the family of the sku e.g. 'A'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CurrentSku.Name">
            <summary>
            Optional. Gets or sets the unique name of the sku e.g. 'Free_A0'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CurrentSku.Size">
            <summary>
            Optional. Gets or sets the size of the sku e.g. 'A0'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CurrentSku.Tier">
            <summary>
            Optional. Gets or sets the tier of the sku e.g. 'free'.
            </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. Gets or sets the database consistency option.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption.KeepAtLeastOneBackup">
            <summary>
            Optional. Gets or sets the keep at least one backup flag.Whether at
            least one exported file will be kept.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption.RepeatInterval">
            <summary>
            Optional. Gets or sets the repeat interval.How often the automated
            export job will run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption.RetentionPeriod">
            <summary>
            Optional. Gets or sets the retention period.How long the exported
            files will be saved.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseBackupOption.StartTime">
            <summary>
            Optional. Gets or sets 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. Gets or sets the database password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DatabaseServerCredential.DatabaseUserName">
            <summary>
            Optional. Gets or sets the database user name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.LogSettings">
            <summary>
            Part of MultiTenantDiagnosticSettings. Specifies the settings for a
            particular log.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.LogSettings.#ctor">
            <summary>
            Initializes a new instance of the LogSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.LogSettings.Category">
            <summary>
            Optional. Gets or sets the name of the logs to which this setting
            is applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.LogSettings.Enabled">
            <summary>
            Optional. Gets or sets a value indicating whether this log is
            enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.LogSettings.RetentionPolicy">
            <summary>
            Optional. Gets or sets the retention policy for this log.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.MetricSettings">
            <summary>
            Part of MultiTenantDiagnosticSettings. Specifies the settings for a
            particular metric.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.MetricSettings.#ctor">
            <summary>
            Initializes a new instance of the MetricSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricSettings.Enabled">
            <summary>
            Optional. Gets or sets a value indicating whether this timegrain is
            enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricSettings.RetentionPolicy">
            <summary>
            Optional. Gets or sets the retention policy for this timegrain.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricSettings.TimeGrain">
            <summary>
            Optional. Gets or sets the timegrain of the metric.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RetentionPolicy">
            <summary>
            Part of MultiTenantDiagnosticSettings. Child of MetricSettings.
            Specifies the retention policy for the specific metric.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Insights.Models.RetentionPolicy.#ctor">
            <summary>
            Initializes a new instance of the RetentionPolicy class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RetentionPolicy.Days">
            <summary>
            Optional. Gets or sets the number of days for the retention.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RetentionPolicy.Enabled">
            <summary>
            Optional. Gets or sets a value indicating whether the retention
            policy is enabled.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Insights.Models.RuleWebhookAction">
            <summary>
            Specifies the action to post to service when the rule condition is
            evaluated.
            </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="M:Microsoft.Azure.Management.Insights.Models.RuleWebhookAction.#ctor">
            <summary>
            Initializes a new instance of the RuleWebhookAction class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleWebhookAction.Properties">
            <summary>
            Optional. Gets or sets the dictionary of custom properties to
            include with the post operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleWebhookAction.ServiceUri">
            <summary>
            Optional. Gets or sets the service uri to Post the notitication.
            </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.Family">
            <summary>
            Optional. Gets or sets the family of the sku e.g. 'A'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Sku.Name">
            <summary>
            Optional. Gets or sets the unique name of the sku e.g. 'Free_A0'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Sku.Size">
            <summary>
            Optional. Gets or sets the size of the sku e.g. 'A0'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Sku.Tier">
            <summary>
            Optional. Gets or sets the tier of the sku e.g. 'free'.
            </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. Gets or sets the capacity of the sku.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.SkuDefinition.ResourceType">
            <summary>
            Optional. Gets or sets the type of the resource e.g.
            'Microsoft.Compute/virtualMachines'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.SkuDefinition.Sku">
            <summary>
            Optional. Gets or sets the 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.Sku">
            <summary>
            Optional. Gets or sets the resource sku.
            </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. Gets or sets 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. Gets or sets the current sku.
            </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. Gets or sets the usage values.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricCollectionDeprecated.Value">
            <summary>
            Optional. Gets or sets 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. Gets or sets the current value for the usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.DisplayName">
            <summary>
            Optional. Gets or sets the usage display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.Limit">
            <summary>
            Optional. Gets or sets the quota limit the usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.Name">
            <summary>
            Optional. Gets or sets the usage metric name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.NextResetTime">
            <summary>
            Optional. Gets or sets the next reset date/time for the current
            value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.QuotaPeriod">
            <summary>
            Optional. Gets or sets the duration of the quota period.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetricDeprecated.Unit">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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.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. Gets or sets 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. Gets or sets the setting description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettings.Name">
            <summary>
            Optional. Gets or sets the setting name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettings.PublicConfiguration">
            <summary>
            Optional. Gets or sets 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. Gets or sets the location of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettingsGetResponse.Name">
            <summary>
            Optional. Gets or sets the name of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AgentDiagnosticSettingsGetResponse.Properties">
            <summary>
            Optional. Gets or sets 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. Gets or sets the public configuration settings.
            </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.Logs">
            <summary>
            Optional. Gets or sets the list of logs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettings.Metrics">
            <summary>
            Optional. Gets or sets the list of metrics.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettings.StorageAccountId">
            <summary>
            Optional. Gets or sets the resource id of the storage account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettings.StorageAccountName">
            <summary>
            Optional. [Deprecated] Use StorageAccountId instead. Gets or sets
            the name of the storage account.
            </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. Gets or sets the location of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsGetResponse.Name">
            <summary>
            Optional. Gets or sets the name of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ServiceDiagnosticSettingsGetResponse.Properties">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets the condition operator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ManagementEventAggregationCondition.Threshold">
            <summary>
            Optional. Gets or sets the condition threshold.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ManagementEventAggregationCondition.WindowSize">
            <summary>
            Optional. Gets or sets 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. Gets or sets the aggregation condition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition.DataSource">
            <summary>
            Optional. Gets or sets the 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. Gets or sets 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. Gets or sets the claims.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.EventName">
            <summary>
            Optional. Gets or sets the event name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.EventSource">
            <summary>
            Optional. Gets or sets the event source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.Level">
            <summary>
            Optional. Gets or sets the level.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.OperationName">
            <summary>
            Optional. Gets or sets the operation name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.ResourceGroupName">
            <summary>
            Optional. Gets or sets the resource group name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.ResourceProviderName">
            <summary>
            Optional. Gets or sets the resource provider name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.ResourceUri">
            <summary>
            Optional. Gets or sets the resource uri.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.Status">
            <summary>
            Optional. Gets or sets the status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource.SubStatus">
            <summary>
            Optional. Gets or sets 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. Gets or sets the storage logging configuration. 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. Gets or sets the 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. Gets or sets the location of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageConfigurationGetResponse.Name">
            <summary>
            Optional. Gets or sets the name of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageConfigurationGetResponse.Properties">
            <summary>
            Optional. Gets or sets 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. Gets or sets the logging diagnostic settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettings.MetricDiagnosticSettings">
            <summary>
            Optional. Gets or sets 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. Gets or sets the location of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsGetResponse.Name">
            <summary>
            Optional. Gets or sets the name of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageDiagnosticSettingsGetResponse.Properties">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets the delete flag. Indicates whether all
            delete requests should be logged.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageLoggingConfiguration.Read">
            <summary>
            Optional. Gets or sets the read flag. Indicates whether all read
            requests should be logged.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageLoggingConfiguration.Retention">
            <summary>
            Optional. Gets or sets the retention flag. 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. Gets or sets the write flag. 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. Gets or sets the level of metrics to collect.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.StorageMetricAggregation.Retention">
            <summary>
            Optional. Gets or sets the retention period. 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. Gets or sets 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. Gets or sets 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. Gets or sets 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.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.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="T:Microsoft.Azure.Management.Insights.SkuOperations">
            <summary>
            Operations for managing resources sku.
            </summary>
        </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.GetCurrentSkuAsync(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.ListSkuDefinitionsAsync(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.UpdateCurrentSkuAsync(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="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="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>
        <member name="M:Microsoft.Azure.Insights.IEventOperations.ListEventCategoriesAsync(System.Threading.CancellationToken)">
            <summary>
            The list of event categories.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response of List Event Categories.
            </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.ListTenantDigestEventsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List Tenant Digest Event Values operation lists the
            tenant-level 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.ListTenantDigestEventsNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Tenant Digest Event Next operation lists the next set of
            tenant-level 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.ListTenantEventsAsync(System.String,System.String,System.Threading.CancellationToken)" -->
        <member name="M:Microsoft.Azure.Insights.IEventOperations.ListTenantEventsNextAsync(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.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>
        <member name="M:Microsoft.Azure.Insights.EventOperations.ListEventCategoriesAsync(System.Threading.CancellationToken)">
            <summary>
            The list of event categories.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response of List Event Categories.
            </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.ListTenantDigestEventsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The List Tenant Digest Event Values operation lists the
            tenant-level 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.ListTenantDigestEventsNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Tenant Digest Event Next operation lists the next set of
            tenant-level 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.ListTenantEventsAsync(System.String,System.String,System.Threading.CancellationToken)" -->
        <member name="M:Microsoft.Azure.Insights.EventOperations.ListTenantEventsNextAsync(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="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>
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListEventCategories(Microsoft.Azure.Insights.IEventOperations)">
            <summary>
            The list of event categories.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IEventOperations.
            </param>
            <returns>
            The response of List Event Categories.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListEventCategoriesAsync(Microsoft.Azure.Insights.IEventOperations)">
            <summary>
            The list of event categories.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Insights.IEventOperations.
            </param>
            <returns>
            The response of List Event Categories.
            </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.ListTenantDigestEvents(Microsoft.Azure.Insights.IEventOperations,System.String,System.String)">
            <summary>
            The List Tenant Digest Event Values operation lists the
            tenant-level 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.ListTenantDigestEventsAsync(Microsoft.Azure.Insights.IEventOperations,System.String,System.String)">
            <summary>
            The List Tenant Digest Event Values operation lists the
            tenant-level 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.ListTenantDigestEventsNext(Microsoft.Azure.Insights.IEventOperations,System.String)">
            <summary>
            The List Tenant Digest Event Next operation lists the next set of
            tenant-level 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.ListTenantDigestEventsNextAsync(Microsoft.Azure.Insights.IEventOperations,System.String)">
            <summary>
            The List Tenant Digest Event Next operation lists the next set of
            tenant-level 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.ListTenantEvents(Microsoft.Azure.Insights.IEventOperations,System.String,System.String)" -->
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Azure.Insights.EventOperationsExtensions.ListTenantEventsAsync(Microsoft.Azure.Insights.IEventOperations,System.String,System.String)" -->
        <member name="M:Microsoft.Azure.Insights.EventOperationsExtensions.ListTenantEventsNext(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.ListTenantEventsNextAsync(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.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. Gets or sets 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.Category">
            <summary>
            Optional. Gets or sets the event category.
            </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.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.ResourceId">
            <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.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.ResourceType">
            <summary>
            Optional. Gets or sets the resource type (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="P:Microsoft.Azure.Insights.Models.EventData.TenantId">
            <summary>
            Optional. Gets or sets the Azure tenant Id
            </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. Gets or sets 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. Gets or sets this list that 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. Gets or sets 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. Gets or sets the client Ip Address
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.HttpRequestInfo.ClientRequestId">
            <summary>
            Optional. Gets or sets the client request id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.HttpRequestInfo.Method">
            <summary>
            Optional. Gets or sets the method.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.HttpRequestInfo.Uri">
            <summary>
            Optional. Gets or sets 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. Gets or sets the locale specific value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.LocalizableString.Value">
            <summary>
            Optional. Gets or sets 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. Gets or sets the name of the dimension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.DimensionValue">
            <summary>
            Optional. Gets or sets the value of the dimension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.EndTime">
            <summary>
            Optional. Gets or sets the end time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.MetricValues">
            <summary>
            Optional. Gets or sets the collection of actual metric values.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.Name">
            <summary>
            Optional. Gets or sets the name and the display name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.Properties">
            <summary>
            Optional. Gets or sets the collection of extended properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.ResourceId">
            <summary>
            Optional. Gets or sets the resource ID of the resource that has
            emitted the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.StartTime">
            <summary>
            Optional. Gets or sets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.Metric.TimeGrain">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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.BlobLocation">
            <summary>
            Optional. Gets or sets the location info for this availability.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricAvailability.Location">
            <summary>
            Optional. Gets or sets the location where the data for this metric
            availability is stored.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricAvailability.Retention">
            <summary>
            Optional. Gets or sets the retention period for the metric at the
            specified timegrain.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricAvailability.TimeGrain">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets the 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. Gets or sets the collection of what aggregation intervals
            are available to be queried.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.Name">
            <summary>
            Optional. Gets or sets the name and the display name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.PrimaryAggregationType">
            <summary>
            Optional. Gets or sets 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. Gets or sets the collection of extended properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.ResourceId">
            <summary>
            Optional. Gets or sets the resource identifier of the resource that
            has emitted the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricDefinition.Unit">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets the partition key inside the tables that
            contains the metrics.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricLocation.TableEndpoint">
            <summary>
            Optional. Gets or sets the REST endpoint of the tables that
            contains the metrics.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricLocation.TableInfo">
            <summary>
            Optional. Gets or sets 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. Gets or sets the last data that will this table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricTableInfo.SasToken">
            <summary>
            Optional. Gets or sets the SAS Key for accessing the table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricTableInfo.SasTokenExpirationTime">
            <summary>
            Optional. Gets or sets the expiration date/time of the SAS Key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricTableInfo.StartTime">
            <summary>
            Optional. Gets or sets the first data will appear in the data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricTableInfo.TableName">
            <summary>
            Optional. Gets or sets 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. Gets or sets the average value in the time range.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Count">
            <summary>
            Optional. Gets or sets 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. Gets or sets the last sample in the time range.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Maximum">
            <summary>
            Optional. Gets or sets the greatest value in the time range.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Minimum">
            <summary>
            Optional. Gets or sets the least value in the time range.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Properties">
            <summary>
            Optional. Gets or sets the collection of extended properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Timestamp">
            <summary>
            Optional. Gets or sets the timestamp for the metric value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.MetricValue.Total">
            <summary>
            Optional. Gets or sets 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. Gets or sets the Action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.SenderAuthorization.Condition">
            <summary>
            Optional. Gets or sets the condition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.SenderAuthorization.Role">
            <summary>
            Optional. Gets or sets the role.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.SenderAuthorization.Scope">
            <summary>
            Optional. Gets or sets 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="F:Microsoft.Azure.Insights.Models.Unit.MilliSeconds">
            <summary>
            Unit in milli-seconds.
            </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. Gets or sets the current value for the usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.Id">
            <summary>
            Optional. Gets or sets the id for the usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.Limit">
            <summary>
            Optional. Gets or sets the quota limit the usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.Name">
            <summary>
            Optional. Gets or sets the usage metric name and display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.NextResetTime">
            <summary>
            Optional. Gets or sets the next reset time for the current value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.QuotaPeriod">
            <summary>
            Optional. Gets or sets the amount of time it takes to reset the
            value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Insights.Models.UsageMetric.Unit">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets the 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. Gets or sets the name of the profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleProfile.Recurrence">
            <summary>
            Optional. Gets or sets 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. Gets or sets the 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. Gets or sets the enabled flag.Specifies whether automatic
            scaling is enabled for the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSetting.Name">
            <summary>
            Optional. Gets or sets the name of the autoscale setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSetting.Profiles">
            <summary>
            Optional. Gets or sets the 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. Gets or sets 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. Gets or sets the location of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters.Properties">
            <summary>
            Optional. Gets or sets the setting to create or update.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters.Tags">
            <summary>
            Optional. Gets or sets 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. Gets or sets the resource identifier of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse.Location">
            <summary>
            Optional. Gets or sets the location of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse.Name">
            <summary>
            Optional. Gets or sets the name of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse.Properties">
            <summary>
            Optional. Gets or sets the retrieved setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingGetResponse.Tags">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets the resource identifier of the autoscale
            setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource.Location">
            <summary>
            Optional. Gets or sets the location of the autoscale setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource.Name">
            <summary>
            Optional. Gets or sets the name of the autoscale setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource.Properties">
            <summary>
            Optional. Gets or sets the retrieved autoscale setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.AutoscaleSettingResource.Tags">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets the 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. Gets or sets the crash dump type. Configures collection
            of Mini or Full cash dumps.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.CrashDumps.Processes">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets the crash dumps. Enable collection of crash
            dumps.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.DiagnosticInfrastructureLogs">
            <summary>
            Optional. Gets or sets the diagnostics infrastructure logs
            property. 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. Gets or sets the directories. 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. Gets or sets the ETW providers. Configures the 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. Gets or sets the metrics. This element allows the
            generation of 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. Gets or sets 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. Gets or sets the performance counters. Enable the
            collection of Performance Counters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration.WindowsEventLog">
            <summary>
            Optional. Gets or sets the windows event log. 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. Gets or sets the setting description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticSettings.Name">
            <summary>
            Optional. Gets or sets the setting name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DiagnosticSettings.PublicConfiguration">
            <summary>
            Optional. Gets or sets 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. Gets or sets the list of directories to monitor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Directories.FailedRequestLogs">
            <summary>
            Optional. Gets or sets the failed request logs. 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. Gets or sets the IIS logs. 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. Gets or sets the expand environment flag. 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. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets the local resource that contains the
            directory to monitor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.DirectoryLocal.RelativePath">
            <summary>
            Optional. Gets or sets 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. Gets or sets the name of the table to store the events in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwEventConfiguration.EventId">
            <summary>
            Optional. Gets or sets 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. Gets or sets the name of the table to store the events in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProvider.Events">
            <summary>
            Optional. Gets or sets the list of events to collect.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProvider.Provider">
            <summary>
            Optional. Gets or sets 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. Gets or sets the scheduled transfer key filter. 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. Gets or sets the minimum severity level to transfer to
            your storage account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProvider.ScheduledTransferPeriod">
            <summary>
            Optional. Gets or sets 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. Gets or sets the collection of ETW events from
            EventSource providers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.EtwProviders.ManifestProviders">
            <summary>
            Optional. Gets or sets the 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. Gets or sets 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. Gets or sets the 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. Gets or sets the locale to use when displaying the
            counter name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.LocalizedString.Value">
            <summary>
            Optional. Gets or sets 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. Gets or sets the resource from which the rule collects
            its data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition.FailedLocationCount">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets the list of aggregations to generate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Metrics.ResourceId">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets the metric namespace.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. Gets or sets the resource identifier of the resource the
            rule monitors.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.Operator">
            <summary>
            Optional. Gets or sets 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. Gets or sets the metric statistic type.How the metrics
            from multiple instances are combined.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.Threshold">
            <summary>
            Optional. Gets or sets the threshold of the metric that triggers
            the scale action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MetricTrigger.TimeAggregation">
            <summary>
            Optional. Gets or sets time aggregation type.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. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets the location of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationGetResponse.Name">
            <summary>
            Optional. Gets or sets the name of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationGetResponse.Properties">
            <summary>
            Optional. Gets or sets 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. Gets or sets the display name for the counter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PerformanceCounterConfiguration.CounterSpecifier">
            <summary>
            Optional. Gets or sets 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. Gets or sets the sample rate. How often the counter
            should be sampled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PerformanceCounterConfiguration.Unit">
            <summary>
            Optional. Gets or sets 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. Gets or sets the 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. Gets or sets the configuration settings for the telemetry
            data to be collected.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.PublicMonitoringConfiguration.LocalResourceDirectory">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets the recurrence frequency. 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. Gets or sets 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. Gets or sets the collection of days that the profile
            takes effect on.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RecurrentSchedule.Hours">
            <summary>
            Optional. Gets or sets the collection of hours at which the profile
            takes effect at.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RecurrentSchedule.Minutes">
            <summary>
            Optional. Gets or sets the collection of minutes at which the
            profile takes effect at.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RecurrentSchedule.TimeZone">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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.Actions">
            <summary>
            Optional. Gets or sets the actions that are 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. Gets or sets the condition that results in the alert rule
            being activated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.Rule.Description">
            <summary>
            Optional. Gets or sets the 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. Gets or sets the flag that 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. Gets or sets the name of the alert rule.
            </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. Gets or sets the location of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters.Properties">
            <summary>
            Optional. Gets or sets the rule to create or update.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters.Tags">
            <summary>
            Optional. Gets or sets 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. Gets or sets the 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. Gets or sets the flag to send e-mails to the service
            owners. 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. Gets or sets the resource identifier of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleGetResponse.Location">
            <summary>
            Optional. Gets or sets the location of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleGetResponse.Name">
            <summary>
            Optional. Gets or sets the name of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleGetResponse.Properties">
            <summary>
            Optional. Gets or sets the retrieved rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleGetResponse.Tags">
            <summary>
            Optional. Gets or sets 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. Gets or sets the 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. Gets or sets 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. Gets or sets the metric namespace. 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. Gets or sets 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. Gets or sets the resource identifier of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleResource.Location">
            <summary>
            Optional. Gets or sets the location of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleResource.Name">
            <summary>
            Optional. Gets or sets the name of the alert rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleResource.Properties">
            <summary>
            Optional. Gets or sets the retrieved rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.RuleResource.Tags">
            <summary>
            Optional. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets the scale direction. 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. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets 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. Gets or sets the trigger that results in a scaling action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ScaleRule.ScaleAction">
            <summary>
            Optional. Gets or sets 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. Gets or sets the resource from which the rule collects
            its data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition.Operator">
            <summary>
            Optional. Gets or sets the operator used to compare the data and
            the threshold.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition.Threshold">
            <summary>
            Optional. Gets or sets the threshold value that activates the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition.TimeAggregation">
            <summary>
            Optional. Gets or sets the time aggregation operator. 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. Gets or sets 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. Gets or sets the end time for the profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.TimeWindow.Start">
            <summary>
            Optional. Gets or sets the start time for the profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Insights.Models.TimeWindow.TimeZone">
            <summary>
            Optional. Gets or sets 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="F:Microsoft.Azure.Management.Insights.Models.Units.MilliSeconds">
            <summary>
            Unit in milli-seconds.
            </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. Gets or sets 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>