Microsoft.Azure.Management.ResourceManager.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.ResourceManager</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.ResourceManager.DeploymentOperations">
            <summary>
            DeploymentOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentOperations.#ctor(Microsoft.Azure.Management.ResourceManager.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the DeploymentOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.DeploymentOperations.Client">
            <summary>
            Gets a reference to the ResourceManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a deployments operation.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='operationId'>
            The ID of the operation to get.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all deployments operations for a deployment.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment with the operation to get.
            </param>
            <param name='top'>
            The number of results to return.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all deployments operations for a deployment.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.DeploymentOperationsExtensions">
            <summary>
            Extension methods for DeploymentOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IDeploymentOperations,System.String,System.String,System.String)">
            <summary>
            Gets a deployments operation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='operationId'>
            The ID of the operation to get.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a deployments operation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='operationId'>
            The ID of the operation to get.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.IDeploymentOperations,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Gets all deployments operations for a deployment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment with the operation to get.
            </param>
            <param name='top'>
            The number of results to return.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentOperations,System.String,System.String,System.Nullable{System.Int32},System.Threading.CancellationToken)">
            <summary>
            Gets all deployments operations for a deployment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment with the operation to get.
            </param>
            <param name='top'>
            The number of results to return.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.IDeploymentOperations,System.String)">
            <summary>
            Gets all deployments operations for a deployment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all deployments operations for a deployment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations">
            <summary>
            DeploymentsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.#ctor(Microsoft.Azure.Management.ResourceManager.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the DeploymentsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.Client">
            <summary>
            Gets a reference to the ResourceManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a deployment from the deployment history.
            </summary>
            <remarks>
            A template deployment that is currently running cannot be deleted.
            Deleting a template deployment removes the associated deployment
            operations. Deleting a template deployment does not affect the state of
            the resource group. This is an asynchronous operation that returns a
            status of 202 until the template deployment is successfully deleted. The
            Location response header contains the URI that is used to obtain the
            status of the process. While the process is running, a call to the URI in
            the Location header returns a status of 202. When the process finishes,
            the URI in the Location header returns a status of 204 on success. If the
            asynchronous request failed, the URI in the Location header returns an
            error-level status code.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to delete. The name is
            case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.CheckExistenceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks whether the deployment exists.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to check. The name is
            case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to check.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deploys resources to a resource group.
            </summary>
            <remarks>
            You can provide the template and parameters directly in the request or
            link to JSON files.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to deploy the resources to. The name is
            case insensitive. The resource group must already exist.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Additional parameters supplied to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a deployment.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to get.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.CancelWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Cancels a currently running template deployment.
            </summary>
            <remarks>
            You can cancel a deployment only if the provisioningState is Accepted or
            Running. After the deployment is canceled, the provisioningState is set
            to Canceled. Canceling a template deployment stops the currently running
            template deployment and leaves the resource group partially deployed.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to cancel.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.ValidateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Validates whether the specified template is syntactically correct and will
            be accepted by Azure Resource Manager..
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group the template will be deployed to. The name
            is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Parameters to validate.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.ExportTemplateWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Exports the template used for specified deployment.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment from which to get the template.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the deployments for a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group with the deployments to get. The name is
            case insensitive.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a deployment from the deployment history.
            </summary>
            <remarks>
            A template deployment that is currently running cannot be deleted.
            Deleting a template deployment removes the associated deployment
            operations. Deleting a template deployment does not affect the state of
            the resource group. This is an asynchronous operation that returns a
            status of 202 until the template deployment is successfully deleted. The
            Location response header contains the URI that is used to obtain the
            status of the process. While the process is running, a call to the URI in
            the Location header returns a status of 202. When the process finishes,
            the URI in the Location header returns a status of 204 on success. If the
            asynchronous request failed, the URI in the Location header returns an
            error-level status code.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to delete. The name is
            case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deploys resources to a resource group.
            </summary>
            <remarks>
            You can provide the template and parameters directly in the request or
            link to JSON files.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to deploy the resources to. The name is
            case insensitive. The resource group must already exist.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Additional parameters supplied to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the deployments for a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions">
            <summary>
            Extension methods for DeploymentsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Delete(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)">
            <summary>
            Deletes a deployment from the deployment history.
            </summary>
            <remarks>
            A template deployment that is currently running cannot be deleted.
            Deleting a template deployment removes the associated deployment
            operations. Deleting a template deployment does not affect the state of
            the resource group. This is an asynchronous operation that returns a
            status of 202 until the template deployment is successfully deleted. The
            Location response header contains the URI that is used to obtain the
            status of the process. While the process is running, a call to the URI in
            the Location header returns a status of 202. When the process finishes,
            the URI in the Location header returns a status of 204 on success. If the
            asynchronous request failed, the URI in the Location header returns an
            error-level status code.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to delete. The name is
            case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a deployment from the deployment history.
            </summary>
            <remarks>
            A template deployment that is currently running cannot be deleted.
            Deleting a template deployment removes the associated deployment
            operations. Deleting a template deployment does not affect the state of
            the resource group. This is an asynchronous operation that returns a
            status of 202 until the template deployment is successfully deleted. The
            Location response header contains the URI that is used to obtain the
            status of the process. While the process is running, a call to the URI in
            the Location header returns a status of 202. When the process finishes,
            the URI in the Location header returns a status of 204 on success. If the
            asynchronous request failed, the URI in the Location header returns an
            error-level status code.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to delete. The name is
            case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistence(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)">
            <summary>
            Checks whether the deployment exists.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to check. The name is
            case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to check.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CheckExistenceAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Checks whether the deployment exists.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to check. The name is
            case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to check.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)">
            <summary>
            Deploys resources to a resource group.
            </summary>
            <remarks>
            You can provide the template and parameters directly in the request or
            link to JSON files.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to deploy the resources to. The name is
            case insensitive. The resource group must already exist.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Additional parameters supplied to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Deploys resources to a resource group.
            </summary>
            <remarks>
            You can provide the template and parameters directly in the request or
            link to JSON files.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to deploy the resources to. The name is
            case insensitive. The resource group must already exist.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Additional parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)">
            <summary>
            Gets a deployment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to get.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a deployment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to get.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Cancel(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)">
            <summary>
            Cancels a currently running template deployment.
            </summary>
            <remarks>
            You can cancel a deployment only if the provisioningState is Accepted or
            Running. After the deployment is canceled, the provisioningState is set
            to Canceled. Canceling a template deployment stops the currently running
            template deployment and leaves the resource group partially deployed.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to cancel.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.CancelAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Cancels a currently running template deployment.
            </summary>
            <remarks>
            You can cancel a deployment only if the provisioningState is Accepted or
            Running. After the deployment is canceled, the provisioningState is set
            to Canceled. Canceling a template deployment stops the currently running
            template deployment and leaves the resource group partially deployed.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to cancel.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.Validate(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)">
            <summary>
            Validates whether the specified template is syntactically correct and will
            be accepted by Azure Resource Manager..
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group the template will be deployed to. The name
            is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Parameters to validate.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ValidateAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Validates whether the specified template is syntactically correct and will
            be accepted by Azure Resource Manager..
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group the template will be deployed to. The name
            is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Parameters to validate.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplate(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)">
            <summary>
            Exports the template used for specified deployment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment from which to get the template.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ExportTemplateAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Exports the template used for specified deployment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment from which to get the template.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter})">
            <summary>
            Get all the deployments for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group with the deployments to get. The name is
            case insensitive.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter},System.Threading.CancellationToken)">
            <summary>
            Get all the deployments for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group with the deployments to get. The name is
            case insensitive.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDelete(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String)">
            <summary>
            Deletes a deployment from the deployment history.
            </summary>
            <remarks>
            A template deployment that is currently running cannot be deleted.
            Deleting a template deployment removes the associated deployment
            operations. Deleting a template deployment does not affect the state of
            the resource group. This is an asynchronous operation that returns a
            status of 202 until the template deployment is successfully deleted. The
            Location response header contains the URI that is used to obtain the
            status of the process. While the process is running, a call to the URI in
            the Location header returns a status of 202. When the process finishes,
            the URI in the Location header returns a status of 204 on success. If the
            asynchronous request failed, the URI in the Location header returns an
            error-level status code.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to delete. The name is
            case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a deployment from the deployment history.
            </summary>
            <remarks>
            A template deployment that is currently running cannot be deleted.
            Deleting a template deployment removes the associated deployment
            operations. Deleting a template deployment does not affect the state of
            the resource group. This is an asynchronous operation that returns a
            status of 202 until the template deployment is successfully deleted. The
            Location response header contains the URI that is used to obtain the
            status of the process. While the process is running, a call to the URI in
            the Location header returns a status of 202. When the process finishes,
            the URI in the Location header returns a status of 204 on success. If the
            asynchronous request failed, the URI in the Location header returns an
            error-level status code.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to delete. The name is
            case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment)">
            <summary>
            Deploys resources to a resource group.
            </summary>
            <remarks>
            You can provide the template and parameters directly in the request or
            link to JSON files.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to deploy the resources to. The name is
            case insensitive. The resource group must already exist.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Additional parameters supplied to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Deploys resources to a resource group.
            </summary>
            <remarks>
            You can provide the template and parameters directly in the request or
            link to JSON files.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to deploy the resources to. The name is
            case insensitive. The resource group must already exist.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Additional parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String)">
            <summary>
            Get all the deployments for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.DeploymentsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all the deployments for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.FeatureClient">
            <summary>
            Azure Feature Exposure Control (AFEC) provides a mechanism for the
            resource providers to control feature exposure to users. Resource
            providers typically use this mechanism to provide public/private
            preview for new features prior to making them generally available.
            Users need to explicitly register for AFEC features to get access to
            such functionality.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeatureClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeatureClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeatureClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeatureClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeatureClient.SubscriptionId">
            <summary>
            The ID of the target subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeatureClient.ApiVersion">
            <summary>
            The API version to use for this operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeatureClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeatureClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeatureClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeatureClient.Features">
            <summary>
            Gets the IFeaturesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeatureClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeatureClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeatureClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeatureClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeatureClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeatureClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeatureClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeatureClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeatureClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.FeaturesOperations">
            <summary>
            FeaturesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperations.#ctor(Microsoft.Azure.Management.ResourceManager.FeatureClient)">
            <summary>
            Initializes a new instance of the FeaturesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.FeaturesOperations.Client">
            <summary>
            Gets a reference to the FeatureClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperations.ListAllWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features that are available through AFEC for the
            subscription.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features in a provider namespace that are available
            through AFEC for the subscription.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider for getting features.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the preview feature with the specified name.
            </summary>
            <param name='resourceProviderNamespace'>
            The resource provider namespace for the feature.
            </param>
            <param name='featureName'>
            The name of the feature to get.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperations.RegisterWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Registers the preview feature for the subscription.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='featureName'>
            The name of the feature to register.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperations.ListAllNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features that are available through AFEC for the
            subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features in a provider namespace that are available
            through AFEC for the subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions">
            <summary>
            Extension methods for FeaturesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.ListAll(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations)">
            <summary>
            Gets all the preview features that are available through AFEC for the
            subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.ListAllAsync(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features that are available through AFEC for the
            subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.String)">
            <summary>
            Gets all the preview features in a provider namespace that are available
            through AFEC for the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider for getting features.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features in a provider namespace that are available
            through AFEC for the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider for getting features.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.String,System.String)">
            <summary>
            Gets the preview feature with the specified name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider namespace for the feature.
            </param>
            <param name='featureName'>
            The name of the feature to get.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the preview feature with the specified name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider namespace for the feature.
            </param>
            <param name='featureName'>
            The name of the feature to get.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.Register(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.String,System.String)">
            <summary>
            Registers the preview feature for the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='featureName'>
            The name of the feature to register.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.RegisterAsync(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Registers the preview feature for the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='featureName'>
            The name of the feature to register.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.ListAllNext(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.String)">
            <summary>
            Gets all the preview features that are available through AFEC for the
            subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.ListAllNextAsync(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features that are available through AFEC for the
            subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.String)">
            <summary>
            Gets all the preview features in a provider namespace that are available
            through AFEC for the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.FeaturesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.IFeaturesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features in a provider namespace that are available
            through AFEC for the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IDeploymentOperations">
            <summary>
            DeploymentOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a deployments operation.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='operationId'>
            The ID of the operation to get.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all deployments operations for a deployment.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment with the operation to get.
            </param>
            <param name='top'>
            The number of results to return.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all deployments operations for a deployment.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations">
            <summary>
            DeploymentsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a deployment from the deployment history.
            </summary>
            <remarks>
            A template deployment that is currently running cannot be deleted.
            Deleting a template deployment removes the associated deployment
            operations. Deleting a template deployment does not affect the
            state of the resource group. This is an asynchronous operation
            that returns a status of 202 until the template deployment is
            successfully deleted. The Location response header contains the
            URI that is used to obtain the status of the process. While the
            process is running, a call to the URI in the Location header
            returns a status of 202. When the process finishes, the URI in
            the Location header returns a status of 204 on success. If the
            asynchronous request failed, the URI in the Location header
            returns an error-level status code.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to delete. The
            name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.CheckExistenceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks whether the deployment exists.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to check. The
            name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to check.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deploys resources to a resource group.
            </summary>
            <remarks>
            You can provide the template and parameters directly in the
            request or link to JSON files.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to deploy the resources to. The
            name is case insensitive. The resource group must already exist.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Additional parameters supplied to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a deployment.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to get.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.CancelWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Cancels a currently running template deployment.
            </summary>
            <remarks>
            You can cancel a deployment only if the provisioningState is
            Accepted or Running. After the deployment is canceled, the
            provisioningState is set to Canceled. Canceling a template
            deployment stops the currently running template deployment and
            leaves the resource group partially deployed.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to cancel.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.ValidateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Validates whether the specified template is syntactically correct
            and will be accepted by Azure Resource Manager..
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group the template will be deployed to.
            The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Parameters to validate.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.ExportTemplateWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Exports the template used for specified deployment.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment from which to get the template.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the deployments for a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group with the deployments to get. The
            name is case insensitive.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a deployment from the deployment history.
            </summary>
            <remarks>
            A template deployment that is currently running cannot be deleted.
            Deleting a template deployment removes the associated deployment
            operations. Deleting a template deployment does not affect the
            state of the resource group. This is an asynchronous operation
            that returns a status of 202 until the template deployment is
            successfully deleted. The Location response header contains the
            URI that is used to obtain the status of the process. While the
            process is running, a call to the URI in the Location header
            returns a status of 202. When the process finishes, the URI in
            the Location header returns a status of 204 on success. If the
            asynchronous request failed, the URI in the Location header
            returns an error-level status code.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group with the deployment to delete. The
            name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deploys resources to a resource group.
            </summary>
            <remarks>
            You can provide the template and parameters directly in the
            request or link to JSON files.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to deploy the resources to. The
            name is case insensitive. The resource group must already exist.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='parameters'>
            Additional parameters supplied to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the deployments for a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IFeatureClient">
            <summary>
            Azure Feature Exposure Control (AFEC) provides a mechanism for the
            resource providers to control feature exposure to users. Resource
            providers typically use this mechanism to provide public/private
            preview for new features prior to making them generally available.
            Users need to explicitly register for AFEC features to get access to
            such functionality.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IFeatureClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IFeatureClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IFeatureClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IFeatureClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IFeatureClient.SubscriptionId">
            <summary>
            The ID of the target subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IFeatureClient.ApiVersion">
            <summary>
            The API version to use for this operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IFeatureClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IFeatureClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IFeatureClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IFeatureClient.Features">
            <summary>
            Gets the IFeaturesOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IFeaturesOperations">
            <summary>
            FeaturesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IFeaturesOperations.ListAllWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features that are available through AFEC for
            the subscription.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IFeaturesOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features in a provider namespace that are
            available through AFEC for the subscription.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider for getting features.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IFeaturesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the preview feature with the specified name.
            </summary>
            <param name='resourceProviderNamespace'>
            The resource provider namespace for the feature.
            </param>
            <param name='featureName'>
            The name of the feature to get.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IFeaturesOperations.RegisterWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Registers the preview feature for the subscription.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='featureName'>
            The name of the feature to register.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IFeaturesOperations.ListAllNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features that are available through AFEC for
            the subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IFeaturesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the preview features in a provider namespace that are
            available through AFEC for the subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient">
            <summary>
            Azure resources can be linked together to form logical relationships.
            You can establish links between resources belonging to different
            resource groups. However, all the linked resources must belong to the
            same subscription. Each resource can be linked to 50 other resources.
            If any of the linked resources are deleted or moved, the link owner
            must clean up the remaining link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient.SubscriptionId">
            <summary>
            The ID of the target subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient.ApiVersion">
            <summary>
            The API version to use for the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLinkClient.ResourceLinks">
            <summary>
            Gets the IResourceLinksOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IManagementLockClient">
            <summary>
            Azure resources can be locked to prevent other users in your
            organization from deleting or modifying resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLockClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLockClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLockClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLockClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLockClient.SubscriptionId">
            <summary>
            The ID of the target subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLockClient.ApiVersion">
            <summary>
            The API version to use for the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLockClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLockClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLockClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IManagementLockClient.ManagementLocks">
            <summary>
            Gets the IManagementLocksOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations">
            <summary>
            ManagementLocksOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.CreateOrUpdateAtResourceGroupLevelWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a management lock at the resource group level.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources
            inherit the same lock. To create management locks, you must have
            access to Microsoft.Authorization/* or
            Microsoft.Authorization/locks/* actions. Of the built-in roles,
            only Owner and User Access Administrator are granted those
            actions.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to lock.
            </param>
            <param name='lockName'>
            The lock name. The lock name can be a maximum of 260 characters.
            It cannot contain &lt;, &gt; %, &amp;, :, \, ?, /, or any control
            characters.
            </param>
            <param name='parameters'>
            The management lock parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.DeleteAtResourceGroupLevelWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a management lock at the resource group level.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/*
            actions. Of the built-in roles, only Owner and User Access
            Administrator are granted those actions.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group containing the lock.
            </param>
            <param name='lockName'>
            The name of lock to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.GetAtResourceGroupLevelWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a management lock at the resource group level.
            </summary>
            <param name='resourceGroupName'>
            The name of the locked resource group.
            </param>
            <param name='lockName'>
            The name of the lock to get.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.CreateOrUpdateByScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a management lock by scope.
            </summary>
            <param name='scope'>
            The scope for the lock. When providing a scope for the assignment,
            use '/subscriptions/{subscriptionId}' for subscriptions,
            '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}'
            for resource groups, and
            '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
            for resources.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='parameters'>
            Create or update management lock parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.DeleteByScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a management lock by scope.
            </summary>
            <param name='scope'>
            The scope for the lock.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.GetByScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get a management lock by scope.
            </summary>
            <param name='scope'>
            The scope for the lock.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.CreateOrUpdateAtResourceLevelWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a management lock at the resource level or any
            level below the resource.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources
            inherit the same lock. To create management locks, you must have
            access to Microsoft.Authorization/* or
            Microsoft.Authorization/locks/* actions. Of the built-in roles,
            only Owner and User Access Administrator are granted those
            actions.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to lock.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider namespace of the resource to lock.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to lock.
            </param>
            <param name='resourceName'>
            The name of the resource to lock.
            </param>
            <param name='lockName'>
            The name of lock. The lock name can be a maximum of 260
            characters. It cannot contain &lt;, &gt; %, &amp;, :, \, ?, /, or
            any control characters.
            </param>
            <param name='parameters'>
            Parameters for creating or updating a management lock.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.DeleteAtResourceLevelWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock of a resource or any level below the
            resource.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/*
            actions. Of the built-in roles, only Owner and User Access
            Administrator are granted those actions.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource with the
            lock to delete.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider namespace of the resource with the lock to
            delete.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource with the lock to delete.
            </param>
            <param name='resourceName'>
            The name of the resource with the lock to delete.
            </param>
            <param name='lockName'>
            The name of the lock to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.GetAtResourceLevelWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the management lock of a resource or any level below resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            An extra path parameter needed in some services, like SQL
            Databases.
            </param>
            <param name='resourceType'>
            The type of the resource.
            </param>
            <param name='resourceName'>
            The name of the resource.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.CreateOrUpdateAtSubscriptionLevelWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a management lock at the subscription level.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources
            inherit the same lock. To create management locks, you must have
            access to Microsoft.Authorization/* or
            Microsoft.Authorization/locks/* actions. Of the built-in roles,
            only Owner and User Access Administrator are granted those
            actions.
            </remarks>
            <param name='lockName'>
            The name of lock. The lock name can be a maximum of 260
            characters. It cannot contain &lt;, &gt; %, &amp;, :, \, ?, /, or
            any control characters.
            </param>
            <param name='parameters'>
            The management lock parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.DeleteAtSubscriptionLevelWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock at the subscription level.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/*
            actions. Of the built-in roles, only Owner and User Access
            Administrator are granted those actions.
            </remarks>
            <param name='lockName'>
            The name of lock to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.GetAtSubscriptionLevelWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a management lock at the subscription level.
            </summary>
            <param name='lockName'>
            The name of the lock to get.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.ListAtResourceGroupLevelWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the locks to get.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.ListAtResourceLevelWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource or any level below
            resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the locked resource. The
            name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the locked resource.
            </param>
            <param name='resourceName'>
            The name of the locked resource.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.ListAtSubscriptionLevelWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.ListAtResourceGroupLevelNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.ListAtResourceLevelNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource or any level below
            resource.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations.ListAtSubscriptionLevelNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations">
            <summary>
            PolicyAssignmentsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a policy assignment.
            </summary>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.CreateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a policy assignment.
            </summary>
            <remarks>
            Policy assignments are inherited by child resources. For example,
            when you apply a policy to a resource group that policy is
            assigned to all resources in the group.
            </remarks>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment.
            </param>
            <param name='parameters'>
            Parameters for the policy assignment.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a policy assignment.
            </summary>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment to get.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.ListForResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for the resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains policy assignments.
            </param>
            <param name='filter'>
            The filter to apply on the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.ListForResourceWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource. The name
            is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource path.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource with policy assignments.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the policy assignments for a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.DeleteByIdWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a policy assignment by ID.
            </summary>
            <remarks>
            When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to delete. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.CreateByIdWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a policy assignment by ID.
            </summary>
            <remarks>
            Policy assignments are inherited by child resources. For example,
            when you apply a policy to a resource group that policy is
            assigned to all resources in the group. When providing a scope
            for the assigment, use '/subscriptions/{subscription-id}/' for
            subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to create. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
            <param name='parameters'>
            Parameters for policy assignment.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.GetByIdWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a policy assignment by ID.
            </summary>
            <remarks>
            When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to get. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.ListForResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for the resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.ListForResourceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for a resource.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the policy assignments for a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IPolicyClient">
            <summary>
            To manage and control access to your resources, you can define
            customized policies and assign them at a scope.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.SubscriptionId">
            <summary>
            The ID of the target subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.ApiVersion">
            <summary>
            The API version to use for the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.PolicyAssignments">
            <summary>
            Gets the IPolicyAssignmentsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IPolicyClient.PolicyDefinitions">
            <summary>
            Gets the IPolicyDefinitionsOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations">
            <summary>
            PolicyDefinitionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a policy definition.
            </summary>
            <param name='policyDefinitionName'>
            The name of the policy definition to create.
            </param>
            <param name='parameters'>
            The policy definition properties.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a policy definition.
            </summary>
            <param name='policyDefinitionName'>
            The name of the policy definition to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the policy definition.
            </summary>
            <param name='policyDefinitionName'>
            The name of the policy definition to get.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the policy definitions for a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the policy definitions for a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IProvidersOperations">
            <summary>
            ProvidersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IProvidersOperations.UnregisterWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Unregisters a subscription from a resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider to unregister.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IProvidersOperations.RegisterWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Registers a subscription with a resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider to register.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IProvidersOperations.ListWithHttpMessagesAsync(System.Nullable{System.Int32},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all resource providers for a subscription.
            </summary>
            <param name='top'>
            The number of results to return. If null is passed returns all
            deployments.
            </param>
            <param name='expand'>
            The properties to include in the results. For example, use
            &amp;$expand=metadata in the query string to retrieve resource
            provider metadata. To include property aliases in response, use
            $expand=resourceTypes/aliases.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IProvidersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the specified resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='expand'>
            The $expand query parameter. For example, to include property
            aliases in response, use $expand=resourceTypes/aliases.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IProvidersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all resource providers for a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations">
            <summary>
            ResourceGroupsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations.CheckExistenceWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks whether a resource group exists.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to check. The name is case
            insensitive.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to create or update.
            </param>
            <param name='parameters'>
            Parameters supplied to the create or update a resource group.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource group.
            </summary>
            <remarks>
            When you delete a resource group, all of its resources are also
            deleted. Deleting a resource group deletes all of its template
            deployments and currently stored operations.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to delete. The name is case
            insensitive.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations.UpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a resource group.
            </summary>
            <remarks>
            Resource groups can be updated through a simple PATCH operation to
            a group address. The format of the request is the same as that
            for creating a resource group. If a field is unspecified, the
            current value is retained.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to update. The name is case
            insensitive.
            </param>
            <param name='parameters'>
            Parameters supplied to update a resource group.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations.ExportTemplateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ExportTemplateRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Captures the specified resource group as a template.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to export as a template.
            </param>
            <param name='parameters'>
            Parameters for exporting the template.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the resource groups for a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource group.
            </summary>
            <remarks>
            When you delete a resource group, all of its resources are also
            deleted. Deleting a resource group deletes all of its template
            deployments and currently stored operations.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to delete. The name is case
            insensitive.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the resource groups for a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations">
            <summary>
            ResourceLinksOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource link with the specified ID.
            </summary>
            <param name='linkId'>
            The fully qualified ID of the resource link. Use the format,
            /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name}.
            For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceLink,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a resource link between the specified resources.
            </summary>
            <param name='linkId'>
            The fully qualified ID of the resource link. Use the format,
            /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name}.
            For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
            <param name='parameters'>
            Parameters for creating or updating a resource link.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a resource link with the specified ID.
            </summary>
            <param name='linkId'>
            The fully qualified Id of the resource link. For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations.ListAtSubscriptionWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the linked resources for the subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations.ListAtSourceScopeWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of resource links at and below the specified source
            scope.
            </summary>
            <param name='scope'>
            The fully qualified ID of the scope for getting the resource
            links. For example, to list resource links at and under a
            resource group, set the scope to
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations.ListAtSubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the linked resources for the subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations.ListAtSourceScopeNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of resource links at and below the specified source
            scope.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient">
            <summary>
            Provides operations for working with resources and resource groups.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.SubscriptionId">
            <summary>
            The ID of the target subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.ApiVersion">
            <summary>
            The API version to use for this operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.Deployments">
            <summary>
            Gets the IDeploymentsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.Providers">
            <summary>
            Gets the IProvidersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.Resources">
            <summary>
            Gets the IResourcesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.ResourceGroups">
            <summary>
            Gets the IResourceGroupsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.Tags">
            <summary>
            Gets the ITagsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.IResourceManagementClient.DeploymentOperations">
            <summary>
            Gets the IDeploymentOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.IResourcesOperations">
            <summary>
            ResourcesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the resources for a resource group.
            </summary>
            <param name='resourceGroupName'>
            The resource group with the resources to get.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.MoveResourcesWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Moves resources from one resource group to another resource group.
            </summary>
            <remarks>
            The resources to move must be in the same source resource group.
            The target resource group may be in a different subscription.
            When moving resources, both the source group and the target group
            are locked for the duration of the operation. Write and delete
            operations are blocked on the groups until the move completes.
            </remarks>
            <param name='sourceResourceGroupName'>
            The name of the resource group containing the rsources to move.
            </param>
            <param name='parameters'>
            Parameters for moving resources.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the resources in a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.CheckExistenceWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks whether a resource exists.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to check.
            The name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider of the resource to check.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to check whether it exists.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource to
            delete. The name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to delete.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group for the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to create.
            </param>
            <param name='resourceName'>
            The name of the resource to create.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Parameters for creating or updating the resource.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to get. The
            name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource.
            </param>
            <param name='resourceName'>
            The name of the resource to get.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.CheckExistenceByIdWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks by ID whether a resource exists.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource
            name and resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.DeleteByIdWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource by ID.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource
            name and resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.CreateOrUpdateByIdWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a resource by ID.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource
            name and resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Create or update resource parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.GetByIdWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a resource by ID.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource
            name and resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.BeginMoveResourcesWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Moves resources from one resource group to another resource group.
            </summary>
            <remarks>
            The resources to move must be in the same source resource group.
            The target resource group may be in a different subscription.
            When moving resources, both the source group and the target group
            are locked for the duration of the operation. Write and delete
            operations are blocked on the groups until the move completes.
            </remarks>
            <param name='sourceResourceGroupName'>
            The name of the resource group containing the rsources to move.
            </param>
            <param name='parameters'>
            Parameters for moving resources.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource to
            delete. The name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to delete.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group for the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to create.
            </param>
            <param name='resourceName'>
            The name of the resource to create.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Parameters for creating or updating the resource.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.BeginDeleteByIdWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource by ID.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource
            name and resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.BeginCreateOrUpdateByIdWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a resource by ID.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource
            name and resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Create or update resource parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the resources for a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.IResourcesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the resources in a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient">
            <summary>
            All resource groups and resources exist within subscriptions. These
            operation enable you get information about your subscriptions and
            tenants. A tenant is a dedicated instance of Azure Active Directory
            (Azure AD) for your organization.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient.ApiVersion">
            <summary>
            The API version to use for the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient.Subscriptions">
            <summary>
            Gets the ISubscriptionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ISubscriptionClient.Tenants">
            <summary>
            Gets the ITenantsOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations">
            <summary>
            SubscriptionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations.ListLocationsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all available geo-locations.
            </summary>
            <remarks>
            This operation provides all the locations that are available for
            resource providers; however, each resource provider may support a
            subset of this list.
            </remarks>
            <param name='subscriptionId'>
            The ID of the target subscription.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about a specified subscription.
            </summary>
            <param name='subscriptionId'>
            The ID of the target subscription.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all subscriptions for a tenant.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all subscriptions for a tenant.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ITagsOperations">
            <summary>
            TagsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ITagsOperations.DeleteValueWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a tag value.
            </summary>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='tagValue'>
            The value of the tag to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ITagsOperations.CreateOrUpdateValueWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a tag value. The name of the tag must already exist.
            </summary>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='tagValue'>
            The value of the tag to create.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ITagsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a tag in the subscription.
            </summary>
            <remarks>
            The tag name can have a maximum of 512 characters and is case
            insensitive. Tag names created by Azure have prefixes of
            microsoft, azure, or windows. You cannot create tags with one of
            these prefixes.
            </remarks>
            <param name='tagName'>
            The name of the tag to create.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ITagsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a tag from the subscription.
            </summary>
            <remarks>
            You must remove all values from a resource tag before you can
            delete it.
            </remarks>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ITagsOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the names and values of all resource tags that are defined in
            a subscription.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ITagsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the names and values of all resource tags that are defined in
            a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ITenantsOperations">
            <summary>
            TenantsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ITenantsOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the tenants for your account.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ITenantsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the tenants for your account.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient">
            <summary>
            Azure resources can be linked together to form logical relationships.
            You can establish links between resources belonging to different
            resource groups. However, all the linked resources must belong to the
            same subscription. Each resource can be linked to 50 other resources.
            If any of the linked resources are deleted or moved, the link owner
            must clean up the remaining link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.SubscriptionId">
            <summary>
            The ID of the target subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.ApiVersion">
            <summary>
            The API version to use for the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.ResourceLinks">
            <summary>
            Gets the IResourceLinksOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLinkClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLinkClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLinkClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLinkClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLinkClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLinkClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLinkClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLinkClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLinkClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ManagementLockClient">
            <summary>
            Azure resources can be locked to prevent other users in your
            organization from deleting or modifying resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.SubscriptionId">
            <summary>
            The ID of the target subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.ApiVersion">
            <summary>
            The API version to use for the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.ManagementLocks">
            <summary>
            Gets the IManagementLocksOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLockClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLockClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLockClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLockClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLockClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLockClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLockClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ManagementLockClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLockClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations">
            <summary>
            ManagementLocksOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.#ctor(Microsoft.Azure.Management.ResourceManager.ManagementLockClient)">
            <summary>
            Initializes a new instance of the ManagementLocksOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.Client">
            <summary>
            Gets a reference to the ManagementLockClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.CreateOrUpdateAtResourceGroupLevelWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a management lock at the resource group level.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources inherit the
            same lock. To create management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to lock.
            </param>
            <param name='lockName'>
            The lock name. The lock name can be a maximum of 260 characters. It cannot
            contain &lt;, &gt; %, &amp;, :, \, ?, /, or any control characters.
            </param>
            <param name='parameters'>
            The management lock parameters.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.DeleteAtResourceGroupLevelWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a management lock at the resource group level.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group containing the lock.
            </param>
            <param name='lockName'>
            The name of lock to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.GetAtResourceGroupLevelWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a management lock at the resource group level.
            </summary>
            <param name='resourceGroupName'>
            The name of the locked resource group.
            </param>
            <param name='lockName'>
            The name of the lock to get.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.CreateOrUpdateByScopeWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a management lock by scope.
            </summary>
            <param name='scope'>
            The scope for the lock. When providing a scope for the assignment, use
            '/subscriptions/{subscriptionId}' for subscriptions,
            '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for
            resource groups, and
            '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
            for resources.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='parameters'>
            Create or update management lock parameters.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.DeleteByScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a management lock by scope.
            </summary>
            <param name='scope'>
            The scope for the lock.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.GetByScopeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get a management lock by scope.
            </summary>
            <param name='scope'>
            The scope for the lock.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.CreateOrUpdateAtResourceLevelWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a management lock at the resource level or any level
            below the resource.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources inherit the
            same lock. To create management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to lock.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider namespace of the resource to lock.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to lock.
            </param>
            <param name='resourceName'>
            The name of the resource to lock.
            </param>
            <param name='lockName'>
            The name of lock. The lock name can be a maximum of 260 characters. It
            cannot contain &lt;, &gt; %, &amp;, :, \, ?, /, or any control characters.
            </param>
            <param name='parameters'>
            Parameters for creating or updating a management lock.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.DeleteAtResourceLevelWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock of a resource or any level below the resource.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource with the lock to
            delete.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider namespace of the resource with the lock to delete.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource with the lock to delete.
            </param>
            <param name='resourceName'>
            The name of the resource with the lock to delete.
            </param>
            <param name='lockName'>
            The name of the lock to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.GetAtResourceLevelWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the management lock of a resource or any level below resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            An extra path parameter needed in some services, like SQL Databases.
            </param>
            <param name='resourceType'>
            The type of the resource.
            </param>
            <param name='resourceName'>
            The name of the resource.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.CreateOrUpdateAtSubscriptionLevelWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a management lock at the subscription level.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources inherit the
            same lock. To create management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='lockName'>
            The name of lock. The lock name can be a maximum of 260 characters. It
            cannot contain &lt;, &gt; %, &amp;, :, \, ?, /, or any control characters.
            </param>
            <param name='parameters'>
            The management lock parameters.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.DeleteAtSubscriptionLevelWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock at the subscription level.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='lockName'>
            The name of lock to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.GetAtSubscriptionLevelWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a management lock at the subscription level.
            </summary>
            <param name='lockName'>
            The name of the lock to get.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.ListAtResourceGroupLevelWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the locks to get.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.ListAtResourceLevelWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource or any level below resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the locked resource. The name is
            case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the locked resource.
            </param>
            <param name='resourceName'>
            The name of the locked resource.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.ListAtSubscriptionLevelWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.ListAtResourceGroupLevelNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.ListAtResourceLevelNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource or any level below resource.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperations.ListAtSubscriptionLevelNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions">
            <summary>
            Extension methods for ManagementLocksOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.CreateOrUpdateAtResourceGroupLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject)">
            <summary>
            Creates or updates a management lock at the resource group level.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources inherit the
            same lock. To create management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to lock.
            </param>
            <param name='lockName'>
            The lock name. The lock name can be a maximum of 260 characters. It cannot
            contain &lt;, &gt; %, &amp;, :, \, ?, /, or any control characters.
            </param>
            <param name='parameters'>
            The management lock parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.CreateOrUpdateAtResourceGroupLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a management lock at the resource group level.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources inherit the
            same lock. To create management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to lock.
            </param>
            <param name='lockName'>
            The lock name. The lock name can be a maximum of 260 characters. It cannot
            contain &lt;, &gt; %, &amp;, :, \, ?, /, or any control characters.
            </param>
            <param name='parameters'>
            The management lock parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.DeleteAtResourceGroupLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String)">
            <summary>
            Deletes a management lock at the resource group level.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the lock.
            </param>
            <param name='lockName'>
            The name of lock to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.DeleteAtResourceGroupLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a management lock at the resource group level.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the lock.
            </param>
            <param name='lockName'>
            The name of lock to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.GetAtResourceGroupLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String)">
            <summary>
            Gets a management lock at the resource group level.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the locked resource group.
            </param>
            <param name='lockName'>
            The name of the lock to get.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.GetAtResourceGroupLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a management lock at the resource group level.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the locked resource group.
            </param>
            <param name='lockName'>
            The name of the lock to get.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.CreateOrUpdateByScope(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject)">
            <summary>
            Create or update a management lock by scope.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope for the lock. When providing a scope for the assignment, use
            '/subscriptions/{subscriptionId}' for subscriptions,
            '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for
            resource groups, and
            '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
            for resources.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='parameters'>
            Create or update management lock parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.CreateOrUpdateByScopeAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Threading.CancellationToken)">
            <summary>
            Create or update a management lock by scope.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope for the lock. When providing a scope for the assignment, use
            '/subscriptions/{subscriptionId}' for subscriptions,
            '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for
            resource groups, and
            '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
            for resources.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='parameters'>
            Create or update management lock parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.DeleteByScope(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String)">
            <summary>
            Delete a management lock by scope.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope for the lock.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.DeleteByScopeAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a management lock by scope.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope for the lock.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.GetByScope(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String)">
            <summary>
            Get a management lock by scope.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope for the lock.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.GetByScopeAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a management lock by scope.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope for the lock.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.CreateOrUpdateAtResourceLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject)">
            <summary>
            Creates or updates a management lock at the resource level or any level
            below the resource.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources inherit the
            same lock. To create management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to lock.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider namespace of the resource to lock.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to lock.
            </param>
            <param name='resourceName'>
            The name of the resource to lock.
            </param>
            <param name='lockName'>
            The name of lock. The lock name can be a maximum of 260 characters. It
            cannot contain &lt;, &gt; %, &amp;, :, \, ?, /, or any control characters.
            </param>
            <param name='parameters'>
            Parameters for creating or updating a management lock.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.CreateOrUpdateAtResourceLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a management lock at the resource level or any level
            below the resource.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources inherit the
            same lock. To create management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to lock.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider namespace of the resource to lock.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to lock.
            </param>
            <param name='resourceName'>
            The name of the resource to lock.
            </param>
            <param name='lockName'>
            The name of lock. The lock name can be a maximum of 260 characters. It
            cannot contain &lt;, &gt; %, &amp;, :, \, ?, /, or any control characters.
            </param>
            <param name='parameters'>
            Parameters for creating or updating a management lock.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.DeleteAtResourceLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes the management lock of a resource or any level below the resource.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource with the lock to
            delete.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider namespace of the resource with the lock to delete.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource with the lock to delete.
            </param>
            <param name='resourceName'>
            The name of the resource with the lock to delete.
            </param>
            <param name='lockName'>
            The name of the lock to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.DeleteAtResourceLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock of a resource or any level below the resource.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource with the lock to
            delete.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider namespace of the resource with the lock to delete.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource with the lock to delete.
            </param>
            <param name='resourceName'>
            The name of the resource with the lock to delete.
            </param>
            <param name='lockName'>
            The name of the lock to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.GetAtResourceLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get the management lock of a resource or any level below resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            An extra path parameter needed in some services, like SQL Databases.
            </param>
            <param name='resourceType'>
            The type of the resource.
            </param>
            <param name='resourceName'>
            The name of the resource.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.GetAtResourceLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the management lock of a resource or any level below resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            An extra path parameter needed in some services, like SQL Databases.
            </param>
            <param name='resourceType'>
            The type of the resource.
            </param>
            <param name='resourceName'>
            The name of the resource.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.CreateOrUpdateAtSubscriptionLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject)">
            <summary>
            Creates or updates a management lock at the subscription level.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources inherit the
            same lock. To create management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='lockName'>
            The name of lock. The lock name can be a maximum of 260 characters. It
            cannot contain &lt;, &gt; %, &amp;, :, \, ?, /, or any control characters.
            </param>
            <param name='parameters'>
            The management lock parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.CreateOrUpdateAtSubscriptionLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a management lock at the subscription level.
            </summary>
            <remarks>
            When you apply a lock at a parent scope, all child resources inherit the
            same lock. To create management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='lockName'>
            The name of lock. The lock name can be a maximum of 260 characters. It
            cannot contain &lt;, &gt; %, &amp;, :, \, ?, /, or any control characters.
            </param>
            <param name='parameters'>
            The management lock parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.DeleteAtSubscriptionLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String)">
            <summary>
            Deletes the management lock at the subscription level.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='lockName'>
            The name of lock to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.DeleteAtSubscriptionLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock at the subscription level.
            </summary>
            <remarks>
            To delete management locks, you must have access to
            Microsoft.Authorization/* or Microsoft.Authorization/locks/* actions. Of
            the built-in roles, only Owner and User Access Administrator are granted
            those actions.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='lockName'>
            The name of lock to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.GetAtSubscriptionLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String)">
            <summary>
            Gets a management lock at the subscription level.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='lockName'>
            The name of the lock to get.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.GetAtSubscriptionLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a management lock at the subscription level.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='lockName'>
            The name of the lock to get.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtResourceGroupLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject})">
            <summary>
            Gets all the management locks for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the locks to get.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtResourceGroupLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the locks to get.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtResourceLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject})">
            <summary>
            Gets all the management locks for a resource or any level below resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the locked resource. The name is
            case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the locked resource.
            </param>
            <param name='resourceName'>
            The name of the locked resource.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtResourceLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource or any level below resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the locked resource. The name is
            case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the locked resource.
            </param>
            <param name='resourceName'>
            The name of the locked resource.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtSubscriptionLevel(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject})">
            <summary>
            Gets all the management locks for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtSubscriptionLevelAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject},System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtResourceGroupLevelNext(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String)">
            <summary>
            Gets all the management locks for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtResourceGroupLevelNextAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtResourceLevelNext(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String)">
            <summary>
            Gets all the management locks for a resource or any level below resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtResourceLevelNextAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a resource or any level below resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtSubscriptionLevelNext(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String)">
            <summary>
            Gets all the management locks for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ManagementLocksOperationsExtensions.ListAtSubscriptionLevelNextAsync(Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.AliasPathType">
            <summary>
            The type of the paths for alias.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.AliasPathType.#ctor">
            <summary>
            Initializes a new instance of the AliasPathType class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.AliasPathType.#ctor(System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the AliasPathType class.
            </summary>
            <param name="path">The path of an alias.</param>
            <param name="apiVersions">The API versions.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.AliasPathType.Path">
            <summary>
            Gets or sets the path of an alias.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.AliasPathType.ApiVersions">
            <summary>
            Gets or sets the API versions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.AliasType">
            <summary>
            The alias type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.AliasType.#ctor">
            <summary>
            Initializes a new instance of the AliasType class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.AliasType.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.ResourceManager.Models.AliasPathType})">
            <summary>
            Initializes a new instance of the AliasType class.
            </summary>
            <param name="name">The alias name.</param>
            <param name="paths">The paths for an alias.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.AliasType.Name">
            <summary>
            Gets or sets the alias name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.AliasType.Paths">
            <summary>
            Gets or sets the paths for an alias.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.BasicDependency">
            <summary>
            Deployment dependency information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.BasicDependency.#ctor">
            <summary>
            Initializes a new instance of the BasicDependency class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.BasicDependency.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the BasicDependency class.
            </summary>
            <param name="id">The ID of the dependency.</param>
            <param name="resourceType">The dependency resource type.</param>
            <param name="resourceName">The dependency resource name.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.BasicDependency.Id">
            <summary>
            Gets or sets the ID of the dependency.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.BasicDependency.ResourceType">
            <summary>
            Gets or sets the dependency resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.BasicDependency.ResourceName">
            <summary>
            Gets or sets the dependency resource name.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DebugSetting.#ctor">
            <summary>
            Initializes a new instance of the DebugSetting class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DebugSetting.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DebugSetting class.
            </summary>
            <param name="detailLevel">Specifies the type of information to log
            for debugging. The permitted values are none, requestContent,
            responseContent, or both requestContent and responseContent
            separated by a comma. The default is none. When setting this
            value, carefully consider the type of information you are passing
            in during deployment. By logging information about the request or
            response, you could potentially expose sensitive data that is
            retrieved through the deployment operations.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DebugSetting.DetailLevel">
            <summary>
            Gets or sets specifies the type of information to log for
            debugging. The permitted values are none, requestContent,
            responseContent, or both requestContent and responseContent
            separated by a comma. The default is none. When setting this
            value, carefully consider the type of information you are passing
            in during deployment. By logging information about the request or
            response, you could potentially expose sensitive data that is
            retrieved through the deployment operations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Dependency">
            <summary>
            Deployment dependency information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Dependency.#ctor">
            <summary>
            Initializes a new instance of the Dependency class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Dependency.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.ResourceManager.Models.BasicDependency},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Dependency class.
            </summary>
            <param name="dependsOn">The list of dependencies.</param>
            <param name="id">The ID of the dependency.</param>
            <param name="resourceType">The dependency resource type.</param>
            <param name="resourceName">The dependency resource name.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Dependency.DependsOn">
            <summary>
            Gets or sets the list of dependencies.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Dependency.Id">
            <summary>
            Gets or sets the ID of the dependency.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Dependency.ResourceType">
            <summary>
            Gets or sets the dependency resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Dependency.ResourceName">
            <summary>
            Gets or sets the dependency resource name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Deployment">
            <summary>
            Deployment operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Deployment.#ctor">
            <summary>
            Initializes a new instance of the Deployment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Deployment.#ctor(Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties)">
            <summary>
            Initializes a new instance of the Deployment class.
            </summary>
            <param name="properties">The deployment properties.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Deployment.Properties">
            <summary>
            Gets or sets the deployment properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Deployment.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult">
            <summary>
            The deployment export result.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult.#ctor">
            <summary>
            Initializes a new instance of the DeploymentExportResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the DeploymentExportResult class.
            </summary>
            <param name="template">The template content.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult.Template">
            <summary>
            Gets or sets the template content.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended">
            <summary>
            Deployment information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended.#ctor">
            <summary>
            Initializes a new instance of the DeploymentExtended class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended.#ctor(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended)">
            <summary>
            Initializes a new instance of the DeploymentExtended class.
            </summary>
            <param name="name">The name of the deployment.</param>
            <param name="id">The ID of the deployment.</param>
            <param name="properties">Deployment properties.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended.Id">
            <summary>
            Gets or sets the ID of the deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended.Name">
            <summary>
            Gets or sets the name of the deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended.Properties">
            <summary>
            Gets or sets deployment properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter">
            <summary>
            Deployment filter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter.#ctor">
            <summary>
            Initializes a new instance of the DeploymentExtendedFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DeploymentExtendedFilter class.
            </summary>
            <param name="provisioningState">The provisioning state.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter.ProvisioningState">
            <summary>
            Gets or sets the provisioning state.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode">
            <summary>
            Defines values for DeploymentMode.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation">
            <summary>
            Deployment operation information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation.#ctor">
            <summary>
            Initializes a new instance of the DeploymentOperation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation.#ctor(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties)">
            <summary>
            Initializes a new instance of the DeploymentOperation class.
            </summary>
            <param name="id">Full deployment operation ID.</param>
            <param name="operationId">Deployment operation ID.</param>
            <param name="properties">Deployment properties.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation.Id">
            <summary>
            Gets full deployment operation ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation.OperationId">
            <summary>
            Gets deployment operation ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation.Properties">
            <summary>
            Gets or sets deployment properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties">
            <summary>
            Deployment operation properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties.#ctor">
            <summary>
            Initializes a new instance of the DeploymentOperationProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties.#ctor(System.String,System.Nullable{System.DateTime},System.String,System.String,System.Object,Microsoft.Azure.Management.ResourceManager.Models.TargetResource,Microsoft.Azure.Management.ResourceManager.Models.HttpMessage,Microsoft.Azure.Management.ResourceManager.Models.HttpMessage)">
            <summary>
            Initializes a new instance of the DeploymentOperationProperties
            class.
            </summary>
            <param name="provisioningState">The state of the
            provisioning.</param>
            <param name="timestamp">The date and time of the operation.</param>
            <param name="serviceRequestId">Deployment operation service
            request id.</param>
            <param name="statusCode">Operation status code.</param>
            <param name="statusMessage">Operation status message.</param>
            <param name="targetResource">The target resource.</param>
            <param name="request">The HTTP request message.</param>
            <param name="response">The HTTP response message.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties.ProvisioningState">
            <summary>
            Gets the state of the provisioning.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties.Timestamp">
            <summary>
            Gets the date and time of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties.ServiceRequestId">
            <summary>
            Gets deployment operation service request id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties.StatusCode">
            <summary>
            Gets operation status code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties.StatusMessage">
            <summary>
            Gets operation status message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties.TargetResource">
            <summary>
            Gets the target resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties.Request">
            <summary>
            Gets the HTTP request message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties.Response">
            <summary>
            Gets the HTTP response message.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties">
            <summary>
            Deployment properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties.#ctor">
            <summary>
            Initializes a new instance of the DeploymentProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties.#ctor(Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode,System.Object,Microsoft.Azure.Management.ResourceManager.Models.TemplateLink,System.Object,Microsoft.Azure.Management.ResourceManager.Models.ParametersLink,Microsoft.Azure.Management.ResourceManager.Models.DebugSetting)">
            <summary>
            Initializes a new instance of the DeploymentProperties class.
            </summary>
            <param name="mode">The mode that is used to deploy resources. This
            value can be either Incremental or Complete. In Incremental mode,
            resources are deployed without deleting existing resources that
            are not included in the template. In Complete mode, resources are
            deployed and existing resources in the resource group that are
            not included in the template are deleted. Be careful when using
            Complete mode as you may unintentionally delete resources.
            Possible values include: 'Incremental', 'Complete'</param>
            <param name="template">The template content. You use this element
            when you want to pass the template syntax directly in the request
            rather than link to an existing template. It can be a JObject or
            well-formed JSON string. Use either the templateLink property or
            the template property, but not both.</param>
            <param name="templateLink">The URI of the template. Use either the
            templateLink property or the template property, but not
            both.</param>
            <param name="parameters">Name and value pairs that define the
            deployment parameters for the template. You use this element when
            you want to provide the parameter values directly in the request
            rather than link to an existing parameter file. Use either the
            parametersLink property or the parameters property, but not both.
            It can be a JObject or a well formed JSON string.</param>
            <param name="parametersLink">The URI of parameters file. You use
            this element to link to an existing parameters file. Use either
            the parametersLink property or the parameters property, but not
            both.</param>
            <param name="debugSetting">The debug setting of the
            deployment.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties.Template">
            <summary>
            Gets or sets the template content. You use this element when you
            want to pass the template syntax directly in the request rather
            than link to an existing template. It can be a JObject or
            well-formed JSON string. Use either the templateLink property or
            the template property, but not both.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties.TemplateLink">
            <summary>
            Gets or sets the URI of the template. Use either the templateLink
            property or the template property, but not both.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties.Parameters">
            <summary>
            Gets or sets name and value pairs that define the deployment
            parameters for the template. You use this element when you want
            to provide the parameter values directly in the request rather
            than link to an existing parameter file. Use either the
            parametersLink property or the parameters property, but not both.
            It can be a JObject or a well formed JSON string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties.ParametersLink">
            <summary>
            Gets or sets the URI of parameters file. You use this element to
            link to an existing parameters file. Use either the
            parametersLink property or the parameters property, but not both.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties.Mode">
            <summary>
            Gets or sets the mode that is used to deploy resources. This value
            can be either Incremental or Complete. In Incremental mode,
            resources are deployed without deleting existing resources that
            are not included in the template. In Complete mode, resources are
            deployed and existing resources in the resource group that are
            not included in the template are deleted. Be careful when using
            Complete mode as you may unintentionally delete resources.
            Possible values include: 'Incremental', 'Complete'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties.DebugSetting">
            <summary>
            Gets or sets the debug setting of the deployment.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended">
            <summary>
            Deployment properties with additional details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.#ctor">
            <summary>
            Initializes a new instance of the DeploymentPropertiesExtended
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.#ctor(System.String,System.String,System.Nullable{System.DateTime},System.Object,System.Collections.Generic.IList{Microsoft.Azure.Management.ResourceManager.Models.Provider},System.Collections.Generic.IList{Microsoft.Azure.Management.ResourceManager.Models.Dependency},System.Object,Microsoft.Azure.Management.ResourceManager.Models.TemplateLink,System.Object,Microsoft.Azure.Management.ResourceManager.Models.ParametersLink,System.Nullable{Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode},Microsoft.Azure.Management.ResourceManager.Models.DebugSetting)">
            <summary>
            Initializes a new instance of the DeploymentPropertiesExtended
            class.
            </summary>
            <param name="provisioningState">The state of the
            provisioning.</param>
            <param name="correlationId">The correlation ID of the
            deployment.</param>
            <param name="timestamp">The timestamp of the template
            deployment.</param>
            <param name="outputs">Key/value pairs that represent
            deploymentoutput.</param>
            <param name="providers">The list of resource providers needed for
            the deployment.</param>
            <param name="dependencies">The list of deployment
            dependencies.</param>
            <param name="template">The template content. Use only one of
            Template or TemplateLink.</param>
            <param name="templateLink">The URI referencing the template. Use
            only one of Template or TemplateLink.</param>
            <param name="parameters">Deployment parameters. Use only one of
            Parameters or ParametersLink.</param>
            <param name="parametersLink">The URI referencing the parameters.
            Use only one of Parameters or ParametersLink.</param>
            <param name="mode">The deployment mode. Possible values are
            Incremental and Complete. Possible values include: 'Incremental',
            'Complete'</param>
            <param name="debugSetting">The debug setting of the
            deployment.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.ProvisioningState">
            <summary>
            Gets the state of the provisioning.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.CorrelationId">
            <summary>
            Gets the correlation ID of the deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.Timestamp">
            <summary>
            Gets the timestamp of the template deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.Outputs">
            <summary>
            Gets or sets key/value pairs that represent deploymentoutput.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.Providers">
            <summary>
            Gets or sets the list of resource providers needed for the
            deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.Dependencies">
            <summary>
            Gets or sets the list of deployment dependencies.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.Template">
            <summary>
            Gets or sets the template content. Use only one of Template or
            TemplateLink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.TemplateLink">
            <summary>
            Gets or sets the URI referencing the template. Use only one of
            Template or TemplateLink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.Parameters">
            <summary>
            Gets or sets deployment parameters. Use only one of Parameters or
            ParametersLink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.ParametersLink">
            <summary>
            Gets or sets the URI referencing the parameters. Use only one of
            Parameters or ParametersLink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.Mode">
            <summary>
            Gets or sets the deployment mode. Possible values are Incremental
            and Complete. Possible values include: 'Incremental', 'Complete'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.DebugSetting">
            <summary>
            Gets or sets the debug setting of the deployment.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult">
            <summary>
            Information from validate template deployment response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult.#ctor">
            <summary>
            Initializes a new instance of the DeploymentValidateResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult.#ctor(Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails,Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended)">
            <summary>
            Initializes a new instance of the DeploymentValidateResult class.
            </summary>
            <param name="error">Validation error.</param>
            <param name="properties">The template deployment
            properties.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult.Error">
            <summary>
            Gets or sets validation error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult.Properties">
            <summary>
            Gets or sets the template deployment properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ExportTemplateRequest">
            <summary>
            Export resource group template request parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ExportTemplateRequest.#ctor">
            <summary>
            Initializes a new instance of the ExportTemplateRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ExportTemplateRequest.#ctor(System.Collections.Generic.IList{System.String},System.String)">
            <summary>
            Initializes a new instance of the ExportTemplateRequest class.
            </summary>
            <param name="resources">The IDs of the resources. The only
            supported string currently is '*' (all resources). Future updates
            will support exporting specific resources.</param>
            <param name="options">The export template options. Supported
            values include 'IncludeParameterDefaultValue', 'IncludeComments'
            or 'IncludeParameterDefaultValue, IncludeComments</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ExportTemplateRequest.Resources">
            <summary>
            Gets or sets the IDs of the resources. The only supported string
            currently is '*' (all resources). Future updates will support
            exporting specific resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ExportTemplateRequest.Options">
            <summary>
            Gets or sets the export template options. Supported values include
            'IncludeParameterDefaultValue', 'IncludeComments' or
            'IncludeParameterDefaultValue, IncludeComments
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.FeatureProperties">
            <summary>
            Information about feature.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.FeatureProperties.#ctor">
            <summary>
            Initializes a new instance of the FeatureProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.FeatureProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FeatureProperties class.
            </summary>
            <param name="state">The registration state of the feature for the
            subscription.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.FeatureProperties.State">
            <summary>
            Gets or sets the registration state of the feature for the
            subscription.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.FeatureResult">
            <summary>
            Previewed feature information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.FeatureResult.#ctor">
            <summary>
            Initializes a new instance of the FeatureResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.FeatureResult.#ctor(System.String,Microsoft.Azure.Management.ResourceManager.Models.FeatureProperties,System.String,System.String)">
            <summary>
            Initializes a new instance of the FeatureResult class.
            </summary>
            <param name="name">The name of the feature.</param>
            <param name="properties">Properties of the previewed
            feature.</param>
            <param name="id">The resource ID of the feature.</param>
            <param name="type">The resource type of the feature.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.FeatureResult.Name">
            <summary>
            Gets or sets the name of the feature.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.FeatureResult.Properties">
            <summary>
            Gets or sets properties of the previewed feature.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.FeatureResult.Id">
            <summary>
            Gets or sets the resource ID of the feature.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.FeatureResult.Type">
            <summary>
            Gets or sets the resource type of the feature.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Filter">
            <summary>
            Defines values for Filter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.GenericResource">
            <summary>
            Resource information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.GenericResource.#ctor">
            <summary>
            Initializes a new instance of the GenericResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.GenericResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.ResourceManager.Models.Plan,System.Object,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.Sku,Microsoft.Azure.Management.ResourceManager.Models.Identity)">
            <summary>
            Initializes a new instance of the GenericResource class.
            </summary>
            <param name="id">Resource ID</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="location">Resource location</param>
            <param name="tags">Resource tags</param>
            <param name="plan">The plan of the resource.</param>
            <param name="properties">The resource properties.</param>
            <param name="kind">The kind of the resource.</param>
            <param name="managedBy">ID of the resource that manages this
            resource.</param>
            <param name="sku">The SKU of the resource.</param>
            <param name="identity">The identity of the resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.GenericResource.Plan">
            <summary>
            Gets or sets the plan of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.GenericResource.Properties">
            <summary>
            Gets or sets the resource properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.GenericResource.Kind">
            <summary>
            Gets or sets the kind of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.GenericResource.ManagedBy">
            <summary>
            Gets or sets ID of the resource that manages this resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.GenericResource.Sku">
            <summary>
            Gets or sets the SKU of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.GenericResource.Identity">
            <summary>
            Gets or sets the identity of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.GenericResource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter">
            <summary>
            Resource filter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter.#ctor">
            <summary>
            Initializes a new instance of the GenericResourceFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the GenericResourceFilter class.
            </summary>
            <param name="resourceType">The resource type.</param>
            <param name="tagname">The tag name.</param>
            <param name="tagvalue">The tag value.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter.ResourceType">
            <summary>
            Gets or sets the resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter.Tagname">
            <summary>
            Gets or sets the tag name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter.Tagvalue">
            <summary>
            Gets or sets the tag value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.HttpMessage">
            <summary>
            HTTP message.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.HttpMessage.#ctor">
            <summary>
            Initializes a new instance of the HttpMessage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.HttpMessage.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the HttpMessage class.
            </summary>
            <param name="content">HTTP message content.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.HttpMessage.Content">
            <summary>
            Gets or sets HTTP message content.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Identity">
            <summary>
            Identity for the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Identity.#ctor">
            <summary>
            Initializes a new instance of the Identity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Identity.#ctor(System.String,System.String,System.Nullable{Microsoft.Azure.Management.ResourceManager.Models.ResourceIdentityType})">
            <summary>
            Initializes a new instance of the Identity class.
            </summary>
            <param name="principalId">The principal ID of resource
            identity.</param>
            <param name="tenantId">The tenant ID of resource.</param>
            <param name="type">The identity type. Possible values include:
            'SystemAssigned'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Identity.PrincipalId">
            <summary>
            Gets the principal ID of resource identity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Identity.TenantId">
            <summary>
            Gets the tenant ID of resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Identity.Type">
            <summary>
            Gets or sets the identity type. Possible values include:
            'SystemAssigned'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Location">
            <summary>
            Location information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Location.#ctor">
            <summary>
            Initializes a new instance of the Location class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Location.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Location class.
            </summary>
            <param name="id">The fully qualified ID of the location. For
            example,
            /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.</param>
            <param name="subscriptionId">The subscription ID.</param>
            <param name="name">The location name.</param>
            <param name="displayName">The display name of the location.</param>
            <param name="latitude">The latitude of the location.</param>
            <param name="longitude">The longitude of the location.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Location.Id">
            <summary>
            Gets the fully qualified ID of the location. For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Location.SubscriptionId">
            <summary>
            Gets the subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Location.Name">
            <summary>
            Gets the location name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Location.DisplayName">
            <summary>
            Gets the display name of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Location.Latitude">
            <summary>
            Gets the latitude of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Location.Longitude">
            <summary>
            Gets the longitude of the location.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.LockLevel">
            <summary>
            Defines values for LockLevel.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject">
            <summary>
            The lock information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject.#ctor">
            <summary>
            Initializes a new instance of the ManagementLockObject class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.ResourceManager.Models.ManagementLockOwner},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ManagementLockObject class.
            </summary>
            <param name="level">The level of the lock. Possible values are:
            NotSpecified, CanNotDelete, ReadOnly. CanNotDelete means
            authorized users are able to read and modify the resources, but
            not delete. ReadOnly means authorized users can only read from a
            resource, but they can't modify or delete it. Possible values
            include: 'NotSpecified', 'CanNotDelete', 'ReadOnly'</param>
            <param name="notes">Notes about the lock. Maximum of 512
            characters.</param>
            <param name="owners">The owners of the lock.</param>
            <param name="id">The resource ID of the lock.</param>
            <param name="type">The resource type of the lock -
            Microsoft.Authorization/locks.</param>
            <param name="name">The name of the lock.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject.Level">
            <summary>
            Gets or sets the level of the lock. Possible values are:
            NotSpecified, CanNotDelete, ReadOnly. CanNotDelete means
            authorized users are able to read and modify the resources, but
            not delete. ReadOnly means authorized users can only read from a
            resource, but they can't modify or delete it. Possible values
            include: 'NotSpecified', 'CanNotDelete', 'ReadOnly'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject.Notes">
            <summary>
            Gets or sets notes about the lock. Maximum of 512 characters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject.Owners">
            <summary>
            Gets or sets the owners of the lock.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject.Id">
            <summary>
            Gets the resource ID of the lock.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject.Type">
            <summary>
            Gets the resource type of the lock - Microsoft.Authorization/locks.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject.Name">
            <summary>
            Gets or sets the name of the lock.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockOwner">
            <summary>
            Lock owner properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockOwner.#ctor">
            <summary>
            Initializes a new instance of the ManagementLockOwner class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockOwner.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ManagementLockOwner class.
            </summary>
            <param name="applicationId">The application ID of the lock
            owner.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ManagementLockOwner.ApplicationId">
            <summary>
            Gets or sets the application ID of the lock owner.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ParametersLink">
            <summary>
            Entity representing the reference to the deployment paramaters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ParametersLink.#ctor">
            <summary>
            Initializes a new instance of the ParametersLink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ParametersLink.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ParametersLink class.
            </summary>
            <param name="uri">The URI of the parameters file.</param>
            <param name="contentVersion">If included, must match the
            ContentVersion in the template.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ParametersLink.Uri">
            <summary>
            Gets or sets the URI of the parameters file.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ParametersLink.ContentVersion">
            <summary>
            Gets or sets if included, must match the ContentVersion in the
            template.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ParametersLink.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Plan">
            <summary>
            Plan for the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Plan.#ctor">
            <summary>
            Initializes a new instance of the Plan class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Plan.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Plan class.
            </summary>
            <param name="name">The plan ID.</param>
            <param name="publisher">The publisher ID.</param>
            <param name="product">The offer ID.</param>
            <param name="promotionCode">The promotion code.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Plan.Name">
            <summary>
            Gets or sets the plan ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Plan.Publisher">
            <summary>
            Gets or sets the publisher ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Plan.Product">
            <summary>
            Gets or sets the offer ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Plan.PromotionCode">
            <summary>
            Gets or sets the promotion code.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment">
            <summary>
            The policy definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment.#ctor">
            <summary>
            Initializes a new instance of the PolicyAssignment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the PolicyAssignment class.
            </summary>
            <param name="displayName">The display name of the policy
            assignment.</param>
            <param name="policyDefinitionId">The ID of the policy
            definition.</param>
            <param name="scope">The scope for the policy assignment.</param>
            <param name="id">The ID of the policy assignment.</param>
            <param name="type">The type of the policy assignment.</param>
            <param name="name">The name of the policy assignment.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment.DisplayName">
            <summary>
            Gets or sets the display name of the policy assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment.PolicyDefinitionId">
            <summary>
            Gets or sets the ID of the policy definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment.Scope">
            <summary>
            Gets or sets the scope for the policy assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment.Id">
            <summary>
            Gets or sets the ID of the policy assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment.Type">
            <summary>
            Gets or sets the type of the policy assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment.Name">
            <summary>
            Gets or sets the name of the policy assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition">
            <summary>
            The policy definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition.#ctor">
            <summary>
            Initializes a new instance of the PolicyDefinition class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition.#ctor(System.String,System.String,System.String,System.Object,System.String,System.String)">
            <summary>
            Initializes a new instance of the PolicyDefinition class.
            </summary>
            <param name="policyType">The type of policy definition. Possible
            values are NotSpecified, BuiltIn, and Custom. Possible values
            include: 'NotSpecified', 'BuiltIn', 'Custom'</param>
            <param name="displayName">The display name of the policy
            definition.</param>
            <param name="description">The policy definition
            description.</param>
            <param name="policyRule">The policy rule.</param>
            <param name="id">The ID of the policy definition.</param>
            <param name="name">The name of the policy definition. If you do
            not specify a value for name, the value is inferred from the name
            value in the request URI.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition.PolicyType">
            <summary>
            Gets or sets the type of policy definition. Possible values are
            NotSpecified, BuiltIn, and Custom. Possible values include:
            'NotSpecified', 'BuiltIn', 'Custom'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition.DisplayName">
            <summary>
            Gets or sets the display name of the policy definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition.Description">
            <summary>
            Gets or sets the policy definition description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition.PolicyRule">
            <summary>
            Gets or sets the policy rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition.Id">
            <summary>
            Gets or sets the ID of the policy definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition.Name">
            <summary>
            Gets or sets the name of the policy definition. If you do not
            specify a value for name, the value is inferred from the name
            value in the request URI.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.policyType">
            <summary>
            Defines values for policyType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Provider">
            <summary>
            Resource provider information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Provider.#ctor">
            <summary>
            Initializes a new instance of the Provider class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Provider.#ctor(System.String,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType})">
            <summary>
            Initializes a new instance of the Provider class.
            </summary>
            <param name="id">The provider ID.</param>
            <param name="namespaceProperty">The namespace of the resource
            provider.</param>
            <param name="registrationState">The registration state of the
            provider.</param>
            <param name="resourceTypes">The collection of provider resource
            types.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Provider.Id">
            <summary>
            Gets the provider ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Provider.NamespaceProperty">
            <summary>
            Gets or sets the namespace of the resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Provider.RegistrationState">
            <summary>
            Gets the registration state of the provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Provider.ResourceTypes">
            <summary>
            Gets the collection of provider resource types.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType">
            <summary>
            Resource type managed by the resource provider.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType.#ctor">
            <summary>
            Initializes a new instance of the ProviderResourceType class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType.#ctor(System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{Microsoft.Azure.Management.ResourceManager.Models.AliasType},System.Collections.Generic.IList{System.String},System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the ProviderResourceType class.
            </summary>
            <param name="resourceType">The resource type.</param>
            <param name="locations">The collection of locations where this
            resource type can be created.</param>
            <param name="aliases">The aliases that are supported by this
            resource type.</param>
            <param name="apiVersions">The API version.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType.ResourceType">
            <summary>
            Gets or sets the resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType.Locations">
            <summary>
            Gets or sets the collection of locations where this resource type
            can be created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType.Aliases">
            <summary>
            Gets or sets the aliases that are supported by this resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType.ApiVersions">
            <summary>
            Gets or sets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType.Properties">
            <summary>
            Gets or sets the properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Resource">
            <summary>
            Resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
            <param name="id">Resource ID</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="location">Resource location</param>
            <param name="tags">Resource tags</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Resource.Id">
            <summary>
            Gets resource ID
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Resource.Name">
            <summary>
            Gets resource name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Resource.Type">
            <summary>
            Gets resource type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Resource.Location">
            <summary>
            Gets or sets resource location
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Resource.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroup class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup.#ctor(System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupProperties,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the ResourceGroup class.
            </summary>
            <param name="location">The location of the resource group. It
            cannot be changed after the resource group has been created. It
            muct be one of the supported Azure locations.</param>
            <param name="id">The ID of the resource group.</param>
            <param name="name">The name of the resource group.</param>
            <param name="managedBy">The ID of the resource that manages this
            resource group.</param>
            <param name="tags">The tags attached to the resource group.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup.Id">
            <summary>
            Gets the ID of the resource group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup.Name">
            <summary>
            Gets or sets the name of the resource group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup.Properties">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup.Location">
            <summary>
            Gets or sets the location of the resource group. It cannot be
            changed after the resource group has been created. It muct be one
            of the supported Azure locations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup.ManagedBy">
            <summary>
            Gets or sets the ID of the resource that manages this resource
            group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup.Tags">
            <summary>
            Gets or sets the tags attached to the resource group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupExportResult">
            <summary>
            Resource group export result.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupExportResult.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupExportResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupExportResult.#ctor(System.Object,Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails)">
            <summary>
            Initializes a new instance of the ResourceGroupExportResult class.
            </summary>
            <param name="template">The template content.</param>
            <param name="error">The error.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupExportResult.Template">
            <summary>
            Gets or sets the template content.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupExportResult.Error">
            <summary>
            Gets or sets the error.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupFilter">
            <summary>
            Resource group filter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupFilter.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupFilter.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceGroupFilter class.
            </summary>
            <param name="tagName">The tag name.</param>
            <param name="tagValue">The tag value.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupFilter.TagName">
            <summary>
            Gets or sets the tag name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupFilter.TagValue">
            <summary>
            Gets or sets the tag value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupPatchable class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable.#ctor(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupProperties,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the ResourceGroupPatchable class.
            </summary>
            <param name="name">The name of the resource group.</param>
            <param name="managedBy">The ID of the resource that manages this
            resource group.</param>
            <param name="tags">The tags attached to the resource group.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable.Name">
            <summary>
            Gets or sets the name of the resource group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable.Properties">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable.ManagedBy">
            <summary>
            Gets or sets the ID of the resource that manages this resource
            group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable.Tags">
            <summary>
            Gets or sets the tags attached to the resource group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupProperties">
            <summary>
            The resource group properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupProperties.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ResourceGroupProperties class.
            </summary>
            <param name="provisioningState">The provisioning state. </param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupProperties.ProvisioningState">
            <summary>
            Gets the provisioning state.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceIdentityType">
            <summary>
            Defines values for ResourceIdentityType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceLink">
            <summary>
            The resource link.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceLink.#ctor">
            <summary>
            Initializes a new instance of the ResourceLink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceLink.#ctor(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkProperties)">
            <summary>
            Initializes a new instance of the ResourceLink class.
            </summary>
            <param name="id">The fully qualified ID of the resource
            link.</param>
            <param name="name">The name of the resource link.</param>
            <param name="properties">Properties for resource link.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceLink.Id">
            <summary>
            Gets the fully qualified ID of the resource link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceLink.Name">
            <summary>
            Gets the name of the resource link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceLink.Properties">
            <summary>
            Gets or sets properties for resource link.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceLink.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter">
            <summary>
            Resource link filter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter.#ctor">
            <summary>
            Initializes a new instance of the ResourceLinkFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ResourceLinkFilter class.
            </summary>
            <param name="targetId">The ID of the target resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter.TargetId">
            <summary>
            Gets or sets the ID of the target resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkProperties">
            <summary>
            The resource link properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkProperties.#ctor">
            <summary>
            Initializes a new instance of the ResourceLinkProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkProperties.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceLinkProperties class.
            </summary>
            <param name="targetId">The fully qualified ID of the target
            resource in the link.</param>
            <param name="sourceId">The fully qualified ID of the source
            resource in the link. </param>
            <param name="notes">Notes about the resource link.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkProperties.SourceId">
            <summary>
            Gets the fully qualified ID of the source resource in the link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkProperties.TargetId">
            <summary>
            Gets or sets the fully qualified ID of the target resource in the
            link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkProperties.Notes">
            <summary>
            Gets or sets notes about the resource link.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkProperties.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails">
            <summary>
            The detailed error message of resource management.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails.#ctor">
            <summary>
            Initializes a new instance of the
            ResourceManagementErrorWithDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails.#ctor(System.String,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails})">
            <summary>
            Initializes a new instance of the
            ResourceManagementErrorWithDetails class.
            </summary>
            <param name="code">The error code returned when exporting the
            template.</param>
            <param name="message">The error message describing the export
            error.</param>
            <param name="target">The target of the error.</param>
            <param name="details">Validation error.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails.Code">
            <summary>
            Gets the error code returned when exporting the template.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails.Message">
            <summary>
            Gets the error message describing the export error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails.Target">
            <summary>
            Gets the target of the error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails.Details">
            <summary>
            Gets validation error.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourceProviderOperationDisplayProperties">
            <summary>
            Resource provider operation's display properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceProviderOperationDisplayProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ResourceProviderOperationDisplayProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourceProviderOperationDisplayProperties.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the
            ResourceProviderOperationDisplayProperties class.
            </summary>
            <param name="publisher">Operation description.</param>
            <param name="provider">Operation provider.</param>
            <param name="resource">Operation resource.</param>
            <param name="operation">Operation.</param>
            <param name="description">Operation description.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceProviderOperationDisplayProperties.Publisher">
            <summary>
            Gets or sets operation description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceProviderOperationDisplayProperties.Provider">
            <summary>
            Gets or sets operation provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceProviderOperationDisplayProperties.Resource">
            <summary>
            Gets or sets operation resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceProviderOperationDisplayProperties.Operation">
            <summary>
            Gets or sets operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourceProviderOperationDisplayProperties.Description">
            <summary>
            Gets or sets operation description.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo">
            <summary>
            Parameters of move resources.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo.#ctor">
            <summary>
            Initializes a new instance of the ResourcesMoveInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo.#ctor(System.Collections.Generic.IList{System.String},System.String)">
            <summary>
            Initializes a new instance of the ResourcesMoveInfo class.
            </summary>
            <param name="resources">The IDs of the resources.</param>
            <param name="targetResourceGroup">The target resource
            group.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo.Resources">
            <summary>
            Gets or sets the IDs of the resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo.TargetResourceGroup">
            <summary>
            Gets or sets the target resource group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Sku">
            <summary>
            SKU for the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Sku.#ctor(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
            <param name="name">The SKU name.</param>
            <param name="tier">The SKU tier.</param>
            <param name="size">The SKU size.</param>
            <param name="family">The SKU family.</param>
            <param name="model">The SKU model.</param>
            <param name="capacity">The SKU capacity.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Sku.Name">
            <summary>
            Gets or sets the SKU name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Sku.Tier">
            <summary>
            Gets or sets the SKU tier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Sku.Size">
            <summary>
            Gets or sets the SKU size.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Sku.Family">
            <summary>
            Gets or sets the SKU family.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Sku.Model">
            <summary>
            Gets or sets the SKU model.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Sku.Capacity">
            <summary>
            Gets or sets the SKU capacity.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.spendingLimit">
            <summary>
            Defines values for spendingLimit.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.SubResource">
            <summary>
            Sub-resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.SubResource.#ctor">
            <summary>
            Initializes a new instance of the SubResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.SubResource.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SubResource class.
            </summary>
            <param name="id">Resource ID</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.SubResource.Id">
            <summary>
            Gets or sets resource ID
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.Subscription">
            <summary>
            Subscription information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Subscription.#ctor">
            <summary>
            Initializes a new instance of the Subscription class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.Subscription.#ctor(System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.ResourceManager.Models.SubscriptionState},Microsoft.Azure.Management.ResourceManager.Models.SubscriptionPolicies,System.String)">
            <summary>
            Initializes a new instance of the Subscription class.
            </summary>
            <param name="id">The fully qualified ID for the subscription. For
            example,
            /subscriptions/00000000-0000-0000-0000-000000000000.</param>
            <param name="subscriptionId">The subscription ID.</param>
            <param name="displayName">The subscription display name.</param>
            <param name="state">The subscription state. Possible values are
            Enabled, Warned, PastDue, Disabled, and Deleted. Possible values
            include: 'Enabled', 'Warned', 'PastDue', 'Disabled',
            'Deleted'</param>
            <param name="subscriptionPolicies">The subscription
            policies.</param>
            <param name="authorizationSource">The authorization source of the
            request. Valid values are one or more combinations of Legacy,
            RoleBased, Bypassed, Direct and Management. For example, 'Legacy,
            RoleBased'.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Subscription.Id">
            <summary>
            Gets the fully qualified ID for the subscription. For example,
            /subscriptions/00000000-0000-0000-0000-000000000000.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Subscription.SubscriptionId">
            <summary>
            Gets the subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Subscription.DisplayName">
            <summary>
            Gets the subscription display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Subscription.State">
            <summary>
            Gets the subscription state. Possible values are Enabled, Warned,
            PastDue, Disabled, and Deleted. Possible values include:
            'Enabled', 'Warned', 'PastDue', 'Disabled', 'Deleted'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Subscription.SubscriptionPolicies">
            <summary>
            Gets or sets the subscription policies.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.Subscription.AuthorizationSource">
            <summary>
            Gets or sets the authorization source of the request. Valid values
            are one or more combinations of Legacy, RoleBased, Bypassed,
            Direct and Management. For example, 'Legacy, RoleBased'.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.SubscriptionPolicies">
            <summary>
            Subscription policies.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.SubscriptionPolicies.#ctor">
            <summary>
            Initializes a new instance of the SubscriptionPolicies class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.SubscriptionPolicies.#ctor(System.String,System.String,System.Nullable{Microsoft.Azure.Management.ResourceManager.Models.spendingLimit})">
            <summary>
            Initializes a new instance of the SubscriptionPolicies class.
            </summary>
            <param name="locationPlacementId">The subscription location
            placement ID. The ID indicates which regions are visible for a
            subscription. For example, a subscription with a location
            placement Id of Public_2014-09-01 has access to Azure public
            regions.</param>
            <param name="quotaId">The subscription quota ID.</param>
            <param name="spendingLimit">The subscription spending limit.
            Possible values include: 'On', 'Off', 'CurrentPeriodOff'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.SubscriptionPolicies.LocationPlacementId">
            <summary>
            Gets the subscription location placement ID. The ID indicates
            which regions are visible for a subscription. For example, a
            subscription with a location placement Id of Public_2014-09-01
            has access to Azure public regions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.SubscriptionPolicies.QuotaId">
            <summary>
            Gets the subscription quota ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.SubscriptionPolicies.SpendingLimit">
            <summary>
            Gets the subscription spending limit. Possible values include:
            'On', 'Off', 'CurrentPeriodOff'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.SubscriptionState">
            <summary>
            Defines values for SubscriptionState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.TagCount">
            <summary>
            Tag count.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TagCount.#ctor">
            <summary>
            Initializes a new instance of the TagCount class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TagCount.#ctor(System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the TagCount class.
            </summary>
            <param name="type">Type of count.</param>
            <param name="value">Value of count.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TagCount.Type">
            <summary>
            Gets or sets type of count.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TagCount.Value">
            <summary>
            Gets or sets value of count.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.TagDetails">
            <summary>
            Tag details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TagDetails.#ctor">
            <summary>
            Initializes a new instance of the TagDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TagDetails.#ctor(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.TagCount,System.Collections.Generic.IList{Microsoft.Azure.Management.ResourceManager.Models.TagValue})">
            <summary>
            Initializes a new instance of the TagDetails class.
            </summary>
            <param name="id">The tag ID.</param>
            <param name="tagName">The tag name.</param>
            <param name="count">The total number of resources that use the
            resource tag. When a tag is initially created and has no
            associated resources, the value is 0.</param>
            <param name="values">The list of tag values.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TagDetails.Id">
            <summary>
            Gets or sets the tag ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TagDetails.TagName">
            <summary>
            Gets or sets the tag name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TagDetails.Count">
            <summary>
            Gets or sets the total number of resources that use the resource
            tag. When a tag is initially created and has no associated
            resources, the value is 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TagDetails.Values">
            <summary>
            Gets or sets the list of tag values.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.TagValue">
            <summary>
            Tag information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TagValue.#ctor">
            <summary>
            Initializes a new instance of the TagValue class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TagValue.#ctor(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.TagCount)">
            <summary>
            Initializes a new instance of the TagValue class.
            </summary>
            <param name="id">The tag ID.</param>
            <param name="tagValueProperty">The tag value.</param>
            <param name="count">The tag value count.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TagValue.Id">
            <summary>
            Gets or sets the tag ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TagValue.TagValueProperty">
            <summary>
            Gets or sets the tag value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TagValue.Count">
            <summary>
            Gets or sets the tag value count.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.TargetResource">
            <summary>
            Target resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TargetResource.#ctor">
            <summary>
            Initializes a new instance of the TargetResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TargetResource.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the TargetResource class.
            </summary>
            <param name="id">The ID of the resource.</param>
            <param name="resourceName">The name of the resource.</param>
            <param name="resourceType">The type of the resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TargetResource.Id">
            <summary>
            Gets or sets the ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TargetResource.ResourceName">
            <summary>
            Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TargetResource.ResourceType">
            <summary>
            Gets or sets the type of the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.TemplateLink">
            <summary>
            Entity representing the reference to the template.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TemplateLink.#ctor">
            <summary>
            Initializes a new instance of the TemplateLink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TemplateLink.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the TemplateLink class.
            </summary>
            <param name="uri">The URI of the template to deploy.</param>
            <param name="contentVersion">If included, must match the
            ContentVersion in the template.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TemplateLink.Uri">
            <summary>
            Gets or sets the URI of the template to deploy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TemplateLink.ContentVersion">
            <summary>
            Gets or sets if included, must match the ContentVersion in the
            template.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TemplateLink.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription">
            <summary>
            Tenant Id information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription.#ctor">
            <summary>
            Initializes a new instance of the TenantIdDescription class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the TenantIdDescription class.
            </summary>
            <param name="id">The fully qualified ID of the tenant. For
            example, /tenants/00000000-0000-0000-0000-000000000000.</param>
            <param name="tenantId">The tenant ID. For example,
            00000000-0000-0000-0000-000000000000.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription.Id">
            <summary>
            Gets the fully qualified ID of the tenant. For example,
            /tenants/00000000-0000-0000-0000-000000000000.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription.TenantId">
            <summary>
            Gets the tenant ID. For example,
            00000000-0000-0000-0000-000000000000.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations">
            <summary>
            PolicyAssignmentsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.#ctor(Microsoft.Azure.Management.ResourceManager.PolicyClient)">
            <summary>
            Initializes a new instance of the PolicyAssignmentsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.Client">
            <summary>
            Gets a reference to the PolicyClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a policy assignment.
            </summary>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.CreateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a policy assignment.
            </summary>
            <remarks>
            Policy assignments are inherited by child resources. For example, when you
            apply a policy to a resource group that policy is assigned to all
            resources in the group.
            </remarks>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment.
            </param>
            <param name='parameters'>
            Parameters for the policy assignment.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a policy assignment.
            </summary>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment to get.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.ListForResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for the resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains policy assignments.
            </param>
            <param name='filter'>
            The filter to apply on the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.ListForResourceWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource path.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource with policy assignments.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the policy assignments for a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.DeleteByIdWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a policy assignment by ID.
            </summary>
            <remarks>
            When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to delete. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.CreateByIdWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a policy assignment by ID.
            </summary>
            <remarks>
            Policy assignments are inherited by child resources. For example, when you
            apply a policy to a resource group that policy is assigned to all
            resources in the group. When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to create. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
            <param name='parameters'>
            Parameters for policy assignment.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.GetByIdWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a policy assignment by ID.
            </summary>
            <remarks>
            When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to get. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.ListForResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for the resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.ListForResourceNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for a resource.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the policy assignments for a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions">
            <summary>
            Extension methods for PolicyAssignmentsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.Delete(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.String)">
            <summary>
            Deletes a policy assignment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a policy assignment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.Create(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment)">
            <summary>
            Creates a policy assignment.
            </summary>
            <remarks>
            Policy assignments are inherited by child resources. For example, when you
            apply a policy to a resource group that policy is assigned to all
            resources in the group.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment.
            </param>
            <param name='parameters'>
            Parameters for the policy assignment.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.CreateAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates a policy assignment.
            </summary>
            <remarks>
            Policy assignments are inherited by child resources. For example, when you
            apply a policy to a resource group that policy is assigned to all
            resources in the group.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment.
            </param>
            <param name='parameters'>
            Parameters for the policy assignment.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.String)">
            <summary>
            Gets a policy assignment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment to get.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a policy assignment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The scope of the policy assignment.
            </param>
            <param name='policyAssignmentName'>
            The name of the policy assignment to get.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListForResourceGroup(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.String)">
            <summary>
            Gets policy assignments for the resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains policy assignments.
            </param>
            <param name='filter'>
            The filter to apply on the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListForResourceGroupAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for the resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains policy assignments.
            </param>
            <param name='filter'>
            The filter to apply on the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListForResource(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment})">
            <summary>
            Gets policy assignments for a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource path.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource with policy assignments.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListForResourceAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment},System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource path.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource with policy assignments.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment})">
            <summary>
            Gets all the policy assignments for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment},System.Threading.CancellationToken)">
            <summary>
            Gets all the policy assignments for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.DeleteById(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String)">
            <summary>
            Deletes a policy assignment by ID.
            </summary>
            <remarks>
            When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to delete. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.DeleteByIdAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a policy assignment by ID.
            </summary>
            <remarks>
            When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to delete. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.CreateById(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment)">
            <summary>
            Creates a policy assignment by ID.
            </summary>
            <remarks>
            Policy assignments are inherited by child resources. For example, when you
            apply a policy to a resource group that policy is assigned to all
            resources in the group. When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to create. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
            <param name='parameters'>
            Parameters for policy assignment.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.CreateByIdAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates a policy assignment by ID.
            </summary>
            <remarks>
            Policy assignments are inherited by child resources. For example, when you
            apply a policy to a resource group that policy is assigned to all
            resources in the group. When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to create. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
            <param name='parameters'>
            Parameters for policy assignment.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.GetById(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String)">
            <summary>
            Gets a policy assignment by ID.
            </summary>
            <remarks>
            When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to get. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.GetByIdAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a policy assignment by ID.
            </summary>
            <remarks>
            When providing a scope for the assigment, use
            '/subscriptions/{subscription-id}/' for subscriptions,
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}'
            for resource groups, and
            '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}'
            for resources.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyAssignmentId'>
            The ID of the policy assignment to get. Use the format
            '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListForResourceGroupNext(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String)">
            <summary>
            Gets policy assignments for the resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListForResourceGroupNextAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for the resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListForResourceNext(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String)">
            <summary>
            Gets policy assignments for a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListForResourceNextAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets policy assignments for a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String)">
            <summary>
            Gets all the policy assignments for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyAssignmentsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the policy assignments for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.PolicyClient">
            <summary>
            To manage and control access to your resources, you can define
            customized policies and assign them at a scope.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.SubscriptionId">
            <summary>
            The ID of the target subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.ApiVersion">
            <summary>
            The API version to use for the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.PolicyAssignments">
            <summary>
            Gets the IPolicyAssignmentsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyClient.PolicyDefinitions">
            <summary>
            Gets the IPolicyDefinitionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the PolicyClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the PolicyClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the PolicyClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the PolicyClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the PolicyClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the PolicyClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the PolicyClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the PolicyClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperations">
            <summary>
            PolicyDefinitionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperations.#ctor(Microsoft.Azure.Management.ResourceManager.PolicyClient)">
            <summary>
            Initializes a new instance of the PolicyDefinitionsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperations.Client">
            <summary>
            Gets a reference to the PolicyClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a policy definition.
            </summary>
            <param name='policyDefinitionName'>
            The name of the policy definition to create.
            </param>
            <param name='parameters'>
            The policy definition properties.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a policy definition.
            </summary>
            <param name='policyDefinitionName'>
            The name of the policy definition to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the policy definition.
            </summary>
            <param name='policyDefinitionName'>
            The name of the policy definition to get.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the policy definitions for a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the policy definitions for a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions">
            <summary>
            Extension methods for PolicyDefinitionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition)">
            <summary>
            Creates or updates a policy definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyDefinitionName'>
            The name of the policy definition to create.
            </param>
            <param name='parameters'>
            The policy definition properties.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a policy definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyDefinitionName'>
            The name of the policy definition to create.
            </param>
            <param name='parameters'>
            The policy definition properties.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions.Delete(Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations,System.String)">
            <summary>
            Deletes a policy definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyDefinitionName'>
            The name of the policy definition to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a policy definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyDefinitionName'>
            The name of the policy definition to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations,System.String)">
            <summary>
            Gets the policy definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyDefinitionName'>
            The name of the policy definition to get.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the policy definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='policyDefinitionName'>
            The name of the policy definition to get.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition})">
            <summary>
            Gets all the policy definitions for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition},System.Threading.CancellationToken)">
            <summary>
            Gets all the policy definitions for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations,System.String)">
            <summary>
            Gets all the policy definitions for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.PolicyDefinitionsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the policy definitions for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ProvidersOperations">
            <summary>
            ProvidersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperations.#ctor(Microsoft.Azure.Management.ResourceManager.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the ProvidersOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ProvidersOperations.Client">
            <summary>
            Gets a reference to the ResourceManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperations.UnregisterWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Unregisters a subscription from a resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider to unregister.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperations.RegisterWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Registers a subscription with a resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider to register.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperations.ListWithHttpMessagesAsync(System.Nullable{System.Int32},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all resource providers for a subscription.
            </summary>
            <param name='top'>
            The number of results to return. If null is passed returns all deployments.
            </param>
            <param name='expand'>
            The properties to include in the results. For example, use
            &amp;$expand=metadata in the query string to retrieve resource provider
            metadata. To include property aliases in response, use
            $expand=resourceTypes/aliases.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the specified resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='expand'>
            The $expand query parameter. For example, to include property aliases in
            response, use $expand=resourceTypes/aliases.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all resource providers for a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions">
            <summary>
            Extension methods for ProvidersOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions.Unregister(Microsoft.Azure.Management.ResourceManager.IProvidersOperations,System.String)">
            <summary>
            Unregisters a subscription from a resource provider.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider to unregister.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions.UnregisterAsync(Microsoft.Azure.Management.ResourceManager.IProvidersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Unregisters a subscription from a resource provider.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider to unregister.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions.Register(Microsoft.Azure.Management.ResourceManager.IProvidersOperations,System.String)">
            <summary>
            Registers a subscription with a resource provider.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider to register.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions.RegisterAsync(Microsoft.Azure.Management.ResourceManager.IProvidersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Registers a subscription with a resource provider.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider to register.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.IProvidersOperations,System.Nullable{System.Int32},System.String)">
            <summary>
            Gets all resource providers for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='top'>
            The number of results to return. If null is passed returns all deployments.
            </param>
            <param name='expand'>
            The properties to include in the results. For example, use
            &amp;$expand=metadata in the query string to retrieve resource provider
            metadata. To include property aliases in response, use
            $expand=resourceTypes/aliases.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.IProvidersOperations,System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all resource providers for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='top'>
            The number of results to return. If null is passed returns all deployments.
            </param>
            <param name='expand'>
            The properties to include in the results. For example, use
            &amp;$expand=metadata in the query string to retrieve resource provider
            metadata. To include property aliases in response, use
            $expand=resourceTypes/aliases.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IProvidersOperations,System.String,System.String)">
            <summary>
            Gets the specified resource provider.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='expand'>
            The $expand query parameter. For example, to include property aliases in
            response, use $expand=resourceTypes/aliases.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IProvidersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the specified resource provider.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='expand'>
            The $expand query parameter. For example, to include property aliases in
            response, use $expand=resourceTypes/aliases.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.IProvidersOperations,System.String)">
            <summary>
            Gets all resource providers for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ProvidersOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.IProvidersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all resource providers for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations">
            <summary>
            ResourceGroupsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.#ctor(Microsoft.Azure.Management.ResourceManager.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the ResourceGroupsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.Client">
            <summary>
            Gets a reference to the ResourceManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.CheckExistenceWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks whether a resource group exists.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to check. The name is case insensitive.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to create or update.
            </param>
            <param name='parameters'>
            Parameters supplied to the create or update a resource group.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource group.
            </summary>
            <remarks>
            When you delete a resource group, all of its resources are also deleted.
            Deleting a resource group deletes all of its template deployments and
            currently stored operations.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to delete. The name is case insensitive.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.UpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a resource group.
            </summary>
            <remarks>
            Resource groups can be updated through a simple PATCH operation to a group
            address. The format of the request is the same as that for creating a
            resource group. If a field is unspecified, the current value is retained.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to update. The name is case insensitive.
            </param>
            <param name='parameters'>
            Parameters supplied to update a resource group.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.ExportTemplateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ExportTemplateRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Captures the specified resource group as a template.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to export as a template.
            </param>
            <param name='parameters'>
            Parameters for exporting the template.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the resource groups for a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource group.
            </summary>
            <remarks>
            When you delete a resource group, all of its resources are also deleted.
            Deleting a resource group deletes all of its template deployments and
            currently stored operations.
            </remarks>
            <param name='resourceGroupName'>
            The name of the resource group to delete. The name is case insensitive.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the resource groups for a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions">
            <summary>
            Extension methods for ResourceGroupsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.CheckExistence(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String)">
            <summary>
            Checks whether a resource group exists.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to check. The name is case insensitive.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.CheckExistenceAsync(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Checks whether a resource group exists.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to check. The name is case insensitive.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup)">
            <summary>
            Creates or updates a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to create or update.
            </param>
            <param name='parameters'>
            Parameters supplied to the create or update a resource group.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceGroup,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to create or update.
            </param>
            <param name='parameters'>
            Parameters supplied to the create or update a resource group.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.Delete(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String)">
            <summary>
            Deletes a resource group.
            </summary>
            <remarks>
            When you delete a resource group, all of its resources are also deleted.
            Deleting a resource group deletes all of its template deployments and
            currently stored operations.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to delete. The name is case insensitive.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a resource group.
            </summary>
            <remarks>
            When you delete a resource group, all of its resources are also deleted.
            Deleting a resource group deletes all of its template deployments and
            currently stored operations.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to delete. The name is case insensitive.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String)">
            <summary>
            Gets a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.Update(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable)">
            <summary>
            Updates a resource group.
            </summary>
            <remarks>
            Resource groups can be updated through a simple PATCH operation to a group
            address. The format of the request is the same as that for creating a
            resource group. If a field is unspecified, the current value is retained.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to update. The name is case insensitive.
            </param>
            <param name='parameters'>
            Parameters supplied to update a resource group.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable,System.Threading.CancellationToken)">
            <summary>
            Updates a resource group.
            </summary>
            <remarks>
            Resource groups can be updated through a simple PATCH operation to a group
            address. The format of the request is the same as that for creating a
            resource group. If a field is unspecified, the current value is retained.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to update. The name is case insensitive.
            </param>
            <param name='parameters'>
            Parameters supplied to update a resource group.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.ExportTemplate(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ExportTemplateRequest)">
            <summary>
            Captures the specified resource group as a template.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to export as a template.
            </param>
            <param name='parameters'>
            Parameters for exporting the template.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.ExportTemplateAsync(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ExportTemplateRequest,System.Threading.CancellationToken)">
            <summary>
            Captures the specified resource group as a template.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to export as a template.
            </param>
            <param name='parameters'>
            Parameters for exporting the template.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupFilter})">
            <summary>
            Gets all the resource groups for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupFilter},System.Threading.CancellationToken)">
            <summary>
            Gets all the resource groups for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.BeginDelete(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String)">
            <summary>
            Deletes a resource group.
            </summary>
            <remarks>
            When you delete a resource group, all of its resources are also deleted.
            Deleting a resource group deletes all of its template deployments and
            currently stored operations.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to delete. The name is case insensitive.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a resource group.
            </summary>
            <remarks>
            When you delete a resource group, all of its resources are also deleted.
            Deleting a resource group deletes all of its template deployments and
            currently stored operations.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group to delete. The name is case insensitive.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String)">
            <summary>
            Gets all the resource groups for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceGroupsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.IResourceGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the resource groups for a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperations">
            <summary>
            ResourceLinksOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperations.#ctor(Microsoft.Azure.Management.ResourceManager.ManagementLinkClient)">
            <summary>
            Initializes a new instance of the ResourceLinksOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperations.Client">
            <summary>
            Gets a reference to the ManagementLinkClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource link with the specified ID.
            </summary>
            <param name='linkId'>
            The fully qualified ID of the resource link. Use the format,
            /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name}.
            For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceLink,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a resource link between the specified resources.
            </summary>
            <param name='linkId'>
            The fully qualified ID of the resource link. Use the format,
            /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name}.
            For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
            <param name='parameters'>
            Parameters for creating or updating a resource link.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a resource link with the specified ID.
            </summary>
            <param name='linkId'>
            The fully qualified Id of the resource link. For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperations.ListAtSubscriptionWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the linked resources for the subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperations.ListAtSourceScopeWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of resource links at and below the specified source scope.
            </summary>
            <param name='scope'>
            The fully qualified ID of the scope for getting the resource links. For
            example, to list resource links at and under a resource group, set the
            scope to
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperations.ListAtSubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the linked resources for the subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperations.ListAtSourceScopeNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of resource links at and below the specified source scope.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions">
            <summary>
            Extension methods for ResourceLinksOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.Delete(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String)">
            <summary>
            Deletes a resource link with the specified ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='linkId'>
            The fully qualified ID of the resource link. Use the format,
            /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name}.
            For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a resource link with the specified ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='linkId'>
            The fully qualified ID of the resource link. Use the format,
            /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name}.
            For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceLink)">
            <summary>
            Creates or updates a resource link between the specified resources.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='linkId'>
            The fully qualified ID of the resource link. Use the format,
            /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name}.
            For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
            <param name='parameters'>
            Parameters for creating or updating a resource link.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourceLink,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a resource link between the specified resources.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='linkId'>
            The fully qualified ID of the resource link. Use the format,
            /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name}.
            For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
            <param name='parameters'>
            Parameters for creating or updating a resource link.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String)">
            <summary>
            Gets a resource link with the specified ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='linkId'>
            The fully qualified Id of the resource link. For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a resource link with the specified ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='linkId'>
            The fully qualified Id of the resource link. For example,
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.ListAtSubscription(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter})">
            <summary>
            Gets all the linked resources for the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.ListAtSubscriptionAsync(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter},System.Threading.CancellationToken)">
            <summary>
            Gets all the linked resources for the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.ListAtSourceScope(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter})">
            <summary>
            Gets a list of resource links at and below the specified source scope.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The fully qualified ID of the scope for getting the resource links. For
            example, to list resource links at and under a resource group, set the
            scope to
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.ListAtSourceScopeAsync(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.ResourceLinkFilter},System.Threading.CancellationToken)">
            <summary>
            Gets a list of resource links at and below the specified source scope.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='scope'>
            The fully qualified ID of the scope for getting the resource links. For
            example, to list resource links at and under a resource group, set the
            scope to
            /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.ListAtSubscriptionNext(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String)">
            <summary>
            Gets all the linked resources for the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.ListAtSubscriptionNextAsync(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the linked resources for the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.ListAtSourceScopeNext(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String)">
            <summary>
            Gets a list of resource links at and below the specified source scope.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceLinksOperationsExtensions.ListAtSourceScopeNextAsync(Microsoft.Azure.Management.ResourceManager.IResourceLinksOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of resource links at and below the specified source scope.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient">
            <summary>
            Provides operations for working with resources and resource groups.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.SubscriptionId">
            <summary>
            The ID of the target subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.ApiVersion">
            <summary>
            The API version to use for this operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.Deployments">
            <summary>
            Gets the IDeploymentsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.Providers">
            <summary>
            Gets the IProvidersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.Resources">
            <summary>
            Gets the IResourcesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.ResourceGroups">
            <summary>
            Gets the IResourceGroupsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.Tags">
            <summary>
            Gets the ITagsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.DeploymentOperations">
            <summary>
            Gets the IDeploymentOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourceManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ResourcesOperations">
            <summary>
            ResourcesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.#ctor(Microsoft.Azure.Management.ResourceManager.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the ResourcesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.Client">
            <summary>
            Gets a reference to the ResourceManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the resources for a resource group.
            </summary>
            <param name='resourceGroupName'>
            The resource group with the resources to get.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.MoveResourcesWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Moves resources from one resource group to another resource group.
            </summary>
            <remarks>
            The resources to move must be in the same source resource group. The
            target resource group may be in a different subscription. When moving
            resources, both the source group and the target group are locked for the
            duration of the operation. Write and delete operations are blocked on the
            groups until the move completes.
            </remarks>
            <param name='sourceResourceGroupName'>
            The name of the resource group containing the rsources to move.
            </param>
            <param name='parameters'>
            Parameters for moving resources.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the resources in a subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.CheckExistenceWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks whether a resource exists.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to check. The name
            is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider of the resource to check.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to check whether it exists.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource to delete. The
            name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to delete.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group for the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to create.
            </param>
            <param name='resourceName'>
            The name of the resource to create.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Parameters for creating or updating the resource.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to get. The name is
            case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource.
            </param>
            <param name='resourceName'>
            The name of the resource to get.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.CheckExistenceByIdWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks by ID whether a resource exists.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.DeleteByIdWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource by ID.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.CreateOrUpdateByIdWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a resource by ID.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Create or update resource parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.GetByIdWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a resource by ID.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.BeginMoveResourcesWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Moves resources from one resource group to another resource group.
            </summary>
            <remarks>
            The resources to move must be in the same source resource group. The
            target resource group may be in a different subscription. When moving
            resources, both the source group and the target group are locked for the
            duration of the operation. Write and delete operations are blocked on the
            groups until the move completes.
            </remarks>
            <param name='sourceResourceGroupName'>
            The name of the resource group containing the rsources to move.
            </param>
            <param name='parameters'>
            Parameters for moving resources.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource to delete. The
            name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to delete.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group for the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to create.
            </param>
            <param name='resourceName'>
            The name of the resource to create.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Parameters for creating or updating the resource.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.BeginDeleteByIdWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a resource by ID.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.BeginCreateOrUpdateByIdWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a resource by ID.
            </summary>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Create or update resource parameters.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the resources for a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all the resources in a subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions">
            <summary>
            Extension methods for ResourcesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter})">
            <summary>
            Get all the resources for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group with the resources to get.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter},System.Threading.CancellationToken)">
            <summary>
            Get all the resources for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group with the resources to get.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.MoveResources(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo)">
            <summary>
            Moves resources from one resource group to another resource group.
            </summary>
            <remarks>
            The resources to move must be in the same source resource group. The
            target resource group may be in a different subscription. When moving
            resources, both the source group and the target group are locked for the
            duration of the operation. Write and delete operations are blocked on the
            groups until the move completes.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='sourceResourceGroupName'>
            The name of the resource group containing the rsources to move.
            </param>
            <param name='parameters'>
            Parameters for moving resources.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.MoveResourcesAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo,System.Threading.CancellationToken)">
            <summary>
            Moves resources from one resource group to another resource group.
            </summary>
            <remarks>
            The resources to move must be in the same source resource group. The
            target resource group may be in a different subscription. When moving
            resources, both the source group and the target group are locked for the
            duration of the operation. Write and delete operations are blocked on the
            groups until the move completes.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='sourceResourceGroupName'>
            The name of the resource group containing the rsources to move.
            </param>
            <param name='parameters'>
            Parameters for moving resources.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter})">
            <summary>
            Get all the resources in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter},System.Threading.CancellationToken)">
            <summary>
            Get all the resources in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistence(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Checks whether a resource exists.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to check. The name
            is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider of the resource to check.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to check whether it exists.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistenceAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Checks whether a resource exists.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to check. The name
            is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The resource provider of the resource to check.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to check whether it exists.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.Delete(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource to delete. The
            name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to delete.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource to delete. The
            name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to delete.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)">
            <summary>
            Creates a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group for the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to create.
            </param>
            <param name='resourceName'>
            The name of the resource to create.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Parameters for creating or updating the resource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)">
            <summary>
            Creates a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group for the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to create.
            </param>
            <param name='resourceName'>
            The name of the resource to create.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Parameters for creating or updating the resource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to get. The name is
            case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource.
            </param>
            <param name='resourceName'>
            The name of the resource to get.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group containing the resource to get. The name is
            case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource.
            </param>
            <param name='resourceName'>
            The name of the resource to get.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistenceById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String)">
            <summary>
            Checks by ID whether a resource exists.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CheckExistenceByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Checks by ID whether a resource exists.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.DeleteById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String)">
            <summary>
            Deletes a resource by ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.DeleteByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a resource by ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdateById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)">
            <summary>
            Create a resource by ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Create or update resource parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.CreateOrUpdateByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)">
            <summary>
            Create a resource by ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Create or update resource parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.GetById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String)">
            <summary>
            Gets a resource by ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.GetByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a resource by ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginMoveResources(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo)">
            <summary>
            Moves resources from one resource group to another resource group.
            </summary>
            <remarks>
            The resources to move must be in the same source resource group. The
            target resource group may be in a different subscription. When moving
            resources, both the source group and the target group are locked for the
            duration of the operation. Write and delete operations are blocked on the
            groups until the move completes.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='sourceResourceGroupName'>
            The name of the resource group containing the rsources to move.
            </param>
            <param name='parameters'>
            Parameters for moving resources.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginMoveResourcesAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,Microsoft.Azure.Management.ResourceManager.Models.ResourcesMoveInfo,System.Threading.CancellationToken)">
            <summary>
            Moves resources from one resource group to another resource group.
            </summary>
            <remarks>
            The resources to move must be in the same source resource group. The
            target resource group may be in a different subscription. When moving
            resources, both the source group and the target group are locked for the
            duration of the operation. Write and delete operations are blocked on the
            groups until the move completes.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='sourceResourceGroupName'>
            The name of the resource group containing the rsources to move.
            </param>
            <param name='parameters'>
            Parameters for moving resources.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDelete(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource to delete. The
            name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to delete.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource to delete. The
            name is case insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type.
            </param>
            <param name='resourceName'>
            The name of the resource to delete.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)">
            <summary>
            Creates a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group for the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to create.
            </param>
            <param name='resourceName'>
            The name of the resource to create.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Parameters for creating or updating the resource.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)">
            <summary>
            Creates a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group for the resource. The name is case
            insensitive.
            </param>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='parentResourcePath'>
            The parent resource identity.
            </param>
            <param name='resourceType'>
            The resource type of the resource to create.
            </param>
            <param name='resourceName'>
            The name of the resource to create.
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Parameters for creating or updating the resource.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDeleteById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String)">
            <summary>
            Deletes a resource by ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginDeleteByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a resource by ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdateById(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource)">
            <summary>
            Create a resource by ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Create or update resource parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.BeginCreateOrUpdateByIdAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.String,Microsoft.Azure.Management.ResourceManager.Models.GenericResource,System.Threading.CancellationToken)">
            <summary>
            Create a resource by ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceId'>
            The fully qualified ID of the resource, including the resource name and
            resource type. Use the format,
            /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
            </param>
            <param name='apiVersion'>
            The API version to use for the operation.
            </param>
            <param name='parameters'>
            Create or update resource parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String)">
            <summary>
            Get all the resources for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all the resources for a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String)">
            <summary>
            Get all the resources in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.ResourcesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.IResourcesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all the resources in a subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.SubscriptionClient">
            <summary>
            All resource groups and resources exist within subscriptions. These
            operation enable you get information about your subscriptions and
            tenants. A tenant is a dedicated instance of Azure Active Directory
            (Azure AD) for your organization.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.ApiVersion">
            <summary>
            The API version to use for the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.Subscriptions">
            <summary>
            Gets the ISubscriptionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.Tenants">
            <summary>
            Gets the ITenantsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperations">
            <summary>
            SubscriptionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperations.#ctor(Microsoft.Azure.Management.ResourceManager.SubscriptionClient)">
            <summary>
            Initializes a new instance of the SubscriptionsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperations.Client">
            <summary>
            Gets a reference to the SubscriptionClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperations.ListLocationsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all available geo-locations.
            </summary>
            <remarks>
            This operation provides all the locations that are available for resource
            providers; however, each resource provider may support a subset of this
            list.
            </remarks>
            <param name='subscriptionId'>
            The ID of the target subscription.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about a specified subscription.
            </summary>
            <param name='subscriptionId'>
            The ID of the target subscription.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all subscriptions for a tenant.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all subscriptions for a tenant.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperationsExtensions">
            <summary>
            Extension methods for SubscriptionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperationsExtensions.ListLocations(Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations,System.String)">
            <summary>
            Gets all available geo-locations.
            </summary>
            <remarks>
            This operation provides all the locations that are available for resource
            providers; however, each resource provider may support a subset of this
            list.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionId'>
            The ID of the target subscription.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperationsExtensions.ListLocationsAsync(Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all available geo-locations.
            </summary>
            <remarks>
            This operation provides all the locations that are available for resource
            providers; however, each resource provider may support a subset of this
            list.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionId'>
            The ID of the target subscription.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperationsExtensions.Get(Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations,System.String)">
            <summary>
            Gets details about a specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionId'>
            The ID of the target subscription.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperationsExtensions.GetAsync(Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details about a specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionId'>
            The ID of the target subscription.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations)">
            <summary>
            Gets all subscriptions for a tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations,System.Threading.CancellationToken)">
            <summary>
            Gets all subscriptions for a tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations,System.String)">
            <summary>
            Gets all subscriptions for a tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.SubscriptionsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.ISubscriptionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all subscriptions for a tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.TagsOperations">
            <summary>
            TagsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperations.#ctor(Microsoft.Azure.Management.ResourceManager.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the TagsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.TagsOperations.Client">
            <summary>
            Gets a reference to the ResourceManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperations.DeleteValueWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a tag value.
            </summary>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='tagValue'>
            The value of the tag to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperations.CreateOrUpdateValueWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a tag value. The name of the tag must already exist.
            </summary>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='tagValue'>
            The value of the tag to create.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a tag in the subscription.
            </summary>
            <remarks>
            The tag name can have a maximum of 512 characters and is case insensitive.
            Tag names created by Azure have prefixes of microsoft, azure, or windows.
            You cannot create tags with one of these prefixes.
            </remarks>
            <param name='tagName'>
            The name of the tag to create.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a tag from the subscription.
            </summary>
            <remarks>
            You must remove all values from a resource tag before you can delete it.
            </remarks>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the names and values of all resource tags that are defined in a
            subscription.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the names and values of all resource tags that are defined in a
            subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions">
            <summary>
            Extension methods for TagsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.DeleteValue(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.String,System.String)">
            <summary>
            Deletes a tag value.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='tagValue'>
            The value of the tag to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.DeleteValueAsync(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a tag value.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='tagValue'>
            The value of the tag to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.CreateOrUpdateValue(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.String,System.String)">
            <summary>
            Creates a tag value. The name of the tag must already exist.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='tagValue'>
            The value of the tag to create.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.CreateOrUpdateValueAsync(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a tag value. The name of the tag must already exist.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='tagValue'>
            The value of the tag to create.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.String)">
            <summary>
            Creates a tag in the subscription.
            </summary>
            <remarks>
            The tag name can have a maximum of 512 characters and is case insensitive.
            Tag names created by Azure have prefixes of microsoft, azure, or windows.
            You cannot create tags with one of these prefixes.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='tagName'>
            The name of the tag to create.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a tag in the subscription.
            </summary>
            <remarks>
            The tag name can have a maximum of 512 characters and is case insensitive.
            Tag names created by Azure have prefixes of microsoft, azure, or windows.
            You cannot create tags with one of these prefixes.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='tagName'>
            The name of the tag to create.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.Delete(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.String)">
            <summary>
            Deletes a tag from the subscription.
            </summary>
            <remarks>
            You must remove all values from a resource tag before you can delete it.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='tagName'>
            The name of the tag.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a tag from the subscription.
            </summary>
            <remarks>
            You must remove all values from a resource tag before you can delete it.
            </remarks>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.ITagsOperations)">
            <summary>
            Gets the names and values of all resource tags that are defined in a
            subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.Threading.CancellationToken)">
            <summary>
            Gets the names and values of all resource tags that are defined in a
            subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.String)">
            <summary>
            Gets the names and values of all resource tags that are defined in a
            subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TagsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.ITagsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the names and values of all resource tags that are defined in a
            subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.TenantsOperations">
            <summary>
            TenantsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TenantsOperations.#ctor(Microsoft.Azure.Management.ResourceManager.SubscriptionClient)">
            <summary>
            Initializes a new instance of the TenantsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.ResourceManager.TenantsOperations.Client">
            <summary>
            Gets a reference to the SubscriptionClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TenantsOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the tenants for your account.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TenantsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the tenants for your account.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.ResourceManager.TenantsOperationsExtensions">
            <summary>
            Extension methods for TenantsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TenantsOperationsExtensions.List(Microsoft.Azure.Management.ResourceManager.ITenantsOperations)">
            <summary>
            Gets the tenants for your account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TenantsOperationsExtensions.ListAsync(Microsoft.Azure.Management.ResourceManager.ITenantsOperations,System.Threading.CancellationToken)">
            <summary>
            Gets the tenants for your account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TenantsOperationsExtensions.ListNext(Microsoft.Azure.Management.ResourceManager.ITenantsOperations,System.String)">
            <summary>
            Gets the tenants for your account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.ResourceManager.TenantsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ResourceManager.ITenantsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the tenants for your account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
    </members>
</doc>