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.DataSourceOperations">
            <summary>
            Operations for managing data sources under Workspaces.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperations.#ctor(Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient)">
            <summary>
            Initializes a new instance of the DataSourceOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.DataSourceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data source.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            Required. The name of the parent workspace that will contain the
            data source
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data source.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a data source instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the data source.
            </param>
            <param name='datasourceName'>
            Required. Name of the data source.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data source instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the data source.
            </param>
            <param name='dataSourceName'>
            Required. Name of the data source
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperations.ListInWorkspaceAsync(System.String,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='resourceGroupName'>
            Required. The resource group name of the data sources.
            </param>
            <param name='workspaceName'>
            Required. The workspace that contains the data sources.
            </param>
            <param name='kind'>
            Required. Filter data sources by Kind.
            </param>
            <param name='skiptoken'>
            Optional. Token for paging support.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data source instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next data source page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list data source operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions">
            <summary>
            .Net client wrapper for the REST API for Azure Operational Insights
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateParameters)">
            <summary>
            Create or update a data source.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            Required. The name of the parent workspace that will contain the
            data source
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data source.
            </param>
            <returns>
            The create or update data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateParameters)">
            <summary>
            Create or update a data source.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            Required. The name of the parent workspace that will contain the
            data source
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data source.
            </param>
            <returns>
            The create or update data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions.Delete(Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a data source instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the data source.
            </param>
            <param name='datasourceName'>
            Required. Name of the data source.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a data source instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the data source.
            </param>
            <param name='datasourceName'>
            Required. Name of the data source.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions.Get(Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations,System.String,System.String,System.String)">
            <summary>
            Gets a data source instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the data source.
            </param>
            <param name='dataSourceName'>
            Required. Name of the data source
            </param>
            <returns>
            The get data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions.GetAsync(Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations,System.String,System.String,System.String)">
            <summary>
            Gets a data source instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the data source.
            </param>
            <param name='dataSourceName'>
            Required. Name of the data source
            </param>
            <returns>
            The get data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions.ListInWorkspace(Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations,System.String,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'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data sources.
            </param>
            <param name='workspaceName'>
            Required. The workspace that contains the data sources.
            </param>
            <param name='kind'>
            Required. Filter data sources by Kind.
            </param>
            <param name='skiptoken'>
            Optional. Token for paging support.
            </param>
            <returns>
            The list data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions.ListInWorkspaceAsync(Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations,System.String,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'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data sources.
            </param>
            <param name='workspaceName'>
            Required. The workspace that contains the data sources.
            </param>
            <param name='kind'>
            Required. Filter data sources by Kind.
            </param>
            <param name='skiptoken'>
            Optional. Token for paging support.
            </param>
            <returns>
            The list data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions.ListNext(Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations,System.String)">
            <summary>
            Gets the next page of data source instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data source page.
            </param>
            <returns>
            The list data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.DataSourceOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations,System.String)">
            <summary>
            Gets the next page of data source instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data source page.
            </param>
            <returns>
            The list data source operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations">
            <summary>
            Operations for managing data sources under Workspaces.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data source.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            The name of the parent workspace that will contain the data source
            </param>
            <param name='parameters'>
            The parameters required to create or update a data source.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a data source instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            The name of the workspace that contains the data source.
            </param>
            <param name='datasourceName'>
            Name of the data source.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data source instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data source.
            </param>
            <param name='workspaceName'>
            The name of the workspace that contains the data source.
            </param>
            <param name='dataSourceName'>
            Name of the data source
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.ListInWorkspaceAsync(System.String,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='resourceGroupName'>
            The resource group name of the data sources.
            </param>
            <param name='workspaceName'>
            The workspace that contains the data sources.
            </param>
            <param name='kind'>
            Filter data sources by Kind.
            </param>
            <param name='skiptoken'>
            Token for paging support.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list data source operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IDataSourceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data source instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next data source page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list data source operation response.
            </returns>
        </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.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.DataSources">
            <summary>
            Operations for managing data sources under Workspaces.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.Search">
            <summary>
            Operations for using Operational Insights search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.StorageInsights">
            <summary>
            Operations for managing storage insights.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.IOperationalInsightsManagementClient.Workspaces">
            <summary>
            Operations for managing Operational Insights workspaces.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.ISearchOperations">
            <summary>
            Operations for using Operational Insights search.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISearchOperations.CreateOrUpdateSavedSearchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchCreateOrUpdateSavedSearchParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            The id of the saved search.
            </param>
            <param name='parameters'>
            The parameters required to save a search.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISearchOperations.DeleteSavedSearchAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified saved search in a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            The id of the saved search.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISearchOperations.GetSavedSearchAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the specified saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            The id of the saved search.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Value object for saved search results.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISearchOperations.GetSavedSearchResultsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the results from a saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            The id of the saved search.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISearchOperations.GetSchemaAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the schema for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get schema operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISearchOperations.GetSearchResultsAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the search results for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='parameters'>
            The parameters required to execute a search query.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISearchOperations.ListSavedSearchesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the saved searches for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The saved search operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.ISearchOperations.UpdateSearchResultsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets updated search results for a given search query.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='id'>
            The id of the search that will have results updated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations">
            <summary>
            Operations for managing storage insights.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a storage insight.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            The name of the parent workspace that will contain the storage
            insight
            </param>
            <param name='parameters'>
            The parameters required to create or update a storage insight.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update storage insight operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a storage insight instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            The name of the workspace that contains the storage insight.
            </param>
            <param name='storageInsightName'>
            The name of the storage insight.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a storage insight instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            The name of the workspace that contains the storage insight.
            </param>
            <param name='storageInsightName'>
            The name of the storage insight
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get storage insight operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.ListInWorkspaceAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of storage insight instances in a workspace
            with the link to the next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the storage insights.
            </param>
            <param name='workspaceName'>
            The workspace that contains the storage insights.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list storage insights operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of storage insight instances with the link to
            the next page.
            </summary>
            <param name='nextLink'>
            The url to the next storage insights page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list storage insights operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations">
            <summary>
            Operations for managing Operational Insights workspaces.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.BeginCreateOrUpdateAsync(System.String,Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='parameters'>
            The parameters required to create or update a workspace.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='parameters'>
            The parameters required to create or update a workspace.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.DeleteAsync(System.String,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'>
            A unique workspace instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.DisableIntelligencePackAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Disables an intelligence back for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='intelligencePackName'>
            The name of the intelligence pack to be disabled.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.EnableIntelligencePackAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Enables an intelligence back for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='intelligencePackName'>
            The name of the intelligence pack to be enabled.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.GetAsync(System.String,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'>
            A unique workspace instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the BeginCreateOrUpdate operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.GetSharedKeysAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the shared keys for a workspace.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get workspace shared keys operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.ListInResourceGroupAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of workspace instances in a resource group with
            the link to the next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the workspaces.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.ListInSubscriptionAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the first page of workspace instances in a subscription with
            the link to the next page.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.ListIntelligencePacksAsync(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='resourceGroupName'>
            The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            A unique workspace instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list intelligence packs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.ListLinkTargetsAsync(System.Threading.CancellationToken)">
            <summary>
            Gets a list of accounts with administrator privileges that are not
            associated with an existing workspace.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspace link targets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.ListManagementGroupsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of management groups connected to 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='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspace managmement groups operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of workspace instances with the link to the next
            page.
            </summary>
            <param name='nextLink'>
            The url to the next workspaces page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.ListNextManagementGroupsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of management groups with the link to the next
            page.
            </summary>
            <param name='nextLink'>
            The url to the next management groups page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspace managmement groups operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.ListUsagesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of usage metrics for 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='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspace usages operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.Account">
            <summary>
            Metadata for an Operational Insights account that isn't linked to a
            workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Account.AccountName">
            <summary>
            Optional. Gets or sets the name of the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Account.CustomerId">
            <summary>
            Optional. Gets or sets the unique ID of the account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Account.Location">
            <summary>
            Optional. Gets or sets the Azure region that the account was
            created in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Account.WorkspaceName">
            <summary>
            Optional. Gets or sets the DNS valid workspace name associated with
            the account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Account.#ctor">
            <summary>
            Initializes a new instance of the Account class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary">
            <summary>
            The core summary of a search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary.NumberOfDocuments">
            <summary>
            Optional. Gets or sets the number of documents of a core summary.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary.Status">
            <summary>
            Optional. Gets or sets the status of a core summary.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.DataSource">
            <summary>
            Data sources under OMS Workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.ETag">
            <summary>
            Optional. Gets or sets the ETag of the data source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.Id">
            <summary>
            Optional. Gets or sets the ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.Kind">
            <summary>
            Optional. Gets or sets the kind of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.Name">
            <summary>
            Required. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSource.Properties">
            <summary>
            Optional. 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.Type">
            <summary>
            Optional. Gets or sets the type of the resource.
            </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.String)">
            <summary>
            Initializes a new instance of the DataSource class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateParameters">
            <summary>
            Parameters specifying the data source definition for a create or update
            operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateParameters.DataSource">
            <summary>
            Optional. Gets or sets the definition of the data source to be
            created or updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DataSourceCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateResponse">
            <summary>
            The create or update data source operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateResponse.DataSource">
            <summary>
            Optional. Gets or sets the data source instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateResponse.Status">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the DataSourceCreateOrUpdateResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceGetResponse">
            <summary>
            The get data source operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceGetResponse.DataSource">
            <summary>
            Optional. Gets or sets the data source instance.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DataSourceGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceListResponse">
            <summary>
            The list data source operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceListResponse.DataSources">
            <summary>
            Optional. Gets or sets a list of data source instances.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceListResponse.NextLink">
            <summary>
            Optional. Gets or sets the link (url) to the next page of results.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.DataSourceListResponse.#ctor">
            <summary>
            Initializes a new instance of the DataSourceListResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.EntityStatus">
            <summary>
            The status of an entity.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.OperationalInsights.Models.EntityStatus.Creating">
            <summary>
            Resource is being created.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.OperationalInsights.Models.EntityStatus.Succeeded">
            <summary>
            Resource creation succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.OperationalInsights.Models.EntityStatus.Failed">
            <summary>
            Resource creation failed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.OperationalInsights.Models.EntityStatus.Canceled">
            <summary>
            Resource creation was canceled.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.OperationalInsights.Models.EntityStatus.Deleting">
            <summary>
            Resource is being deleted.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.OperationalInsights.Models.EntityStatus.ProvisioningAccount">
            <summary>
            Resource is provisioning the account.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.Highlight">
            <summary>
            Highlight details.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Highlight.Post">
            <summary>
            Optional. Gets or sets the string that is put after a matched
            result.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Highlight.Pre">
            <summary>
            Optional. Gets or sets the string that is put before a matched
            result.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Highlight.#ctor">
            <summary>
            Initializes a new instance of the Highlight class.
            </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="P:Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack.Enabled">
            <summary>
            Optional. Gets or sets the enabled boolean for the intelligence
            pack.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack.Name">
            <summary>
            Optional. Gets or sets the name of the intelligence pack.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup">
            <summary>
            A management group that is connected to a workspace
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.Properties">
            <summary>
            Optional. Gets or sets the properties of the management group.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties">
            <summary>
            Management group properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties.Created">
            <summary>
            Optional. Gets or sets the datetime that the management group was
            created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties.DataReceived">
            <summary>
            Optional. Gets or sets the last datetime that the management group
            received data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties.Id">
            <summary>
            Optional. Gets or sets the unique ID of the management group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties.IsGateway">
            <summary>
            Optional. Gets or sets a value indicating whether the management
            group is a gateway.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties.Name">
            <summary>
            Optional. Gets or sets the name of the management group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties.ServerCount">
            <summary>
            Optional. Gets or sets the number of servers connected to the
            management group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties.Sku">
            <summary>
            Optional. Gets or sets the SKU of System Center that is managing
            the management group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties.Version">
            <summary>
            Optional. Gets or sets the version of System Center that is
            managing the management group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties.#ctor">
            <summary>
            Initializes a new instance of the ManagementGroupProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.MetadataSchema">
            <summary>
            Metadata items for saved search items.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.MetadataSchema.Name">
            <summary>
            Optional. Gets or sets the name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.MetadataSchema.Version">
            <summary>
            Optional. Gets or sets the version.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.MetadataSchema.#ctor">
            <summary>
            Initializes a new instance of the MetadataSchema class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.MetricName">
            <summary>
            The name of a metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.MetricName.LocalizedValue">
            <summary>
            Optional. Gets or sets the localized name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.MetricName.Value">
            <summary>
            Optional. Gets or sets the system name of the 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="T:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchProperties">
            <summary>
            Value object for saved search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchProperties.Category">
            <summary>
            Optional. Gets or sets the category.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchProperties.DisplayName">
            <summary>
            Optional. Gets or sets the display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchProperties.Query">
            <summary>
            Optional. Gets or sets the query.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchProperties.Tags">
            <summary>
            Optional. Gets or sets the tags attached to the saved search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchProperties.Version">
            <summary>
            Optional. Gets or sets the version number.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchProperties.#ctor">
            <summary>
            Initializes a new instance of the SavedSearchProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchValue">
            <summary>
            Value object for saved search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchValue.ETag">
            <summary>
            Optional. Gets or sets the etag of the saved search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchValue.Id">
            <summary>
            Optional. Gets or sets the id of the saved search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchValue.Properties">
            <summary>
            Optional. Gets or sets properties of the saved search.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchValue.#ctor">
            <summary>
            Initializes a new instance of the SavedSearchValue class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SchemaValue">
            <summary>
            Value object for schema results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SchemaValue.DisplayName">
            <summary>
            Optional. Gets or sets the display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SchemaValue.Facet">
            <summary>
            Optional. 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.SchemaValue.Indexed">
            <summary>
            Optional. Gets or sets the boolean that indicates the field is
            searchable as free text.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SchemaValue.Name">
            <summary>
            Optional. Gets or sets the name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SchemaValue.OwnerType">
            <summary>
            Optional. Gets or sets the array of workflows containing the field.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SchemaValue.Stored">
            <summary>
            Optional. Gets or sets the boolean that indicates whether or not
            the field is stored.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SchemaValue.Type">
            <summary>
            Optional. Gets or sets the type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SchemaValue.#ctor">
            <summary>
            Initializes a new instance of the SchemaValue class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchCreateOrUpdateSavedSearchParameters">
            <summary>
            Parameters for putting a saved search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchCreateOrUpdateSavedSearchParameters.ETag">
            <summary>
            Optional. Gets or sets the etag of the saved search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchCreateOrUpdateSavedSearchParameters.Properties">
            <summary>
            Optional. Gets or sets properties of the saved search.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchCreateOrUpdateSavedSearchParameters.#ctor">
            <summary>
            Initializes a new instance of the
            SearchCreateOrUpdateSavedSearchParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchError">
            <summary>
            Details for a search error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchError.Message">
            <summary>
            Optional. Gets or sets the error message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchError.Type">
            <summary>
            Optional. Gets or sets the error type.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSavedSearchResponse">
            <summary>
            Value object for saved search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSavedSearchResponse.ETag">
            <summary>
            Optional. Gets or sets the etag of the saved search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSavedSearchResponse.Id">
            <summary>
            Optional. Gets or sets the id of the saved search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSavedSearchResponse.Properties">
            <summary>
            Optional. Gets or sets properties of the saved search.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSavedSearchResponse.#ctor">
            <summary>
            Initializes a new instance of the SearchGetSavedSearchResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSchemaResponse">
            <summary>
            The get schema operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSchemaResponse.Metadata">
            <summary>
            Optional. Gets or sets the metadata from search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSchemaResponse.Value">
            <summary>
            Optional. Gets or sets the array of result values.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsParameters">
            <summary>
            Parameters specifying the search query and range.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsParameters.End">
            <summary>
            Optional. Gets or sets the end date filter, so the only query
            results returned are before this date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsParameters.Highlight">
            <summary>
            Optional. Gets or sets the highlight that looks for all occurences
            of a string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsParameters.Query">
            <summary>
            Optional. Gets or sets the query to search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsParameters.Start">
            <summary>
            Optional. 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.SearchGetSearchResultsParameters.Top">
            <summary>
            Optional. Gets or sets the number to get from the top.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsParameters.#ctor">
            <summary>
            Initializes a new instance of the SearchGetSearchResultsParameters
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsResponse">
            <summary>
            The get search result operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsResponse.Error">
            <summary>
            Optional. Gets or sets the error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsResponse.Id">
            <summary>
            Optional. Gets or sets the id of the search, which includes the
            full url.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsResponse.Metadata">
            <summary>
            Optional. Gets or sets the metadata from search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsResponse.Value">
            <summary>
            Optional. Gets or sets the array of result values.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsResponse.#ctor">
            <summary>
            Initializes a new instance of the SearchGetSearchResultsResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchListSavedSearchResponse">
            <summary>
            The saved search operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchListSavedSearchResponse.Metadata">
            <summary>
            Optional. Gets or sets the metadata from search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchListSavedSearchResponse.Value">
            <summary>
            Optional. Gets or sets the array of result values.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SearchListSavedSearchResponse.#ctor">
            <summary>
            Initializes a new instance of the SearchListSavedSearchResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata">
            <summary>
            Metadata for search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.AggregatedGroupingFields">
            <summary>
            Optional. Gets or sets the aggregated grouping fields.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.AggregatedValueField">
            <summary>
            Optional. Gets or sets the aggregated value field.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.CoreSummaries">
            <summary>
            Optional. Gets or sets the core summaries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.ETag">
            <summary>
            Optional. Gets or sets the ETag of the search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Id">
            <summary>
            Optional. Gets or sets the id of the search results request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.LastUpdated">
            <summary>
            Optional. Gets or sets the time of last update.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Max">
            <summary>
            Optional. Gets or sets the max.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.RequestTime">
            <summary>
            Optional. Gets or sets the request time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.ResultType">
            <summary>
            Optional. Gets or sets the search result type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Schema">
            <summary>
            Optional. Gets or sets the schema.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.SearchId">
            <summary>
            Optional. Gets or sets the request id of the search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Sort">
            <summary>
            Optional. Gets or sets sort.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.StartTime">
            <summary>
            Optional. Gets or sets the start time for the search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Status">
            <summary>
            Optional. Gets or sets the status of the search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Sum">
            <summary>
            Optional. Gets or sets the sum.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Top">
            <summary>
            Optional. Gets or sets the number of top search results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata.Total">
            <summary>
            Optional. Gets or sets the total 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="T:Microsoft.Azure.Management.OperationalInsights.Models.SearchSort">
            <summary>
            The sort parameters for search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SearchSort.Name">
            <summary>
            Optional. 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>
            Optional. Gets or sets the sort order of the 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="T:Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys">
            <summary>
            The shared keys for a workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys.PrimarySharedKey">
            <summary>
            Optional. Gets or sets the primary shared key of a workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys.SecondarySharedKey">
            <summary>
            Optional. Gets or sets the secondary shared key of 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="T:Microsoft.Azure.Management.OperationalInsights.Models.Sku">
            <summary>
            The SKU (tier) of a workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Sku.Name">
            <summary>
            Required. Gets or sets the name of the SKU.
            </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 with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.SkuNameEnum">
            <summary>
            The type of sku.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.OperationalInsights.Models.SkuNameEnum.Free">
            <summary>
            Free tier
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.OperationalInsights.Models.SkuNameEnum.Standard">
            <summary>
            Standard tier
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.OperationalInsights.Models.SkuNameEnum.Premium">
            <summary>
            Premium tier
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount">
            <summary>
            Describes a storage account connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount.Id">
            <summary>
            Optional. 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>
            Optional. Gets or sets the storage account key.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight">
            <summary>
            The top level storage insight resource container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.ETag">
            <summary>
            Optional. Gets or sets the ETag of the storage insight.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.Id">
            <summary>
            Optional. Gets or sets the ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.Location">
            <summary>
            Optional. Gets or sets the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.Name">
            <summary>
            Required. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.Properties">
            <summary>
            Required. Gets or sets the properties of the storage insight.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.Tags">
            <summary>
            Optional. Gets or sets the tags attached to the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.Type">
            <summary>
            Optional. Gets or sets the type of the resource.
            </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.StorageInsightProperties,System.String)">
            <summary>
            Initializes a new instance of the StorageInsight class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateParameters">
            <summary>
            Parameters specifying the storage insight definition for a create or
            update operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateParameters.StorageInsight">
            <summary>
            Optional. Gets or sets the definition of the storage insight to be
            created or updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            StorageInsightCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateResponse">
            <summary>
            The create or update storage insight operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateResponse.StorageInsight">
            <summary>
            Optional. Gets or sets the storage insight instance.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            StorageInsightCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightGetResponse">
            <summary>
            The get storage insight operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightGetResponse.StorageInsight">
            <summary>
            Optional. Gets or sets the storage insight instance.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightGetResponse.#ctor">
            <summary>
            Initializes a new instance of the StorageInsightGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightListResponse">
            <summary>
            The list storage insights operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightListResponse.NextLink">
            <summary>
            Optional. Gets or sets the link (url) to the next page of results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightListResponse.StorageInsights">
            <summary>
            Optional. Gets or sets a list of storage insight instances.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightListResponse.#ctor">
            <summary>
            Initializes a new instance of the StorageInsightListResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightProperties">
            <summary>
            Storage insight properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightProperties.Containers">
            <summary>
            Optional. Gets or sets the names of the blob containers that the
            workspace should read
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightProperties.Status">
            <summary>
            Optional. Gets or sets the status of the storage insight
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightProperties.StorageAccount">
            <summary>
            Required. Gets or sets the storage account connection details
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightProperties.Tables">
            <summary>
            Optional. Gets or sets the names of the Azure tables that the
            workspace should read
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightProperties.#ctor">
            <summary>
            Initializes a new instance of the StorageInsightProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightProperties.#ctor(Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount)">
            <summary>
            Initializes a new instance of the StorageInsightProperties class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus">
            <summary>
            The status of the storage insight.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus.State">
            <summary>
            Optional. Gets or sets the state of the storage insight connection
            to the workspace
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.Tag">
            <summary>
            A tag of a saved search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Tag.Name">
            <summary>
            Optional. Gets or sets the tag name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Tag.Value">
            <summary>
            Optional. Gets or sets the tag value.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric">
            <summary>
            A metric describing the usage of a resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.CurrentValue">
            <summary>
            Optional. Gets or sets the current value of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.Limit">
            <summary>
            Optional. Gets or sets the quota limit for the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.Name">
            <summary>
            Optional. Gets or sets the name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.NextResetTime">
            <summary>
            Optional. 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>
            Optional. Gets or sets the quota period that determines the length
            of time between value resets.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.Unit">
            <summary>
            Optional. Gets or sets the units used for the metric.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.Workspace">
            <summary>
            The top level Workspace resource container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.ETag">
            <summary>
            Optional. Gets or sets the ETag of the workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.Id">
            <summary>
            Optional. Gets or sets the ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.Location">
            <summary>
            Required. Gets or sets the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.Name">
            <summary>
            Required. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.Properties">
            <summary>
            Optional. Gets or sets the properties of the workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.Tags">
            <summary>
            Optional. Gets or sets the tags attached to the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.Type">
            <summary>
            Optional. Gets or sets the type of the resource.
            </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)">
            <summary>
            Initializes a new instance of the Workspace class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters">
            <summary>
            Parameters specifying the workspace definition for a create or update
            operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters.Workspace">
            <summary>
            Optional. Gets or sets the definition of the workspace to be
            created or updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the WorkspaceCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateResponse">
            <summary>
            The create or update workspace operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateResponse.Location">
            <summary>
            Optional. Gets or sets the location url for the get long running
            operation request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateResponse.Status">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateResponse.Workspace">
            <summary>
            Optional. Gets or sets the workspace instance.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the WorkspaceCreateOrUpdateResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceGetResponse">
            <summary>
            The get workspace operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceGetResponse.Workspace">
            <summary>
            Optional. Gets or sets the workspace instance.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceGetResponse.#ctor">
            <summary>
            Initializes a new instance of the WorkspaceGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceGetSharedKeysResponse">
            <summary>
            The get workspace shared keys operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceGetSharedKeysResponse.Keys">
            <summary>
            Optional. Gets or sets a workspace's shared keys.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceGetSharedKeysResponse.#ctor">
            <summary>
            Initializes a new instance of the WorkspaceGetSharedKeysResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListIntelligencePacksResponse">
            <summary>
            The list intelligence packs operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListIntelligencePacksResponse.IntelligencePacks">
            <summary>
            Optional. Gets or sets a list of intelligence packs that can be
            enabled or disabled for a workspace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListIntelligencePacksResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WorkspaceListIntelligencePacksResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListIntelligencePacksResponse.GetEnumerator">
            <summary>
            Gets the sequence of IntelligencePacks.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListIntelligencePacksResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of IntelligencePacks.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListLinkTargetsResponse">
            <summary>
            The list workspace link targets operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListLinkTargetsResponse.Accounts">
            <summary>
            Optional. Gets or sets a list of accounts that a new workspace can
            attach to.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListLinkTargetsResponse.#ctor">
            <summary>
            Initializes a new instance of the WorkspaceListLinkTargetsResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListLinkTargetsResponse.GetEnumerator">
            <summary>
            Gets the sequence of Accounts.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListLinkTargetsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Accounts.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListManagementGroupsResponse">
            <summary>
            The list workspace managmement groups operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListManagementGroupsResponse.ManagementGroups">
            <summary>
            Optional. Gets or sets a list of management groups attached to the
            workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListManagementGroupsResponse.NextLink">
            <summary>
            Optional. Gets or sets the link (url) to the next page of results.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListManagementGroupsResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WorkspaceListManagementGroupsResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListResponse">
            <summary>
            The list workspaces operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListResponse.NextLink">
            <summary>
            Optional. Gets or sets the link (url) to the next page of results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListResponse.Workspaces">
            <summary>
            Optional. Gets or sets a list of workspace instances.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListResponse.#ctor">
            <summary>
            Initializes a new instance of the WorkspaceListResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListUsagesResponse">
            <summary>
            The list workspace usages operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListUsagesResponse.UsageMetrics">
            <summary>
            Optional. Gets or sets a list of usage metrics for a workspace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListUsagesResponse.#ctor">
            <summary>
            Initializes a new instance of the WorkspaceListUsagesResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListUsagesResponse.GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListUsagesResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceProperties">
            <summary>
            Workspace properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceProperties.CustomerId">
            <summary>
            Optional. 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.WorkspaceProperties.PortalUrl">
            <summary>
            Optional. 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.WorkspaceProperties.ProvisioningState">
            <summary>
            Optional. Gets or sets the provisioning state of the workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceProperties.Sku">
            <summary>
            Optional. Gets or sets the SKU of the workspace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceProperties.Source">
            <summary>
            Optional. Gets or set 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="M:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceProperties.#ctor">
            <summary>
            Initializes a new instance of the WorkspaceProperties class.
            </summary>
        </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.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.DataSources">
            <summary>
            Operations for managing data sources under Workspaces.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.Search">
            <summary>
            Operations for using Operational Insights search.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.StorageInsights">
            <summary>
            Operations for managing storage insights.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.Workspaces">
            <summary>
            Operations for managing Operational Insights workspaces.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor">
            <summary>
            Initializes a new instance of the
            OperationalInsightsManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the
            OperationalInsightsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the
            OperationalInsightsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the
            OperationalInsightsManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the
            OperationalInsightsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the
            OperationalInsightsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient})">
            <summary>
            Clones properties from current instance to another
            OperationalInsightsManagementClient instance
            </summary>
            <param name='client'>
            Instance of OperationalInsightsManagementClient to clone to
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClientExtensions">
            <summary>
            .Net client wrapper for the REST API for Azure Operational Insights
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.SearchOperations">
            <summary>
            Operations for using Operational Insights search.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperations.#ctor(Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient)">
            <summary>
            Initializes a new instance of the SearchOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.SearchOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperations.CreateOrUpdateSavedSearchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchCreateOrUpdateSavedSearchParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <param name='parameters'>
            Required. The parameters required to save a search.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperations.DeleteSavedSearchAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified saved search in a given workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperations.GetSavedSearchAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the specified saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Value object for saved search results.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperations.GetSavedSearchResultsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the results from a saved search for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperations.GetSchemaAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the schema for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get schema operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperations.GetSearchResultsAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the search results for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to execute a search query.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperations.ListSavedSearchesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the saved searches for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The saved search operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperations.UpdateSearchResultsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets updated search results for a given search query.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='id'>
            Required. The id of the search that will have results updated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions">
            <summary>
            .Net client wrapper for the REST API for Azure Operational Insights
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.CreateOrUpdateSavedSearch(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchCreateOrUpdateSavedSearchParameters)">
            <summary>
            Creates or updates a saved search for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <param name='parameters'>
            Required. The parameters required to save a search.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.CreateOrUpdateSavedSearchAsync(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchCreateOrUpdateSavedSearchParameters)">
            <summary>
            Creates or updates a saved search for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <param name='parameters'>
            Required. The parameters required to save a search.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.DeleteSavedSearch(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the specified saved search in a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.DeleteSavedSearchAsync(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the specified saved search in a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.GetSavedSearch(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,System.String)">
            <summary>
            Gets the specified saved search for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <returns>
            Value object for saved search results.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.GetSavedSearchAsync(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,System.String)">
            <summary>
            Gets the specified saved search for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <returns>
            Value object for saved search results.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.GetSavedSearchResults(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,System.String)">
            <summary>
            Gets the results from a saved search for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.GetSavedSearchResultsAsync(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,System.String)">
            <summary>
            Gets the results from a saved search for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='savedSearchId'>
            Required. The id of the saved search.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.GetSchema(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String)">
            <summary>
            Gets the schema for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <returns>
            The get schema operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.GetSchemaAsync(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String)">
            <summary>
            Gets the schema for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <returns>
            The get schema operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.GetSearchResults(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsParameters)">
            <summary>
            Gets the search results for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to execute a search query.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.GetSearchResultsAsync(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSearchResultsParameters)">
            <summary>
            Gets the search results for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to execute a search query.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.ListSavedSearches(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String)">
            <summary>
            Gets the saved searches for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <returns>
            The saved search operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.ListSavedSearchesAsync(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String)">
            <summary>
            Gets the saved searches for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <returns>
            The saved search operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.UpdateSearchResults(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,System.String)">
            <summary>
            Gets updated search results for a given search query.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='id'>
            Required. The id of the search that will have results updated.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.SearchOperationsExtensions.UpdateSearchResultsAsync(Microsoft.Azure.Management.OperationalInsights.ISearchOperations,System.String,System.String,System.String)">
            <summary>
            Gets updated search results for a given search query.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.ISearchOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='id'>
            Required. The id of the search that will have results updated.
            </param>
            <returns>
            The get search result operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperations">
            <summary>
            Operations for managing storage insights.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperations.#ctor(Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient)">
            <summary>
            Initializes a new instance of the StorageInsightOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a storage insight.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            Required. The name of the parent workspace that will contain the
            storage insight
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a storage
            insight.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update storage insight operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a storage insight instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the storage
            insight.
            </param>
            <param name='storageInsightName'>
            Required. The name of the storage insight.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a storage insight instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the storage
            insight.
            </param>
            <param name='storageInsightName'>
            Required. The name of the storage insight
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get storage insight operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperations.ListInWorkspaceAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of storage insight instances in a workspace
            with the link to the next page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insights.
            </param>
            <param name='workspaceName'>
            Required. The workspace that contains the storage insights.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list storage insights operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of storage insight instances with the link to
            the next page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next storage insights page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list storage insights operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions">
            <summary>
            .Net client wrapper for the REST API for Azure Operational Insights
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateParameters)">
            <summary>
            Create or update a storage insight.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            Required. The name of the parent workspace that will contain the
            storage insight
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a storage
            insight.
            </param>
            <returns>
            The create or update storage insight operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations,System.String,System.String,Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateParameters)">
            <summary>
            Create or update a storage insight.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            Required. The name of the parent workspace that will contain the
            storage insight
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a storage
            insight.
            </param>
            <returns>
            The create or update storage insight operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions.Delete(Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a storage insight instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the storage
            insight.
            </param>
            <param name='storageInsightName'>
            Required. The name of the storage insight.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a storage insight instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the storage
            insight.
            </param>
            <param name='storageInsightName'>
            Required. The name of the storage insight.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions.Get(Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations,System.String,System.String,System.String)">
            <summary>
            Gets a storage insight instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the storage
            insight.
            </param>
            <param name='storageInsightName'>
            Required. The name of the storage insight
            </param>
            <returns>
            The get storage insight operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions.GetAsync(Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations,System.String,System.String,System.String)">
            <summary>
            Gets a storage insight instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insight.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace that contains the storage
            insight.
            </param>
            <param name='storageInsightName'>
            Required. The name of the storage insight
            </param>
            <returns>
            The get storage insight operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions.ListInWorkspace(Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations,System.String,System.String)">
            <summary>
            Gets the first page of storage insight instances in a workspace
            with the link to the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insights.
            </param>
            <param name='workspaceName'>
            Required. The workspace that contains the storage insights.
            </param>
            <returns>
            The list storage insights operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions.ListInWorkspaceAsync(Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations,System.String,System.String)">
            <summary>
            Gets the first page of storage insight instances in a workspace
            with the link to the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the storage insights.
            </param>
            <param name='workspaceName'>
            Required. The workspace that contains the storage insights.
            </param>
            <returns>
            The list storage insights operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions.ListNext(Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations,System.String)">
            <summary>
            Gets the next page of storage insight instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next storage insights page.
            </param>
            <returns>
            The list storage insights operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations,System.String)">
            <summary>
            Gets the next page of storage insight instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IStorageInsightOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next storage insights page.
            </param>
            <returns>
            The list storage insights operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations">
            <summary>
            Operations for managing Operational Insights workspaces.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.#ctor(Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient)">
            <summary>
            Initializes a new instance of the WorkspaceOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.BeginCreateOrUpdateAsync(System.String,Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a workspace.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a workspace.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a workspace instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.DisableIntelligencePackAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Disables an intelligence back for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='intelligencePackName'>
            Required. The name of the intelligence pack to be disabled.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.EnableIntelligencePackAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Enables an intelligence back for a given workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='intelligencePackName'>
            Required. The name of the intelligence pack to be enabled.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a workspace instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the BeginCreateOrUpdate
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.GetSharedKeysAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the shared keys for a workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get workspace shared keys operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.ListInResourceGroupAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of workspace instances in a resource group with
            the link to the next page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspaces.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.ListInSubscriptionAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the first page of workspace instances in a subscription with
            the link to the next page.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.ListIntelligencePacksAsync(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='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list intelligence packs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.ListLinkTargetsAsync(System.Threading.CancellationToken)">
            <summary>
            Gets a list of accounts with administrator privileges that are not
            associated with an existing workspace.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspace link targets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.ListManagementGroupsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of management groups connected to a workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspace managmement groups operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of workspace instances with the link to the next
            page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next workspaces page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.ListNextManagementGroupsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of management groups with the link to the next
            page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next management groups page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspace managmement groups operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.ListUsagesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of usage metrics for a workspace.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list workspace usages operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions">
            <summary>
            .Net client wrapper for the REST API for Azure Operational Insights
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a workspace.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a workspace.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a workspace.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters)">
            <summary>
            Create or update a workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a workspace.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.Delete(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String)">
            <summary>
            Deletes a workspace instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String)">
            <summary>
            Deletes a workspace instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.DisableIntelligencePack(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String,System.String)">
            <summary>
            Disables an intelligence back for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='intelligencePackName'>
            Required. The name of the intelligence pack to be disabled.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.DisableIntelligencePackAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String,System.String)">
            <summary>
            Disables an intelligence back for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='intelligencePackName'>
            Required. The name of the intelligence pack to be disabled.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.EnableIntelligencePack(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String,System.String)">
            <summary>
            Enables an intelligence back for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='intelligencePackName'>
            Required. The name of the intelligence pack to be enabled.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.EnableIntelligencePackAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String,System.String)">
            <summary>
            Enables an intelligence back for a given workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <param name='intelligencePackName'>
            Required. The name of the intelligence pack to be enabled.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.Get(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String)">
            <summary>
            Gets a workspace instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <returns>
            The get workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.GetAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String)">
            <summary>
            Gets a workspace instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <returns>
            The get workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the BeginCreateOrUpdate
            operation.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the BeginCreateOrUpdate
            operation.
            </param>
            <returns>
            The create or update workspace operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.GetSharedKeys(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String)">
            <summary>
            Gets the shared keys for a workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace name.
            </param>
            <returns>
            The get workspace shared keys operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.GetSharedKeysAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String)">
            <summary>
            Gets the shared keys for a workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace name.
            </param>
            <returns>
            The get workspace shared keys operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListInResourceGroup(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String)">
            <summary>
            Gets the first page of workspace instances in a resource group with
            the link to the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspaces.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListInResourceGroupAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String)">
            <summary>
            Gets the first page of workspace instances in a resource group with
            the link to the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspaces.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListInSubscription(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations)">
            <summary>
            Gets the first page of workspace instances in a subscription with
            the link to the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListInSubscriptionAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations)">
            <summary>
            Gets the first page of workspace instances in a subscription with
            the link to the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListIntelligencePacks(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,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'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <returns>
            The list intelligence packs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListIntelligencePacksAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,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'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. A unique workspace instance name.
            </param>
            <returns>
            The list intelligence packs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListLinkTargets(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations)">
            <summary>
            Gets a list of accounts with administrator privileges that are not
            associated with an existing workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <returns>
            The list workspace link targets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListLinkTargetsAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations)">
            <summary>
            Gets a list of accounts with administrator privileges that are not
            associated with an existing workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <returns>
            The list workspace link targets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListManagementGroups(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String)">
            <summary>
            Gets a list of management groups connected to a workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace.
            </param>
            <returns>
            The list workspace managmement groups operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListManagementGroupsAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String)">
            <summary>
            Gets a list of management groups connected to a workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace.
            </param>
            <returns>
            The list workspace managmement groups operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListNext(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String)">
            <summary>
            Gets the next page of workspace instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next workspaces page.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String)">
            <summary>
            Gets the next page of workspace instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next workspaces page.
            </param>
            <returns>
            The list workspaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListNextManagementGroups(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String)">
            <summary>
            Gets the next page of management groups with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next management groups page.
            </param>
            <returns>
            The list workspace managmement groups operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListNextManagementGroupsAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String)">
            <summary>
            Gets the next page of management groups with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next management groups page.
            </param>
            <returns>
            The list workspace managmement groups operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListUsages(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String)">
            <summary>
            Gets a list of usage metrics for a workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace.
            </param>
            <returns>
            The list workspace usages operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperationsExtensions.ListUsagesAsync(Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations,System.String,System.String)">
            <summary>
            Gets a list of usage metrics for a workspace.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.OperationalInsights.IWorkspaceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the workspace.
            </param>
            <param name='workspaceName'>
            Required. The name of the workspace.
            </param>
            <returns>
            The list workspace usages operation response.
            </returns>
        </member>
    </members>
</doc>