Microsoft.Azure.Management.OperationalInsights.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.OperationalInsights</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperations">
            <summary>
            DataSourcesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperations.#ctor(Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient)">
            <summary>
            Initializes a new instance of the DataSourcesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperations.Client">
            <summary>
            Gets a reference to the OperationalInsightsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.DataSource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a data source.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that will contain the datasource
            </param>
            <param name='dataSourceName'>
            The name of the datasource resource.
            </param>
            <param name='parameters'>
            The parameters required to create or update a datasource.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a data source instance.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the datasource.
            </param>
            <param name='dataSourceName'>
            Name of the datasource.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a datasource instance.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the datasource.
            </param>
            <param name='dataSourceName'>
            Name of the datasource
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperations.ListByWorkspaceWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter},System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data source instances in a workspace with the link
            to the next page.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            The workspace that contains the data sources.
            </param>
            <param name='skiptoken'>
            Starting point of the collection of data source instances.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperations.ListByWorkspaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data source instances in a workspace with the link
            to the next page.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions">
            <summary>
            Extension methods for DataSourcesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.DataSource)">
            <summary>
            Create or update a data source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that will contain the datasource
            </param>
            <param name='dataSourceName'>
            The name of the datasource resource.
            </param>
            <param name='parameters'>
            The parameters required to create or update a datasource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.DataSource,System.Threading.CancellationToken)">
            <summary>
            Create or update a data source.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that will contain the datasource
            </param>
            <param name='dataSourceName'>
            The name of the datasource resource.
            </param>
            <param name='parameters'>
            The parameters required to create or update a datasource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions.Delete(Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a data source instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the datasource.
            </param>
            <param name='dataSourceName'>
            Name of the datasource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a data source instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the datasource.
            </param>
            <param name='dataSourceName'>
            Name of the datasource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions.Get(Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations,System.String,System.String,System.String)">
            <summary>
            Gets a datasource instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the datasource.
            </param>
            <param name='dataSourceName'>
            Name of the datasource
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions.GetAsync(Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a datasource instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the datasource.
            </param>
            <param name='dataSourceName'>
            Name of the datasource
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions.ListByWorkspace(Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter},System.String,System.String,System.String)">
            <summary>
            Gets the first page of data source instances in a workspace with the link
            to the next page.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            The workspace that contains the data sources.
            </param>
            <param name='skiptoken'>
            Starting point of the collection of data source instances.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions.ListByWorkspaceAsync(Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter},System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data source instances in a workspace with the link
            to the next page.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            The workspace that contains the data sources.
            </param>
            <param name='skiptoken'>
            Starting point of the collection of data source instances.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions.ListByWorkspaceNext(Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations,System.String)">
            <summary>
            Gets the first page of data source instances in a workspace with the link
            to the next page.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourcesOperationsExtensions.ListByWorkspaceNextAsync(Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data source instances in a workspace with the link
            to the next page.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations">
            <summary>
            DataSourcesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.DataSource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a data source.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that will contain the
            datasource
            </param>
            <param name='dataSourceName'>
            The name of the datasource resource.
            </param>
            <param name='parameters'>
            The parameters required to create or update a datasource.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a data source instance.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the datasource.
            </param>
            <param name='dataSourceName'>
            Name of the datasource.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a datasource instance.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the datasource.
            </param>
            <param name='dataSourceName'>
            Name of the datasource
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations.ListByWorkspaceWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter},System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data source instances in a workspace with
            the link to the next page.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            The workspace that contains the data sources.
            </param>
            <param name='skiptoken'>
            Starting point of the collection of data source instances.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations.ListByWorkspaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data source instances in a workspace with
            the link to the next page.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations">
            <summary>
            LinkedServicesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.LinkedService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a linked service.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that will contain the
            linkedServices resource
            </param>
            <param name='linkedServiceName'>
            Name of the linkedServices resource
            </param>
            <param name='parameters'>
            The parameters required to create or update a linked service.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a linked service instance.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the
            linkedServices resource
            </param>
            <param name='linkedServiceName'>
            Name of the linked service.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a linked service instance.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the
            linkedServices resource
            </param>
            <param name='linkedServiceName'>
            Name of the linked service.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations.ListByWorkspaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the linked services instances in a workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the linked
            services.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient">
            <summary>
            .Net client wrapper for the REST API for Azure Operational Insights
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.SubscriptionId">
            <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.OperationalInsights.IOperationalInsightsManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated
            and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.LinkedServices">
            <summary>
            Gets the ILinkedServicesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.DataSources">
            <summary>
            Gets the IDataSourcesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.Workspaces">
            <summary>
            Gets the IWorkspacesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.StorageInsights">
            <summary>
            Gets the IStorageInsightsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.SavedSearches">
            <summary>
            Gets the ISavedSearchesOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations">
            <summary>
            SavedSearchesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified saved search in a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            Name of the saved search.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The id of the saved search.
            </param>
            <param name='parameters'>
            The parameters required to save a search.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the specified saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The id of the saved search.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations.ListByWorkspaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the saved searches for a given Log Analytics Workspace
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations.GetResultsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the results from a saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The name of the saved search.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations">
            <summary>
            StorageInsightsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a storage insight.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that will contain the
            storageInsightsConfigs resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
            <param name='parameters'>
            The parameters required to create or update a storage insight.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a storage insight instance.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that contains the
            storageInsightsConfigs resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a storageInsightsConfigs resource
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that contains the
            storageInsightsConfigs resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations.ListByWorkspaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the storage insight instances within a workspace
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that will contain the
            storageInsightsConfigs resource
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations.ListByWorkspaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the storage insight instances within a workspace
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations">
            <summary>
            WorkspacesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.DisableIntelligencePackWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Disables an intelligence pack for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='intelligencePackName'>
            The name of the intelligence pack to be disabled.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.EnableIntelligencePackWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Enables an intelligence pack for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='intelligencePackName'>
            The name of the intelligence pack to be enabled.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.ListIntelligencePacksWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all the intelligence packs possible and whether they are
            enabled or disabled for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.GetSharedKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the shared keys for a workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.ListUsagesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of usage metrics for a workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.ListManagementGroupsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of management groups connected to a workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets workspaces in a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the workspaces in a subscription.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.Workspace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='parameters'>
            The parameters required to create or update a workspace.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a workspace instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workspace instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.ListLinkTargetsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get a list of workspaces which the current user has administrator
            privileges and are not associated with an Azure Subscription. The
            subscriptionId parameter in the Url is ignored.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.GetSchemaWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the schema for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.GetSearchResultsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Submit a search for a given workspace. The response will contain an
            id to track the search. User can use the id to poll the search
            status and get the full search result later if the search takes
            long time to finish.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='parameters'>
            The parameters required to execute a search query.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.UpdateSearchResultsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets updated search results for a given search query.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='id'>
            The id of the search that will have results updated. You can get
            the id from the response of the GetResults call.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.Workspace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='parameters'>
            The parameters required to create or update a workspace.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations.BeginGetSearchResultsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Submit a search for a given workspace. The response will contain an
            id to track the search. User can use the id to poll the search
            status and get the full search result later if the search takes
            long time to finish.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='parameters'>
            The parameters required to execute a search query.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperations">
            <summary>
            LinkedServicesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperations.#ctor(Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient)">
            <summary>
            Initializes a new instance of the LinkedServicesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperations.Client">
            <summary>
            Gets a reference to the OperationalInsightsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.LinkedService,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a linked service.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that will contain the linkedServices
            resource
            </param>
            <param name='linkedServiceName'>
            Name of the linkedServices resource
            </param>
            <param name='parameters'>
            The parameters required to create or update a linked service.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a linked service instance.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the linkedServices
            resource
            </param>
            <param name='linkedServiceName'>
            Name of the linked service.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a linked service instance.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the linkedServices
            resource
            </param>
            <param name='linkedServiceName'>
            Name of the linked service.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperations.ListByWorkspaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the linked services instances in a workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the linked services.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperationsExtensions">
            <summary>
            Extension methods for LinkedServicesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.LinkedService)">
            <summary>
            Create or update a linked service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that will contain the linkedServices
            resource
            </param>
            <param name='linkedServiceName'>
            Name of the linkedServices resource
            </param>
            <param name='parameters'>
            The parameters required to create or update a linked service.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.LinkedService,System.Threading.CancellationToken)">
            <summary>
            Create or update a linked service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that will contain the linkedServices
            resource
            </param>
            <param name='linkedServiceName'>
            Name of the linkedServices resource
            </param>
            <param name='parameters'>
            The parameters required to create or update a linked service.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperationsExtensions.Delete(Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a linked service instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the linkedServices
            resource
            </param>
            <param name='linkedServiceName'>
            Name of the linked service.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a linked service instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the linkedServices
            resource
            </param>
            <param name='linkedServiceName'>
            Name of the linked service.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperationsExtensions.Get(Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations,System.String,System.String,System.String)">
            <summary>
            Gets a linked service instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the linkedServices
            resource
            </param>
            <param name='linkedServiceName'>
            Name of the linked service.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperationsExtensions.GetAsync(Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a linked service instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the linkedServices
            resource
            </param>
            <param name='linkedServiceName'>
            Name of the linked service.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperationsExtensions.ListByWorkspace(Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations,System.String,System.String)">
            <summary>
            Gets the linked services instances in a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the linked services.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.LinkedServicesOperationsExtensions.ListByWorkspaceAsync(Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the linked services instances in a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace that contains the linked services.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient">
            <summary>
            .Net client wrapper for the REST API for Azure Operational Insights
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.SubscriptionId">
            <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.OperationalInsights.OperationalInsightsManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.LinkedServices">
            <summary>
            Gets the ILinkedServicesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.DataSources">
            <summary>
            Gets the IDataSourcesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.Workspaces">
            <summary>
            Gets the IWorkspacesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.StorageInsights">
            <summary>
            Gets the IStorageInsightsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.SavedSearches">
            <summary>
            Gets the ISavedSearchesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the OperationalInsightsManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the OperationalInsightsManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the OperationalInsightsManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the OperationalInsightsManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the OperationalInsightsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the OperationalInsightsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the OperationalInsightsManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the OperationalInsightsManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperations">
            <summary>
            SavedSearchesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperations.#ctor(Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient)">
            <summary>
            Initializes a new instance of the SavedSearchesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperations.Client">
            <summary>
            Gets a reference to the OperationalInsightsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the specified saved search in a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            Name of the saved search.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The id of the saved search.
            </param>
            <param name='parameters'>
            The parameters required to save a search.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the specified saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The id of the saved search.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperations.ListByWorkspaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the saved searches for a given Log Analytics Workspace
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperations.GetResultsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the results from a saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The name of the saved search.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions">
            <summary>
            Extension methods for SavedSearchesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions.Delete(Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the specified saved search in a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            Name of the saved search.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified saved search in a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            Name of the saved search.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch)">
            <summary>
            Creates or updates a saved search for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The id of the saved search.
            </param>
            <param name='parameters'>
            The parameters required to save a search.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a saved search for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The id of the saved search.
            </param>
            <param name='parameters'>
            The parameters required to save a search.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions.Get(Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the specified saved search for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The id of the saved search.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions.GetAsync(Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the specified saved search for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The id of the saved search.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions.ListByWorkspace(Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations,System.String,System.String)">
            <summary>
            Gets the saved searches for a given Log Analytics Workspace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions.ListByWorkspaceAsync(Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the saved searches for a given Log Analytics Workspace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions.GetResults(Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the results from a saved search for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The name of the saved search.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SavedSearchesOperationsExtensions.GetResultsAsync(Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the results from a saved search for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='savedSearchName'>
            The name of the saved search.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperations">
            <summary>
            StorageInsightsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperations.#ctor(Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient)">
            <summary>
            Initializes a new instance of the StorageInsightsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperations.Client">
            <summary>
            Gets a reference to the OperationalInsightsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a storage insight.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that will contain the storageInsightsConfigs
            resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
            <param name='parameters'>
            The parameters required to create or update a storage insight.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a storage insight instance.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that contains the storageInsightsConfigs
            resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a storageInsightsConfigs resource
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that contains the storageInsightsConfigs
            resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperations.ListByWorkspaceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the storage insight instances within a workspace
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that will contain the storageInsightsConfigs
            resource
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperations.ListByWorkspaceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the storage insight instances within a workspace
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions">
            <summary>
            Extension methods for StorageInsightsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight)">
            <summary>
            Create or update a storage insight.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that will contain the storageInsightsConfigs
            resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
            <param name='parameters'>
            The parameters required to create or update a storage insight.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight,System.Threading.CancellationToken)">
            <summary>
            Create or update a storage insight.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that will contain the storageInsightsConfigs
            resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
            <param name='parameters'>
            The parameters required to create or update a storage insight.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions.Get(Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations,System.String,System.String,System.String)">
            <summary>
            Gets a storage insight instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that contains the storageInsightsConfigs
            resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions.GetAsync(Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a storage insight instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that contains the storageInsightsConfigs
            resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions.Delete(Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a storageInsightsConfigs resource
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that contains the storageInsightsConfigs
            resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a storageInsightsConfigs resource
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that contains the storageInsightsConfigs
            resource
            </param>
            <param name='storageInsightName'>
            Name of the storageInsightsConfigs resource
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions.ListByWorkspace(Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations,System.String,System.String)">
            <summary>
            Lists the storage insight instances within a workspace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that will contain the storageInsightsConfigs
            resource
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions.ListByWorkspaceAsync(Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists the storage insight instances within a workspace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics Workspace name that will contain the storageInsightsConfigs
            resource
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions.ListByWorkspaceNext(Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations,System.String)">
            <summary>
            Lists the storage insight instances within a workspace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightsOperationsExtensions.ListByWorkspaceNextAsync(Microsoft.Azure.Management.OperationalInsights.IStorageInsightsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists the storage insight instances within a workspace
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations">
            <summary>
            WorkspacesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.#ctor(Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient)">
            <summary>
            Initializes a new instance of the WorkspacesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.Client">
            <summary>
            Gets a reference to the OperationalInsightsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.DisableIntelligencePackWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Disables an intelligence pack for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='intelligencePackName'>
            The name of the intelligence pack to be disabled.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.EnableIntelligencePackWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Enables an intelligence pack for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='intelligencePackName'>
            The name of the intelligence pack to be enabled.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.ListIntelligencePacksWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all the intelligence packs possible and whether they are enabled or
            disabled for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.GetSharedKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the shared keys for a workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.ListUsagesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of usage metrics for a workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.ListManagementGroupsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of management groups connected to a workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets workspaces in a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the workspaces in a subscription.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.Workspace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='parameters'>
            The parameters required to create or update a workspace.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a workspace instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workspace instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.ListLinkTargetsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get a list of workspaces which the current user has administrator
            privileges and are not associated with an Azure Subscription. The
            subscriptionId parameter in the Url is ignored.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.GetSchemaWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the schema for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.GetSearchResultsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Submit a search for a given workspace. The response will contain an id to
            track the search. User can use the id to poll the search status and get the
            full search result later if the search takes long time to finish.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='parameters'>
            The parameters required to execute a search query.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.UpdateSearchResultsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets updated search results for a given search query.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='id'>
            The id of the search that will have results updated. You can get the id
            from the response of the GetResults call.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.Workspace,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='parameters'>
            The parameters required to create or update a workspace.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperations.BeginGetSearchResultsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Submit a search for a given workspace. The response will contain an id to
            track the search. User can use the id to poll the search status and get the
            full search result later if the search takes long time to finish.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='parameters'>
            The parameters required to execute a search query.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions">
            <summary>
            Extension methods for WorkspacesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.DisableIntelligencePack(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.String)">
            <summary>
            Disables an intelligence pack for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='intelligencePackName'>
            The name of the intelligence pack to be disabled.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.DisableIntelligencePackAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Disables an intelligence pack for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='intelligencePackName'>
            The name of the intelligence pack to be disabled.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.EnableIntelligencePack(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.String)">
            <summary>
            Enables an intelligence pack for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='intelligencePackName'>
            The name of the intelligence pack to be enabled.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.EnableIntelligencePackAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Enables an intelligence pack for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='intelligencePackName'>
            The name of the intelligence pack to be enabled.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListIntelligencePacks(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String)">
            <summary>
            Lists all the intelligence packs possible and whether they are enabled or
            disabled for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListIntelligencePacksAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all the intelligence packs possible and whether they are enabled or
            disabled for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.GetSharedKeys(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String)">
            <summary>
            Gets the shared keys for a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.GetSharedKeysAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the shared keys for a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListUsages(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String)">
            <summary>
            Gets a list of usage metrics for a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListUsagesAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of usage metrics for a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListManagementGroups(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String)">
            <summary>
            Gets a list of management groups connected to a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListManagementGroupsAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of management groups connected to a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String)">
            <summary>
            Gets workspaces in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets workspaces in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.List(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations)">
            <summary>
            Gets the workspaces in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.Threading.CancellationToken)">
            <summary>
            Gets the workspaces in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.Workspace)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='parameters'>
            The parameters required to create or update a workspace.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.Workspace,System.Threading.CancellationToken)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='parameters'>
            The parameters required to create or update a workspace.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.Delete(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String)">
            <summary>
            Deletes a workspace instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a workspace instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.Get(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String)">
            <summary>
            Gets a workspace instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.GetAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a workspace instance.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Name of the Log Analytics Workspace.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListLinkTargets(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations)">
            <summary>
            Get a list of workspaces which the current user has administrator
            privileges and are not associated with an Azure Subscription. The
            subscriptionId parameter in the Url is ignored.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.ListLinkTargetsAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.Threading.CancellationToken)">
            <summary>
            Get a list of workspaces which the current user has administrator
            privileges and are not associated with an Azure Subscription. The
            subscriptionId parameter in the Url is ignored.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.GetSchema(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String)">
            <summary>
            Gets the schema for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.GetSchemaAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the schema for a given workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.GetSearchResults(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters)">
            <summary>
            Submit a search for a given workspace. The response will contain an id to
            track the search. User can use the id to poll the search status and get the
            full search result later if the search takes long time to finish.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='parameters'>
            The parameters required to execute a search query.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.GetSearchResultsAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters,System.Threading.CancellationToken)">
            <summary>
            Submit a search for a given workspace. The response will contain an id to
            track the search. User can use the id to poll the search status and get the
            full search result later if the search takes long time to finish.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='parameters'>
            The parameters required to execute a search query.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.UpdateSearchResults(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.String)">
            <summary>
            Gets updated search results for a given search query.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='id'>
            The id of the search that will have results updated. You can get the id
            from the response of the GetResults call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.UpdateSearchResultsAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets updated search results for a given search query.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='id'>
            The id of the search that will have results updated. You can get the id
            from the response of the GetResults call.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.Workspace)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='parameters'>
            The parameters required to create or update a workspace.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.Workspace,System.Threading.CancellationToken)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            The name of the workspace.
            </param>
            <param name='parameters'>
            The parameters required to create or update a workspace.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.BeginGetSearchResults(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters)">
            <summary>
            Submit a search for a given workspace. The response will contain an id to
            track the search. User can use the id to poll the search status and get the
            full search result later if the search takes long time to finish.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='parameters'>
            The parameters required to execute a search query.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspacesOperationsExtensions.BeginGetSearchResultsAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspacesOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters,System.Threading.CancellationToken)">
            <summary>
            Submit a search for a given workspace. The response will contain an id to
            track the search. User can use the id to poll the search status and get the
            full search result later if the search takes long time to finish.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='workspaceName'>
            Log Analytics workspace name
            </param>
            <param name='parameters'>
            The parameters required to execute a search query.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary">
            <summary>
            The core summary of a search.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary.#ctor">
            <summary>
            Initializes a new instance of the CoreSummary class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary.#ctor(System.Int64,System.String)">
            <summary>
            Initializes a new instance of the CoreSummary class.
            </summary>
            <param name="numberOfDocuments">The number of documents of a core
            summary.</param>
            <param name="status">The status of a core summary.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary.Status">
            <summary>
            Gets or sets the status of a core summary.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary.NumberOfDocuments">
            <summary>
            Gets or sets the number of documents of a core summary.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.DataSource">
            <summary>
            Datasources under OMS Workspace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.#ctor">
            <summary>
            Initializes a new instance of the DataSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.#ctor(System.Object,System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)">
            <summary>
            Initializes a new instance of the DataSource class.
            </summary>
            <param name="properties">The data source properties in raw json
            format, each kind of data source have it's own schema.</param>
            <param name="kind">Possible values include: 'AzureActivityLog',
            'ChangeTrackingPath', 'ChangeTrackingDefaultPath',
            'ChangeTrackingDefaultRegistry', 'ChangeTrackingCustomRegistry',
            'CustomLog', 'CustomLogCollection', 'GenericDataSource', 'IISLogs',
            'LinuxPerformanceObject', 'LinuxPerformanceCollection',
            'LinuxSyslog', 'LinuxSyslogCollection', 'WindowsEvent',
            'WindowsPerformanceCounter'</param>
            <param name="id">Resource ID.</param>
            <param name="name">Resource name.</param>
            <param name="type">Resource type.</param>
            <param name="tags">Resource tags</param>
            <param name="eTag">The ETag of the data source.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.Properties">
            <summary>
            Gets or sets the data source properties in raw json format, each
            kind of data source have it's own schema.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.ETag">
            <summary>
            Gets or sets the ETag of the data source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.Kind">
            <summary>
            Gets or sets possible values include: 'AzureActivityLog',
            'ChangeTrackingPath', 'ChangeTrackingDefaultPath',
            'ChangeTrackingDefaultRegistry', 'ChangeTrackingCustomRegistry',
            'CustomLog', 'CustomLogCollection', 'GenericDataSource', 'IISLogs',
            'LinuxPerformanceObject', 'LinuxPerformanceCollection',
            'LinuxSyslog', 'LinuxSyslogCollection', 'WindowsEvent',
            'WindowsPerformanceCounter'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter">
            <summary>
            DataSource filter. Right now, only filter by kind is supported.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter.#ctor">
            <summary>
            Initializes a new instance of the DataSourceFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataSourceFilter class.
            </summary>
            <param name="kind">Possible values include: 'AzureActivityLog',
            'ChangeTrackingPath', 'ChangeTrackingDefaultPath',
            'ChangeTrackingDefaultRegistry', 'ChangeTrackingCustomRegistry',
            'CustomLog', 'CustomLogCollection', 'GenericDataSource', 'IISLogs',
            'LinuxPerformanceObject', 'LinuxPerformanceCollection',
            'LinuxSyslog', 'LinuxSyslogCollection', 'WindowsEvent',
            'WindowsPerformanceCounter'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter.Kind">
            <summary>
            Gets or sets possible values include: 'AzureActivityLog',
            'ChangeTrackingPath', 'ChangeTrackingDefaultPath',
            'ChangeTrackingDefaultRegistry', 'ChangeTrackingCustomRegistry',
            'CustomLog', 'CustomLogCollection', 'GenericDataSource', 'IISLogs',
            'LinuxPerformanceObject', 'LinuxPerformanceCollection',
            'LinuxSyslog', 'LinuxSyslogCollection', 'WindowsEvent',
            'WindowsPerformanceCounter'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceKind">
            <summary>
            Defines values for DataSourceKind.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.EntityStatus">
            <summary>
            Defines values for EntityStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack">
            <summary>
            Intelligence Pack containing a string name and boolean indicating if
            it's enabled.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack.#ctor">
            <summary>
            Initializes a new instance of the IntelligencePack class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack.#ctor(System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the IntelligencePack class.
            </summary>
            <param name="name">The name of the intelligence pack.</param>
            <param name="enabled">The enabled boolean for the intelligence
            pack.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack.Name">
            <summary>
            Gets or sets the name of the intelligence pack.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack.Enabled">
            <summary>
            Gets or sets the enabled boolean for the intelligence pack.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.LinkedService">
            <summary>
            The top level Linked service resource container.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.LinkedService.#ctor">
            <summary>
            Initializes a new instance of the LinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.LinkedService.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the LinkedService class.
            </summary>
            <param name="resourceId">The resource id of the resource that will
            be linked to the workspace.</param>
            <param name="id">Resource ID.</param>
            <param name="name">Resource name.</param>
            <param name="type">Resource type.</param>
            <param name="tags">Resource tags</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.LinkedService.ResourceId">
            <summary>
            Gets or sets the resource id of the resource that will be linked to
            the workspace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.LinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.LinkTarget">
            <summary>
            Metadata for a workspace that isn't linked to an Azure subscription.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.LinkTarget.#ctor">
            <summary>
            Initializes a new instance of the LinkTarget class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.LinkTarget.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the LinkTarget class.
            </summary>
            <param name="customerId">The GUID that uniquely identifies the
            workspace. </param>
            <param name="displayName">The display name of the
            workspace.</param>
            <param name="workspaceName">The DNS valid workspace name.</param>
            <param name="location">The location of the workspace.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.LinkTarget.CustomerId">
            <summary>
            Gets or sets the GUID that uniquely identifies the workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.LinkTarget.DisplayName">
            <summary>
            Gets or sets the display name of the workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.LinkTarget.WorkspaceName">
            <summary>
            Gets or sets the DNS valid workspace name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.LinkTarget.Location">
            <summary>
            Gets or sets the location of the workspace.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup">
            <summary>
            A management group that is connected to a workspace
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.#ctor">
            <summary>
            Initializes a new instance of the ManagementGroup class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.#ctor(System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the ManagementGroup class.
            </summary>
            <param name="serverCount">The number of servers connected to the
            management group.</param>
            <param name="isGateway">Gets or sets a value indicating whether the
            management group is a gateway.</param>
            <param name="name">The name of the management group.</param>
            <param name="id">The unique ID of the management group.</param>
            <param name="created">The datetime that the management group was
            created.</param>
            <param name="dataReceived">The last datetime that the management
            group received data.</param>
            <param name="version">The version of System Center that is managing
            the management group.</param>
            <param name="sku">The SKU of System Center that is managing the
            management group.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.ServerCount">
            <summary>
            Gets or sets the number of servers connected to the management
            group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.IsGateway">
            <summary>
            Gets or sets a value indicating whether the management group is a
            gateway.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.Name">
            <summary>
            Gets or sets the name of the management group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.Id">
            <summary>
            Gets or sets the unique ID of the management group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.Created">
            <summary>
            Gets or sets the datetime that the management group was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.DataReceived">
            <summary>
            Gets or sets the last datetime that the management group received
            data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.Version">
            <summary>
            Gets or sets the version of System Center that is managing the
            management group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.Sku">
            <summary>
            Gets or sets the SKU of System Center that is managing the
            management group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.MetricName">
            <summary>
            The name of a metric.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.MetricName.#ctor">
            <summary>
            Initializes a new instance of the MetricName class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.MetricName.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the MetricName class.
            </summary>
            <param name="value">The system name of the metric.</param>
            <param name="localizedValue">The localized name of the
            metric.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.MetricName.Value">
            <summary>
            Gets or sets the system name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.MetricName.LocalizedValue">
            <summary>
            Gets or sets the localized name of the metric.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.Page1`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Page1`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Page1`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Page1`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.Page2`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Page2`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Page2`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Page2`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource">
            <summary>
            Common properties of proxy resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource.#ctor">
            <summary>
            Initializes a new instance of the ProxyResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource.#ctor(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the ProxyResource class.
            </summary>
            <param name="id">Resource ID.</param>
            <param name="name">Resource name.</param>
            <param name="type">Resource type.</param>
            <param name="tags">Resource tags</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource.Id">
            <summary>
            Gets resource ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource.Name">
            <summary>
            Gets resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource.Type">
            <summary>
            Gets resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.Resource">
            <summary>
            The resource definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
            <param name="location">Resource location</param>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="tags">Resource tags</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Resource.Id">
            <summary>
            Gets resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Resource.Name">
            <summary>
            Gets resource name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Resource.Type">
            <summary>
            Gets resource type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Resource.Location">
            <summary>
            Gets or sets resource location
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Resource.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Resource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch">
            <summary>
            Value object for saved search results.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch.#ctor">
            <summary>
            Initializes a new instance of the SavedSearch class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch.#ctor(System.String,System.String,System.String,System.Int64,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.OperationalInsights.Models.Tag})">
            <summary>
            Initializes a new instance of the SavedSearch class.
            </summary>
            <param name="category">The category of the saved search. This helps
            the user to find a saved search faster. </param>
            <param name="displayName">Saved search display name.</param>
            <param name="query">The query expression for the saved search.
            Please see
            https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-search-reference
            for reference.</param>
            <param name="version">The version number of the query lanuage. Only
            verion 1 is allowed here.</param>
            <param name="id">The id of the saved search.</param>
            <param name="etag">The etag of the saved search.</param>
            <param name="tags">The tags attached to the saved search.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch.Id">
            <summary>
            Gets the id of the saved search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch.Etag">
            <summary>
            Gets or sets the etag of the saved search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch.Category">
            <summary>
            Gets or sets the category of the saved search. This helps the user
            to find a saved search faster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch.DisplayName">
            <summary>
            Gets or sets saved search display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch.Query">
            <summary>
            Gets or sets the query expression for the saved search. Please see
            https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-search-reference
            for reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch.Version">
            <summary>
            Gets or sets the version number of the query lanuage. Only verion 1
            is allowed here.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch.Tags">
            <summary>
            Gets or sets the tags attached to the saved search.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchesListResult">
            <summary>
            The saved search operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchesListResult.#ctor">
            <summary>
            Initializes a new instance of the SavedSearchesListResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchesListResult.#ctor(Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata,System.Collections.Generic.IList{Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch})">
            <summary>
            Initializes a new instance of the SavedSearchesListResult class.
            </summary>
            <param name="metadata">The metadata from search results.</param>
            <param name="value">The array of result values.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchesListResult.Metadata">
            <summary>
            Gets or sets the metadata from search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchesListResult.Value">
            <summary>
            Gets or sets the array of result values.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchError">
            <summary>
            Details for a search error.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchError.#ctor">
            <summary>
            Initializes a new instance of the SearchError class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchError.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the SearchError class.
            </summary>
            <param name="type">The error type.</param>
            <param name="message">The error message.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchError.Type">
            <summary>
            Gets or sets the error type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchError.Message">
            <summary>
            Gets or sets the error message.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSchemaResponse">
            <summary>
            The get schema operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSchemaResponse.#ctor">
            <summary>
            Initializes a new instance of the SearchGetSchemaResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSchemaResponse.#ctor(Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata,System.Collections.Generic.IList{Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue})">
            <summary>
            Initializes a new instance of the SearchGetSchemaResponse class.
            </summary>
            <param name="metadata">The metadata from search results.</param>
            <param name="value">The array of result values.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSchemaResponse.Metadata">
            <summary>
            Gets or sets the metadata from search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSchemaResponse.Value">
            <summary>
            Gets or sets the array of result values.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchHighlight">
            <summary>
            Highlight details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchHighlight.#ctor">
            <summary>
            Initializes a new instance of the SearchHighlight class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchHighlight.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the SearchHighlight class.
            </summary>
            <param name="pre">The string that is put before a matched
            result.</param>
            <param name="post">The string that is put after a matched
            result.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchHighlight.Pre">
            <summary>
            Gets or sets the string that is put before a matched result.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchHighlight.Post">
            <summary>
            Gets or sets the string that is put after a matched result.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata">
            <summary>
            Metadata for search results.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.#ctor">
            <summary>
            Initializes a new instance of the SearchMetadata class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.#ctor(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.OperationalInsights.Models.SearchSort},System.Nullable{System.Int64},System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadataSchema)">
            <summary>
            Initializes a new instance of the SearchMetadata class.
            </summary>
            <param name="searchId">The request id of the search.</param>
            <param name="resultType">The search result type.</param>
            <param name="total">The total number of search results.</param>
            <param name="top">The number of top search results.</param>
            <param name="id">The id of the search results request.</param>
            <param name="coreSummaries">The core summaries.</param>
            <param name="status">The status of the search results.</param>
            <param name="startTime">The start time for the search.</param>
            <param name="lastUpdated">The time of last update.</param>
            <param name="eTag">The ETag of the search results.</param>
            <param name="sort">How the results are sorted.</param>
            <param name="requestTime">The request time.</param>
            <param name="aggregatedValueField">The aggregated value
            field.</param>
            <param name="aggregatedGroupingFields">The aggregated grouping
            fields.</param>
            <param name="sum">The sum of all aggregates returned in the result
            set.</param>
            <param name="max">The max of all aggregates returned in the result
            set.</param>
            <param name="schema">The schema.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.SearchId">
            <summary>
            Gets or sets the request id of the search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.ResultType">
            <summary>
            Gets or sets the search result type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Total">
            <summary>
            Gets or sets the total number of search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Top">
            <summary>
            Gets or sets the number of top search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Id">
            <summary>
            Gets or sets the id of the search results request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.CoreSummaries">
            <summary>
            Gets or sets the core summaries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Status">
            <summary>
            Gets or sets the status of the search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.StartTime">
            <summary>
            Gets or sets the start time for the search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.LastUpdated">
            <summary>
            Gets or sets the time of last update.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.ETag">
            <summary>
            Gets or sets the ETag of the search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Sort">
            <summary>
            Gets or sets how the results are sorted.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.RequestTime">
            <summary>
            Gets or sets the request time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.AggregatedValueField">
            <summary>
            Gets or sets the aggregated value field.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.AggregatedGroupingFields">
            <summary>
            Gets or sets the aggregated grouping fields.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Sum">
            <summary>
            Gets or sets the sum of all aggregates returned in the result set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Max">
            <summary>
            Gets or sets the max of all aggregates returned in the result set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Schema">
            <summary>
            Gets or sets the schema.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadataSchema">
            <summary>
            Schema metadata for search.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadataSchema.#ctor">
            <summary>
            Initializes a new instance of the SearchMetadataSchema class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadataSchema.#ctor(System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the SearchMetadataSchema class.
            </summary>
            <param name="name">The name of the metadata schema.</param>
            <param name="version">The version of the metadata schema.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadataSchema.Name">
            <summary>
            Gets or sets the name of the metadata schema.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadataSchema.Version">
            <summary>
            Gets or sets the version of the metadata schema.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters">
            <summary>
            Parameters specifying the search query and range.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters.#ctor">
            <summary>
            Initializes a new instance of the SearchParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters.#ctor(System.String,System.Nullable{System.Int64},Microsoft.Azure.Management.OperationalInsights.Models.SearchHighlight,System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the SearchParameters class.
            </summary>
            <param name="query">The query to search.</param>
            <param name="top">The number to get from the top.</param>
            <param name="highlight">The highlight that looks for all occurences
            of a string.</param>
            <param name="start">The start date filter, so the only query
            results returned are after this date.</param>
            <param name="end">The end date filter, so the only query results
            returned are before this date.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters.Top">
            <summary>
            Gets or sets the number to get from the top.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters.Highlight">
            <summary>
            Gets or sets the highlight that looks for all occurences of a
            string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters.Query">
            <summary>
            Gets or sets the query to search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters.Start">
            <summary>
            Gets or sets the start date filter, so the only query results
            returned are after this date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters.End">
            <summary>
            Gets or sets the end date filter, so the only query results
            returned are before this date.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchResultsResponse">
            <summary>
            The get search result operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchResultsResponse.#ctor">
            <summary>
            Initializes a new instance of the SearchResultsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchResultsResponse.#ctor(System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata,System.Collections.Generic.IList{System.Object},Microsoft.Azure.Management.OperationalInsights.Models.SearchError)">
            <summary>
            Initializes a new instance of the SearchResultsResponse class.
            </summary>
            <param name="id">The id of the search, which includes the full
            url.</param>
            <param name="metadata">The metadata from search results.</param>
            <param name="value">The array of result values.</param>
            <param name="error">The error.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchResultsResponse.Id">
            <summary>
            Gets the id of the search, which includes the full url.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchResultsResponse.Metadata">
            <summary>
            Gets or sets the metadata from search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchResultsResponse.Value">
            <summary>
            Gets or sets the array of result values.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchResultsResponse.Error">
            <summary>
            Gets or sets the error.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue">
            <summary>
            Value object for schema results.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue.#ctor">
            <summary>
            Initializes a new instance of the SearchSchemaValue class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue.#ctor(System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the SearchSchemaValue class.
            </summary>
            <param name="indexed">The boolean that indicates the field is
            searchable as free text.</param>
            <param name="stored">The boolean that indicates whether or not the
            field is stored.</param>
            <param name="facet">The boolean that indicates whether or not the
            field is a facet.</param>
            <param name="name">The name of the schema.</param>
            <param name="displayName">The display name of the schema.</param>
            <param name="type">The type.</param>
            <param name="ownerType">The array of workflows containing the
            field.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue.Name">
            <summary>
            Gets or sets the name of the schema.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue.DisplayName">
            <summary>
            Gets or sets the display name of the schema.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue.Type">
            <summary>
            Gets or sets the type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue.Indexed">
            <summary>
            Gets or sets the boolean that indicates the field is searchable as
            free text.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue.Stored">
            <summary>
            Gets or sets the boolean that indicates whether or not the field is
            stored.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue.Facet">
            <summary>
            Gets or sets the boolean that indicates whether or not the field is
            a facet.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue.OwnerType">
            <summary>
            Gets or sets the array of workflows containing the field.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchSort">
            <summary>
            The sort parameters for search.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchSort.#ctor">
            <summary>
            Initializes a new instance of the SearchSort class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchSort.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the SearchSort class.
            </summary>
            <param name="name">The name of the field the search query is sorted
            on.</param>
            <param name="order">The sort order of the search. Possible values
            include: 'asc', 'desc'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchSort.Name">
            <summary>
            Gets or sets the name of the field the search query is sorted on.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchSort.Order">
            <summary>
            Gets or sets the sort order of the search. Possible values include:
            'asc', 'desc'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchSortEnum">
            <summary>
            Defines values for SearchSortEnum.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys">
            <summary>
            The shared keys for a workspace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys.#ctor">
            <summary>
            Initializes a new instance of the SharedKeys class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the SharedKeys class.
            </summary>
            <param name="primarySharedKey">The primary shared key of a
            workspace.</param>
            <param name="secondarySharedKey">The secondary shared key of a
            workspace.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys.PrimarySharedKey">
            <summary>
            Gets or sets the primary shared key of a workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys.SecondarySharedKey">
            <summary>
            Gets or sets the secondary shared key of a workspace.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.Sku">
            <summary>
            The SKU (tier) of a workspace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Sku.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
            <param name="name">The name of the SKU. Possible values include:
            'Free', 'Standard', 'Premium', 'Unlimited', 'PerNode',
            'Standalone'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Sku.Name">
            <summary>
            Gets or sets the name of the SKU. Possible values include: 'Free',
            'Standard', 'Premium', 'Unlimited', 'PerNode', 'Standalone'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Sku.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SkuNameEnum">
            <summary>
            Defines values for SkuNameEnum.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount">
            <summary>
            Describes a storage account connection.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount.#ctor">
            <summary>
            Initializes a new instance of the StorageAccount class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the StorageAccount class.
            </summary>
            <param name="id">The Azure Resource Manager ID of the storage
            account resource.</param>
            <param name="key">The storage account key.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount.Id">
            <summary>
            Gets or sets the Azure Resource Manager ID of the storage account
            resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount.Key">
            <summary>
            Gets or sets the storage account key.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight">
            <summary>
            The top level storage insight resource container.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.#ctor">
            <summary>
            Initializes a new instance of the StorageInsight class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.#ctor(Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus,System.String)">
            <summary>
            Initializes a new instance of the StorageInsight class.
            </summary>
            <param name="storageAccount">The storage account connection
            details</param>
            <param name="id">Resource ID.</param>
            <param name="name">Resource name.</param>
            <param name="type">Resource type.</param>
            <param name="tags">Resource tags</param>
            <param name="containers">The names of the blob containers that the
            workspace should read</param>
            <param name="tables">The names of the Azure tables that the
            workspace should read</param>
            <param name="status">The status of the storage insight</param>
            <param name="eTag">The ETag of the storage insight.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.Containers">
            <summary>
            Gets or sets the names of the blob containers that the workspace
            should read
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.Tables">
            <summary>
            Gets or sets the names of the Azure tables that the workspace
            should read
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.StorageAccount">
            <summary>
            Gets or sets the storage account connection details
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.Status">
            <summary>
            Gets the status of the storage insight
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.ETag">
            <summary>
            Gets or sets the ETag of the storage insight.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightState">
            <summary>
            Defines values for StorageInsightState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus">
            <summary>
            The status of the storage insight.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus.#ctor">
            <summary>
            Initializes a new instance of the StorageInsightStatus class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the StorageInsightStatus class.
            </summary>
            <param name="state">The state of the storage insight connection to
            the workspace. Possible values include: 'OK', 'ERROR'</param>
            <param name="description">Description of the state of the storage
            insight.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus.State">
            <summary>
            Gets or sets the state of the storage insight connection to the
            workspace. Possible values include: 'OK', 'ERROR'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus.Description">
            <summary>
            Gets or sets description of the state of the storage insight.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.Tag">
            <summary>
            A tag of a saved search.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Tag.#ctor">
            <summary>
            Initializes a new instance of the Tag class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Tag.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the Tag class.
            </summary>
            <param name="name">The tag name.</param>
            <param name="value">The tag value.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Tag.Name">
            <summary>
            Gets or sets the tag name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Tag.Value">
            <summary>
            Gets or sets the tag value.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Tag.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric">
            <summary>
            A metric describing the usage of a resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.#ctor">
            <summary>
            Initializes a new instance of the UsageMetric class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.#ctor(Microsoft.Azure.Management.OperationalInsights.Models.MetricName,System.String,System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.DateTime},System.String)">
            <summary>
            Initializes a new instance of the UsageMetric class.
            </summary>
            <param name="name">The name of the metric.</param>
            <param name="unit">The units used for the metric.</param>
            <param name="currentValue">The current value of the metric.</param>
            <param name="limit">The quota limit for the metric.</param>
            <param name="nextResetTime">The time that the metric's value will
            reset.</param>
            <param name="quotaPeriod">The quota period that determines the
            length of time between value resets.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.Name">
            <summary>
            Gets or sets the name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.Unit">
            <summary>
            Gets or sets the units used for the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.CurrentValue">
            <summary>
            Gets or sets the current value of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.Limit">
            <summary>
            Gets or sets the quota limit for the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.NextResetTime">
            <summary>
            Gets or sets the time that the metric's value will reset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.QuotaPeriod">
            <summary>
            Gets or sets the quota period that determines the length of time
            between value resets.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.Workspace">
            <summary>
            The top level Workspace resource container.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.#ctor">
            <summary>
            Initializes a new instance of the Workspace class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.Sku,System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the Workspace class.
            </summary>
            <param name="location">Resource location</param>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="tags">Resource tags</param>
            <param name="provisioningState">The provisioning state of the
            workspace. Possible values include: 'Creating', 'Succeeded',
            'Failed', 'Canceled', 'Deleting', 'ProvisioningAccount'</param>
            <param name="source">The source of the workspace. Source defines
            where the workspace was created. 'Azure' implies it was created in
            Azure. 'External' implies it was created via the Operational
            Insights Portal. This value is set on the service side and
            read-only on the client side.</param>
            <param name="customerId">The ID associated with the workspace.
            Setting this value at creation time allows the workspace being
            created to be linked to an existing workspace.</param>
            <param name="portalUrl">The URL of the Operational Insights portal
            for this workspace. This value is set on the service side and
            read-only on the client side.</param>
            <param name="sku">The SKU of the workspace.</param>
            <param name="retentionInDays">The workspace data retention in days.
            -1 means Unlimited retention for the Unlimited Sku. 730 days is the
            maximum allowed for all other Skus. </param>
            <param name="eTag">The ETag of the workspace.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.ProvisioningState">
            <summary>
            Gets or sets the provisioning state of the workspace. Possible
            values include: 'Creating', 'Succeeded', 'Failed', 'Canceled',
            'Deleting', 'ProvisioningAccount'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.Source">
            <summary>
            Gets or sets the source of the workspace. Source defines where the
            workspace was created. 'Azure' implies it was created in Azure.
            'External' implies it was created via the Operational Insights
            Portal. This value is set on the service side and read-only on the
            client side.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.CustomerId">
            <summary>
            Gets or sets the ID associated with the workspace. Setting this
            value at creation time allows the workspace being created to be
            linked to an existing workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.PortalUrl">
            <summary>
            Gets or sets the URL of the Operational Insights portal for this
            workspace. This value is set on the service side and read-only on
            the client side.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.Sku">
            <summary>
            Gets or sets the SKU of the workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.RetentionInDays">
            <summary>
            Gets or sets the workspace data retention in days. -1 means
            Unlimited retention for the Unlimited Sku. 730 days is the maximum
            allowed for all other Skus.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.ETag">
            <summary>
            Gets or sets the ETag of the workspace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
    </members>
</doc>