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.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.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.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.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.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="M:Microsoft.Azure.Management.OperationalInsights.Models.Account.#ctor">
            <summary>
            Initializes a new instance of the Account class.
            </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="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.ManagementGroup">
            <summary>
            A management group that is connected to a workspace
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.#ctor">
            <summary>
            Initializes a new instance of the ManagementGroup class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup.Properties">
            <summary>
            Optional. Gets or sets the properties of the management group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroupProperties">
            <summary>
            Management group properties.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.Models.MetricName">
            <summary>
            The name of a metric.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.MetricName.#ctor">
            <summary>
            Initializes a new instance of the MetricName class.
            </summary>
        </member>
        <member name="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="T:Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys">
            <summary>
            The shared keys for a workspace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.SharedKeys.#ctor">
            <summary>
            Initializes a new instance of the SharedKeys class.
            </summary>
        </member>
        <member name="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="T:Microsoft.Azure.Management.OperationalInsights.Models.Sku">
            <summary>
            The SKU (tier) of a workspace.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Sku.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Sku class with required arguments.
            </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="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="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount.#ctor">
            <summary>
            Initializes a new instance of the StorageAccount class.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight">
            <summary>
            The top level storage insight resource container.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.#ctor">
            <summary>
            Initializes a new instance of the StorageInsight class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight.#ctor(Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightProperties,System.String)">
            <summary>
            Initializes a new instance of the StorageInsight class with
            required arguments.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateParameters">
            <summary>
            Parameters specifying the storage insight definition for a create or
            update operation.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateResponse">
            <summary>
            The create or update storage insight operation response.
            </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="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightCreateOrUpdateResponse.StorageInsight">
            <summary>
            Optional. Gets or sets the storage insight instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightGetResponse">
            <summary>
            The get storage insight operation response.
            </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="P:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightGetResponse.StorageInsight">
            <summary>
            Optional. Gets or sets the storage insight instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightListResponse">
            <summary>
            The list storage insights operation response.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightProperties">
            <summary>
            Storage insight properties.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus">
            <summary>
            The status of the storage insight.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus.#ctor">
            <summary>
            Initializes a new instance of the StorageInsightStatus class.
            </summary>
        </member>
        <member name="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="T:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric">
            <summary>
            A metric describing the usage of a resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.UsageMetric.#ctor">
            <summary>
            Initializes a new instance of the UsageMetric class.
            </summary>
        </member>
        <member name="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="T:Microsoft.Azure.Management.OperationalInsights.Models.Workspace">
            <summary>
            The top level Workspace resource container.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.#ctor">
            <summary>
            Initializes a new instance of the Workspace class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.OperationalInsights.Models.Workspace.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the Workspace class with required
            arguments.
            </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="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateParameters">
            <summary>
            Parameters specifying the workspace definition for a create or update
            operation.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCreateOrUpdateResponse">
            <summary>
            The create or update workspace operation response.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceGetResponse">
            <summary>
            The get workspace operation response.
            </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="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceGetResponse.Workspace">
            <summary>
            Optional. Gets or sets the workspace instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceGetSharedKeysResponse">
            <summary>
            The get workspace shared keys operation response.
            </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="P:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceGetSharedKeysResponse.Keys">
            <summary>
            Optional. Gets or sets a workspace's shared keys.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListLinkTargetsResponse">
            <summary>
            The list workspace link targets operation response.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListManagementGroupsResponse">
            <summary>
            The list workspace managmement groups operation response.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListResponse">
            <summary>
            The list workspaces operation response.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceListUsagesResponse">
            <summary>
            The list workspace usages operation response.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceProperties">
            <summary>
            Workspace properties.
            </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="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="T:Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient">
            <summary>
            .Net client wrapper for the REST API for Azure Operational Insights
            </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="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.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="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.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="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="P:Microsoft.Azure.Management.OperationalInsights.StorageInsightOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.
            </summary>
        </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="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.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.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="P:Microsoft.Azure.Management.OperationalInsights.WorkspaceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.OperationalInsights.OperationalInsightsManagementClient.
            </summary>
        </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.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.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>