Microsoft.Azure.ResourceManager.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.ResourceManager</name>
    </assembly>
    <members>
        <member name="P:Microsoft.Azure.Management.Resources.IAuthorizationClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IAuthorizationClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IAuthorizationClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IAuthorizationClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IAuthorizationClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IAuthorizationClient.ManagementLocks">
            <summary>
            Operations for managing locks.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.AuthorizationClient.#ctor">
            <summary>
            Initializes a new instance of the AuthorizationClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.AuthorizationClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the AuthorizationClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.AuthorizationClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the AuthorizationClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.AuthorizationClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the AuthorizationClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.AuthorizationClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the AuthorizationClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.AuthorizationClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the AuthorizationClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.AuthorizationClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.Resources.AuthorizationClient})">
            <summary>
            Clones properties from current instance to another
            AuthorizationClient instance
            </summary>
            <param name='client'>
            Instance of AuthorizationClient to clone to
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.AuthorizationClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.AuthorizationClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.AuthorizationClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.AuthorizationClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.AuthorizationClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.AuthorizationClient.ManagementLocks">
            <summary>
            Operations for managing locks.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.DeploymentOperationOperations">
            <summary>
            Operations for managing deployment operations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.IDeploymentOperationOperations">
            <summary>
            Operations for managing deployment operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments operations.
            </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'>
            Operation Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Deployment operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a list of deployments operations.
            </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='parameters'>
            Query parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of deployment operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a next list of deployments operations.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of deployment operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationOperations.#ctor(Microsoft.Azure.Management.Resources.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the DeploymentOperationOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments operations.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='operationId'>
            Required. Operation Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Deployment operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a list of deployments operations.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='parameters'>
            Optional. Query parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of deployment operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a next list of deployments operations.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of deployment operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.DeploymentOperationOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Resources.ResourceManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationOperationsExtensions.Get(Microsoft.Azure.Management.Resources.IDeploymentOperationOperations,System.String,System.String,System.String)">
            <summary>
            Get a list of deployments operations.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='operationId'>
            Required. Operation Id.
            </param>
            <returns>
            Deployment operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationOperationsExtensions.GetAsync(Microsoft.Azure.Management.Resources.IDeploymentOperationOperations,System.String,System.String,System.String)">
            <summary>
            Get a list of deployments operations.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='operationId'>
            Required. Operation Id.
            </param>
            <returns>
            Deployment operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationOperationsExtensions.List(Microsoft.Azure.Management.Resources.IDeploymentOperationOperations,System.String,System.String,Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters)">
            <summary>
            Gets a list of deployments operations.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='parameters'>
            Optional. Query parameters.
            </param>
            <returns>
            List of deployment operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationOperationsExtensions.ListAsync(Microsoft.Azure.Management.Resources.IDeploymentOperationOperations,System.String,System.String,Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters)">
            <summary>
            Gets a list of deployments operations.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='parameters'>
            Optional. Query parameters.
            </param>
            <returns>
            List of deployment operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationOperationsExtensions.ListNext(Microsoft.Azure.Management.Resources.IDeploymentOperationOperations,System.String)">
            <summary>
            Gets a next list of deployments operations.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of deployment operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Resources.IDeploymentOperationOperations,System.String)">
            <summary>
            Gets a next list of deployments operations.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of deployment operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.DeploymentOperations">
            <summary>
            Operations for managing deployments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.IDeploymentOperations">
            <summary>
            Operations for managing deployments.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperations.BeginDeletingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begin deleting deployment.To determine whether the operation has
            finished processing the request, call
            GetLongRunningOperationStatus.
            </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 be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperations.CancelAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Cancel a currently running template 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.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperations.CheckExistenceAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Checks whether deployment exists.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to check. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Deployment information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Resources.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Create a named template deployment using a template.
            </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='parameters'>
            Additional parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Template deployment operation create result.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete deployment and all of its resources.
            </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 be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a deployment.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Template deployment information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperations.ListAsync(System.String,Microsoft.Azure.Management.Resources.Models.DeploymentListParameters,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to filter by. The name is case
            insensitive.
            </param>
            <param name='parameters'>
            Query parameters. If null is passed returns all deployments.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of deployments.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of deployments.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IDeploymentOperations.ValidateAsync(System.String,System.String,Microsoft.Azure.Management.Resources.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Validate a deployment template.
            </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='parameters'>
            Deployment to validate.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Information from validate template deployment response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperations.#ctor(Microsoft.Azure.Management.Resources.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the DeploymentOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperations.BeginDeletingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begin deleting deployment.To determine whether the operation has
            finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperations.CancelAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Cancel a currently running template deployment.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperations.CheckExistenceAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Checks whether deployment exists.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group to check. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Deployment information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Resources.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Create a named template deployment using a template.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='parameters'>
            Required. Additional parameters supplied to the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Template deployment operation create result.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete deployment and all of its resources.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a deployment.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Template deployment information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperations.ListAsync(System.String,Microsoft.Azure.Management.Resources.Models.DeploymentListParameters,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group to filter by. The name is
            case insensitive.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all
            deployments.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of deployments.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of deployments.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperations.ValidateAsync(System.String,System.String,Microsoft.Azure.Management.Resources.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Validate a deployment template.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='parameters'>
            Required. Deployment to validate.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Information from validate template deployment response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.DeploymentOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Resources.ResourceManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.BeginDeleting(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String)">
            <summary>
            Begin deleting deployment.To determine whether the operation has
            finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment to be deleted.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.BeginDeletingAsync(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String)">
            <summary>
            Begin deleting deployment.To determine whether the operation has
            finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment to be deleted.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.Cancel(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String)">
            <summary>
            Cancel a currently running template deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.CancelAsync(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String)">
            <summary>
            Cancel a currently running template deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.CheckExistence(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String)">
            <summary>
            Checks whether deployment exists.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to check. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <returns>
            Deployment information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.CheckExistenceAsync(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String)">
            <summary>
            Checks whether deployment exists.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to check. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <returns>
            Deployment information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String,Microsoft.Azure.Management.Resources.Models.Deployment)">
            <summary>
            Create a named template deployment using a template.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='parameters'>
            Required. Additional parameters supplied to the operation.
            </param>
            <returns>
            Template deployment operation create result.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String,Microsoft.Azure.Management.Resources.Models.Deployment)">
            <summary>
            Create a named template deployment using a template.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='parameters'>
            Required. Additional parameters supplied to the operation.
            </param>
            <returns>
            Template deployment operation create result.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.Delete(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String)">
            <summary>
            Delete deployment and all of its resources.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment to be deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String)">
            <summary>
            Delete deployment and all of its resources.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment to be deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.Get(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String)">
            <summary>
            Get a deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <returns>
            Template deployment information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.GetAsync(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String)">
            <summary>
            Get a deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <returns>
            Template deployment information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.List(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,Microsoft.Azure.Management.Resources.Models.DeploymentListParameters)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to filter by. The name is
            case insensitive.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all
            deployments.
            </param>
            <returns>
            List of deployments.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.ListAsync(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,Microsoft.Azure.Management.Resources.Models.DeploymentListParameters)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to filter by. The name is
            case insensitive.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all
            deployments.
            </param>
            <returns>
            List of deployments.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.ListNext(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of deployments.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of deployments.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.Validate(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String,Microsoft.Azure.Management.Resources.Models.Deployment)">
            <summary>
            Validate a deployment template.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='parameters'>
            Required. Deployment to validate.
            </param>
            <returns>
            Information from validate template deployment response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.DeploymentOperationsExtensions.ValidateAsync(Microsoft.Azure.Management.Resources.IDeploymentOperations,System.String,System.String,Microsoft.Azure.Management.Resources.Models.Deployment)">
            <summary>
            Validate a deployment template.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IDeploymentOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='parameters'>
            Required. Deployment to validate.
            </param>
            <returns>
            Information from validate template deployment response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IFeatureClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IFeatureClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IFeatureClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IFeatureClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IFeatureClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IFeatureClient.Features">
            <summary>
            Operations for managing preview features.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeatureClient.#ctor">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeatureClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeatureClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeatureClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeatureClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeatureClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the FeatureClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeatureClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.Resources.FeatureClient})">
            <summary>
            Clones properties from current instance to another FeatureClient
            instance
            </summary>
            <param name='client'>
            Instance of FeatureClient to clone to
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.FeatureClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.FeatureClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.FeatureClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.FeatureClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.FeatureClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.FeatureClient.Features">
            <summary>
            Operations for managing preview features.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Features">
            <summary>
            Operations for managing preview features.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.IFeatures">
            <summary>
            Operations for managing preview features.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IFeatures.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all features under the subscription.
            </summary>
            <param name='resourceProviderNamespace'>
            Namespace of the resource provider.
            </param>
            <param name='featureName'>
            Previewed feature name in the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Previewed feature information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IFeatures.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of previewed features of a resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            The namespace of the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IFeatures.ListAllAsync(System.Threading.CancellationToken)">
            <summary>
            Gets a list of previewed features for all the providers in the
            current subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IFeatures.ListAllNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of previewed features of a subscription.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IFeatures.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of previewed features of a resource provider.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IFeatures.RegisterAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Registers for a previewed feature of a resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            Namespace of the resource provider.
            </param>
            <param name='featureName'>
            Previewed feature name in the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Previewed feature information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Features.#ctor(Microsoft.Azure.Management.Resources.FeatureClient)">
            <summary>
            Initializes a new instance of the Features class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Features.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all features under the subscription.
            </summary>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <param name='featureName'>
            Required. Previewed feature name in the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Previewed feature information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Features.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of previewed features of a resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            Required. The namespace of the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Features.ListAllAsync(System.Threading.CancellationToken)">
            <summary>
            Gets a list of previewed features for all the providers in the
            current subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Features.ListAllNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of previewed features of a subscription.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Features.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of previewed features of a resource provider.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Features.RegisterAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Registers for a previewed feature of a resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <param name='featureName'>
            Required. Previewed feature name in the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Previewed feature information.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Features.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Resources.FeatureClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.Get(Microsoft.Azure.Management.Resources.IFeatures,System.String,System.String)">
            <summary>
            Get all features under the subscription.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <param name='featureName'>
            Required. Previewed feature name in the resource provider.
            </param>
            <returns>
            Previewed feature information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.GetAsync(Microsoft.Azure.Management.Resources.IFeatures,System.String,System.String)">
            <summary>
            Get all features under the subscription.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <param name='featureName'>
            Required. Previewed feature name in the resource provider.
            </param>
            <returns>
            Previewed feature information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.List(Microsoft.Azure.Management.Resources.IFeatures,System.String)">
            <summary>
            Gets a list of previewed features of a resource provider.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <param name='resourceProviderNamespace'>
            Required. The namespace of the resource provider.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.ListAsync(Microsoft.Azure.Management.Resources.IFeatures,System.String)">
            <summary>
            Gets a list of previewed features of a resource provider.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <param name='resourceProviderNamespace'>
            Required. The namespace of the resource provider.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.ListAll(Microsoft.Azure.Management.Resources.IFeatures)">
            <summary>
            Gets a list of previewed features for all the providers in the
            current subscription.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.ListAllAsync(Microsoft.Azure.Management.Resources.IFeatures)">
            <summary>
            Gets a list of previewed features for all the providers in the
            current subscription.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.ListAllNext(Microsoft.Azure.Management.Resources.IFeatures,System.String)">
            <summary>
            Gets a list of previewed features of a subscription.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.ListAllNextAsync(Microsoft.Azure.Management.Resources.IFeatures,System.String)">
            <summary>
            Gets a list of previewed features of a subscription.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.ListNext(Microsoft.Azure.Management.Resources.IFeatures,System.String)">
            <summary>
            Gets a list of previewed features of a resource provider.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.ListNextAsync(Microsoft.Azure.Management.Resources.IFeatures,System.String)">
            <summary>
            Gets a list of previewed features of a resource provider.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of previewed features.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.Register(Microsoft.Azure.Management.Resources.IFeatures,System.String,System.String)">
            <summary>
            Registers for a previewed feature of a resource provider.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <param name='featureName'>
            Required. Previewed feature name in the resource provider.
            </param>
            <returns>
            Previewed feature information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.FeaturesExtensions.RegisterAsync(Microsoft.Azure.Management.Resources.IFeatures,System.String,System.String)">
            <summary>
            Registers for a previewed feature of a resource provider.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Resources.IFeatures.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <param name='featureName'>
            Required. Previewed feature name in the resource provider.
            </param>
            <returns>
            Previewed feature information.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.IManagementLockOperations">
            <summary>
            Operations for managing locks.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.CreateOrUpdateAtResourceGroupLevelAsync(System.String,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties,System.Threading.CancellationToken)">
            <summary>
            Create or update a management lock at the resource group level.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='lockName'>
            The lock name.
            </param>
            <param name='parameters'>
            The management lock parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.CreateOrUpdateAtResourceLevelAsync(System.String,Microsoft.Azure.ResourceIdentity,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties,System.Threading.CancellationToken)">
            <summary>
            Create or update a management lock at the resource level or any
            level below resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='identity'>
            Resource identity.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='parameters'>
            Create or update management lock parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.CreateOrUpdateAtSubscriptionLevelAsync(System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties,System.Threading.CancellationToken)">
            <summary>
            Create or update a management lock at the subscription level.
            </summary>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='parameters'>
            The management lock parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.DeleteAtResourceGroupLevelAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock of a resource group.
            </summary>
            <param name='resourceGroup'>
            The resource group names.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.DeleteAtResourceLevelAsync(System.String,Microsoft.Azure.ResourceIdentity,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock of a resource or any level below
            resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='identity'>
            Resource identity.
            </param>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.DeleteAtSubscriptionLevelAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock of a subscription.
            </summary>
            <param name='lockName'>
            The name of lock.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the management lock of a scope.
            </summary>
            <param name='lockName'>
            Name of the management lock.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.ListAtResourceGroupLevelAsync(System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter,System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks of a resource group.
            </summary>
            <param name='resourceGroupName'>
            Resource group name.
            </param>
            <param name='parameters'>
            Query parameters. If empty is passed returns all locks at, above or
            below the resource group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.ListAtResourceLevelAsync(System.String,Microsoft.Azure.ResourceIdentity,Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter,System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks of a resource or any level below
            resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='identity'>
            Resource identity.
            </param>
            <param name='parameters'>
            Query parameters. If empty is passed returns all locks at or below
            the resource.If atScope() is passed returns all locks at the
            resource level.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.ListAtSubscriptionLevelAsync(Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter,System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks of a subscription.
            </summary>
            <param name='parameters'>
            Query parameters. If empty is passed returns all locks at, above or
            below the subscription.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IManagementLockOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of management locks at resource level or below.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.IProviderOperations">
            <summary>
            Operations for managing providers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IProviderOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            Namespace of the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource provider information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IProviderOperations.ListAsync(Microsoft.Azure.Management.Resources.Models.ProviderListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a list of resource providers.
            </summary>
            <param name='parameters'>
            Query parameters. If null is passed returns all deployments.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource providers.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IProviderOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource providers.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IProviderOperations.RegisterAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Registers provider to be used with a subscription.
            </summary>
            <param name='resourceProviderNamespace'>
            Namespace of the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource provider registration information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IProviderOperations.UnregisterAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Unregisters provider from a subscription.
            </summary>
            <param name='resourceProviderNamespace'>
            Namespace of the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource provider registration information.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations">
            <summary>
            Operations for getting provider operations metadata.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets provider operations metadata
            </summary>
            <param name='resourceProviderNamespace'>
            Namespace of the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Provider operations metadata
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Gets provider operations metadata list
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Provider operations metadata list
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.IResourceGroupOperations">
            <summary>
            Operations for managing resource groups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceGroupOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Begin deleting resource group.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to be deleted. The name is case
            insensitive.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceGroupOperations.CheckExistenceAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Checks whether resource group exists.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to check. The name is case
            insensitive.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceGroupOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.Resources.Models.ResourceGroup,System.Threading.CancellationToken)">
            <summary>
            Create a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to be created or updated.
            </param>
            <param name='parameters'>
            Parameters supplied to the create or update resource group service
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceGroupOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete resource group and all of its resources.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to be deleted. The name is case
            insensitive.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceGroupOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to get. The name is case insensitive.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceGroupOperations.ListAsync(Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a collection of resource groups.
            </summary>
            <param name='parameters'>
            Query parameters. If null is passed returns all resource groups.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceGroupOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceGroupOperations.PatchAsync(System.String,Microsoft.Azure.Management.Resources.Models.ResourceGroup,System.Threading.CancellationToken)">
            <summary>
            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 groups, though if a field is unspecified
            current value will be carried over.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group to be created or updated. The name
            is case insensitive.
            </param>
            <param name='parameters'>
            Parameters supplied to the update state resource group service
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceManagementClient.GetLongRunningOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.DeploymentOperations">
            <summary>
            Operations for managing deployment operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.Deployments">
            <summary>
            Operations for managing deployments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.Providers">
            <summary>
            Operations for managing providers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.ProviderOperationsMetadata">
            <summary>
            Operations for getting provider operations metadata.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.ResourceGroups">
            <summary>
            Operations for managing resource groups.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.Resources">
            <summary>
            Operations for managing resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.ResourceProviderOperationDetails">
            <summary>
            Operations for managing Resource provider operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.IResourceManagementClient.Tags">
            <summary>
            Operations for managing tags.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.IResourceOperations">
            <summary>
            Operations for managing resources.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceOperations.CheckExistenceAsync(System.String,Microsoft.Azure.ResourceIdentity,System.Threading.CancellationToken)">
            <summary>
            Checks whether resource exists.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='identity'>
            Resource identity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.ResourceIdentity,Microsoft.Azure.Management.Resources.Models.GenericResource,System.Threading.CancellationToken)">
            <summary>
            Create a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='identity'>
            Resource identity.
            </param>
            <param name='parameters'>
            Create or update resource parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceOperations.DeleteAsync(System.String,Microsoft.Azure.ResourceIdentity,System.Threading.CancellationToken)">
            <summary>
            Delete resource and all of its resources.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='identity'>
            Resource identity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceOperations.GetAsync(System.String,Microsoft.Azure.ResourceIdentity,System.Threading.CancellationToken)">
            <summary>
            Returns a resource belonging to a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group. The name is case insensitive.
            </param>
            <param name='identity'>
            Resource identity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceOperations.ListAsync(Microsoft.Azure.Management.Resources.Models.ResourceListParameters,System.Threading.CancellationToken)">
            <summary>
            Get all of the resources under a subscription.
            </summary>
            <param name='parameters'>
            Query parameters. If null is passed returns all resource groups.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceOperations.MoveResourcesAsync(System.String,Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo,System.Threading.CancellationToken)">
            <summary>
            Move resources within or across subscriptions.
            </summary>
            <param name='sourceResourceGroupName'>
            Source resource group name.
            </param>
            <param name='parameters'>
            move resources' parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.IResourceProviderOperationDetailsOperations">
            <summary>
            Operations for managing Resource provider operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.IResourceProviderOperationDetailsOperations.ListAsync(Microsoft.Azure.ResourceIdentity,System.Threading.CancellationToken)">
            <summary>
            Gets a list of resource providers.
            </summary>
            <param name='identity'>
            Resource identity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource provider operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.ISubscriptionClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.ISubscriptionClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.ISubscriptionClient.Credentials">
            <summary>
            Credentials used to authenticate requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.ISubscriptionClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.ISubscriptionClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.ISubscriptionClient.Subscriptions">
            <summary>
            Operations for managing subscriptions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.ISubscriptionClient.Tenants">
            <summary>
            Operations for managing tenants.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Subscriptions.ISubscriptionOperations">
            <summary>
            Operations for managing subscriptions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.ISubscriptionOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details about particular subscription.
            </summary>
            <param name='subscriptionId'>
            Id of the subscription.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Subscription detailed information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.ISubscriptionOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Gets a list of the subscriptionIds.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Subscription list operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.ITagOperations">
            <summary>
            Operations for managing tags.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ITagOperations.CreateOrUpdateAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Create a subscription resource tag.
            </summary>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Tag information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ITagOperations.CreateOrUpdateValueAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Create a subscription resource tag value.
            </summary>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='tagValue'>
            The value of the tag.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Tag information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ITagOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a subscription resource tag.
            </summary>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ITagOperations.DeleteValueAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a subscription resource tag value.
            </summary>
            <param name='tagName'>
            The name of the tag.
            </param>
            <param name='tagValue'>
            The value of the tag.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ITagOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Get a list of subscription resource tags.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of subscription tags.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ITagOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of tags under a subscription.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of subscription tags.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Subscriptions.ITenantOperations">
            <summary>
            Operations for managing tenants.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.ITenantOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Gets a list of the tenantIds.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Tenant Ids information.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.ManagementLockOperations">
            <summary>
            Operations for managing locks.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.#ctor(Microsoft.Azure.Management.Resources.AuthorizationClient)">
            <summary>
            Initializes a new instance of the ManagementLockOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.CreateOrUpdateAtResourceGroupLevelAsync(System.String,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties,System.Threading.CancellationToken)">
            <summary>
            Create or update a management lock at the resource group level.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name.
            </param>
            <param name='lockName'>
            Required. The lock name.
            </param>
            <param name='parameters'>
            Required. The management lock parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.CreateOrUpdateAtResourceLevelAsync(System.String,Microsoft.Azure.ResourceIdentity,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties,System.Threading.CancellationToken)">
            <summary>
            Create or update a management lock at the resource level or any
            level below resource.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <param name='parameters'>
            Required. Create or update management lock parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.CreateOrUpdateAtSubscriptionLevelAsync(System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties,System.Threading.CancellationToken)">
            <summary>
            Create or update a management lock at the subscription level.
            </summary>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <param name='parameters'>
            Required. The management lock parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.DeleteAtResourceGroupLevelAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock of a resource group.
            </summary>
            <param name='resourceGroup'>
            Required. The resource group names.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.DeleteAtResourceLevelAsync(System.String,Microsoft.Azure.ResourceIdentity,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock of a resource or any level below
            resource.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.DeleteAtSubscriptionLevelAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the management lock of a subscription.
            </summary>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the management lock of a scope.
            </summary>
            <param name='lockName'>
            Required. Name of the management lock.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.ListAtResourceGroupLevelAsync(System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter,System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks of a resource group.
            </summary>
            <param name='resourceGroupName'>
            Required. Resource group name.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If empty is passed returns all locks
            at, above or below the resource group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.ListAtResourceLevelAsync(System.String,Microsoft.Azure.ResourceIdentity,Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter,System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks of a resource or any level below
            resource.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If empty is passed returns all locks at
            or below the resource.If atScope() is passed returns all locks at
            the resource level.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.ListAtSubscriptionLevelAsync(Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter,System.Threading.CancellationToken)">
            <summary>
            Gets all the management locks of a subscription.
            </summary>
            <param name='parameters'>
            Optional. Query parameters. If empty is passed returns all locks
            at, above or below the subscription.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of management locks at resource level or below.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ManagementLockOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Resources.AuthorizationClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.CreateOrUpdateAtResourceGroupLevel(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties)">
            <summary>
            Create or update a management lock at the resource group level.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name.
            </param>
            <param name='lockName'>
            Required. The lock name.
            </param>
            <param name='parameters'>
            Required. The management lock parameters.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.CreateOrUpdateAtResourceGroupLevelAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties)">
            <summary>
            Create or update a management lock at the resource group level.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name.
            </param>
            <param name='lockName'>
            Required. The lock name.
            </param>
            <param name='parameters'>
            Required. The management lock parameters.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.CreateOrUpdateAtResourceLevel(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,Microsoft.Azure.ResourceIdentity,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties)">
            <summary>
            Create or update a management lock at the resource level or any
            level below resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <param name='parameters'>
            Required. Create or update management lock parameters.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.CreateOrUpdateAtResourceLevelAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,Microsoft.Azure.ResourceIdentity,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties)">
            <summary>
            Create or update a management lock at the resource level or any
            level below resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <param name='parameters'>
            Required. Create or update management lock parameters.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.CreateOrUpdateAtSubscriptionLevel(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties)">
            <summary>
            Create or update a management lock at the subscription level.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <param name='parameters'>
            Required. The management lock parameters.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.CreateOrUpdateAtSubscriptionLevelAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockProperties)">
            <summary>
            Create or update a management lock at the subscription level.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <param name='parameters'>
            Required. The management lock parameters.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.DeleteAtResourceGroupLevel(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,System.String)">
            <summary>
            Deletes the management lock of a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroup'>
            Required. The resource group names.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.DeleteAtResourceGroupLevelAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,System.String)">
            <summary>
            Deletes the management lock of a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroup'>
            Required. The resource group names.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.DeleteAtResourceLevel(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,Microsoft.Azure.ResourceIdentity,System.String)">
            <summary>
            Deletes the management lock of a resource or any level below
            resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.DeleteAtResourceLevelAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,Microsoft.Azure.ResourceIdentity,System.String)">
            <summary>
            Deletes the management lock of a resource or any level below
            resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.DeleteAtSubscriptionLevel(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String)">
            <summary>
            Deletes the management lock of a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.DeleteAtSubscriptionLevelAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String)">
            <summary>
            Deletes the management lock of a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='lockName'>
            Required. The name of lock.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.Get(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String)">
            <summary>
            Gets the management lock of a scope.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='lockName'>
            Required. Name of the management lock.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.GetAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String)">
            <summary>
            Gets the management lock of a scope.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='lockName'>
            Required. Name of the management lock.
            </param>
            <returns>
            Management lock information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.ListAtResourceGroupLevel(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter)">
            <summary>
            Gets all the management locks of a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroupName'>
            Required. Resource group name.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If empty is passed returns all locks
            at, above or below the resource group.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.ListAtResourceGroupLevelAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter)">
            <summary>
            Gets all the management locks of a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroupName'>
            Required. Resource group name.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If empty is passed returns all locks
            at, above or below the resource group.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.ListAtResourceLevel(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,Microsoft.Azure.ResourceIdentity,Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter)">
            <summary>
            Gets all the management locks of a resource or any level below
            resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If empty is passed returns all locks at
            or below the resource.If atScope() is passed returns all locks at
            the resource level.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.ListAtResourceLevelAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String,Microsoft.Azure.ResourceIdentity,Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter)">
            <summary>
            Gets all the management locks of a resource or any level below
            resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If empty is passed returns all locks at
            or below the resource.If atScope() is passed returns all locks at
            the resource level.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.ListAtSubscriptionLevel(Microsoft.Azure.Management.Resources.IManagementLockOperations,Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter)">
            <summary>
            Gets all the management locks of a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If empty is passed returns all locks
            at, above or below the subscription.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.ListAtSubscriptionLevelAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter)">
            <summary>
            Gets all the management locks of a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If empty is passed returns all locks
            at, above or below the subscription.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.ListNext(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String)">
            <summary>
            Get a list of management locks at resource level or below.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ManagementLockOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Resources.IManagementLockOperations,System.String)">
            <summary>
            Get a list of management locks at resource level or below.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IManagementLockOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of management locks.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.BasicDependency">
            <summary>
            Deployment dependency information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.BasicDependency.#ctor">
            <summary>
            Initializes a new instance of the BasicDependency class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.BasicDependency.Id">
            <summary>
            Optional. Gets or sets the ID of the dependency.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.BasicDependency.ResourceName">
            <summary>
            Optional. Gets or sets the dependency resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.BasicDependency.ResourceType">
            <summary>
            Optional. Gets or sets the dependency resource type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.Dependency">
            <summary>
            Deployment dependency information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.Dependency.#ctor">
            <summary>
            Initializes a new instance of the Dependency class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Dependency.DependsOn">
            <summary>
            Optional. Gets the list of dependencies.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.Deployment">
            <summary>
            Deployment operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.Deployment.#ctor">
            <summary>
            Initializes a new instance of the Deployment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Deployment.Properties">
            <summary>
            Optional. Gets or sets the deployment properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentExistsResult">
            <summary>
            Deployment information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentExistsResult.#ctor">
            <summary>
            Initializes a new instance of the DeploymentExistsResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentExistsResult.Exists">
            <summary>
            Optional. Gets or sets the value indicating whether the deployment
            exists.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentExtended">
            <summary>
            Deployment information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentExtended.#ctor">
            <summary>
            Initializes a new instance of the DeploymentExtended class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentExtended.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DeploymentExtended class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentExtended.Id">
            <summary>
            Optional. Gets or sets the ID of the deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentExtended.Name">
            <summary>
            Required. Gets or sets the name of the deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentExtended.Properties">
            <summary>
            Optional. Gets or sets deployment properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentGetResult">
            <summary>
            Template deployment information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentGetResult.#ctor">
            <summary>
            Initializes a new instance of the DeploymentGetResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentGetResult.Deployment">
            <summary>
            Optional. Gets or sets the deployment.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentListParameters">
            <summary>
            Deployment list operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentListParameters.#ctor">
            <summary>
            Initializes a new instance of the DeploymentListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentListParameters.ProvisioningState">
            <summary>
            Optional. Get or sets the provisioning state to filer by. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentListParameters.Top">
            <summary>
            Optional. Get or sets the number of records to return. Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentListResult">
            <summary>
            List of deployments.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentListResult.#ctor">
            <summary>
            Initializes a new instance of the DeploymentListResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentListResult.Deployments">
            <summary>
            Optional. Gets or sets the list of deployments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentListResult.NextLink">
            <summary>
            Optional. Gets or sets the URL to get the next set of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentMode">
            <summary>
            Specifies the deployment type for the deployment operations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentOperation">
            <summary>
            Deployment operation information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentOperation.#ctor">
            <summary>
            Initializes a new instance of the DeploymentOperation class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperation.Id">
            <summary>
            Optional. Gets or sets full deployment operation id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperation.OperationId">
            <summary>
            Optional. Gets or sets deployment operation id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperation.Properties">
            <summary>
            Optional. Gets or sets deployment properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentOperationProperties">
            <summary>
            Deployment operation properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentOperationProperties.#ctor">
            <summary>
            Initializes a new instance of the DeploymentOperationProperties
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperationProperties.ProvisioningState">
            <summary>
            Optional. Gets or sets the state of the provisioning.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperationProperties.StatusCode">
            <summary>
            Optional. Gets or sets operation status code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperationProperties.StatusMessage">
            <summary>
            Optional. Gets or sets operation status message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperationProperties.TargetResource">
            <summary>
            Optional. Gets or sets the target resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperationProperties.Timestamp">
            <summary>
            Optional. Gets or sets the date and time of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsCreateResult">
            <summary>
            Template deployment operation create result.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsCreateResult.#ctor">
            <summary>
            Initializes a new instance of the DeploymentOperationsCreateResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsCreateResult.Deployment">
            <summary>
            Optional. Gets or sets the deployment.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsGetResult">
            <summary>
            Deployment operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsGetResult.#ctor">
            <summary>
            Initializes a new instance of the DeploymentOperationsGetResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsGetResult.Operation">
            <summary>
            Optional. Gets or sets the deployment operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters">
            <summary>
            Deployment operation list parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DeploymentOperationsListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters.Top">
            <summary>
            Optional. Get or sets the number of records to return. Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult">
            <summary>
            List of deployment operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult.#ctor">
            <summary>
            Initializes a new instance of the DeploymentOperationsListResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult.NextLink">
            <summary>
            Optional. Gets or sets the URL to get the next set of results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult.Operations">
            <summary>
            Optional. Gets or sets the list of deployments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentProperties">
            <summary>
            Deployment properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentProperties.#ctor">
            <summary>
            Initializes a new instance of the DeploymentProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentProperties.Mode">
            <summary>
            Optional. Gets or sets the deployment mode.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentProperties.Parameters">
            <summary>
            Optional. Deployment parameters. Use only one of Parameters or
            ParametersLink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentProperties.ParametersLink">
            <summary>
            Optional. Gets or sets the URI referencing the parameters. Use only
            one of Parameters or ParametersLink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentProperties.Template">
            <summary>
            Optional. Gets or sets the template content. Use only one of
            Template or TemplateLink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentProperties.TemplateLink">
            <summary>
            Optional. Gets or sets the URI referencing the template. Use only
            one of Template or TemplateLink.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentPropertiesExtended">
            <summary>
            Deployment properties with additional details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentPropertiesExtended.#ctor">
            <summary>
            Initializes a new instance of the DeploymentPropertiesExtended
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentPropertiesExtended.CorrelationId">
            <summary>
            Optional. Gets or sets the correlation ID of the deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentPropertiesExtended.Dependencies">
            <summary>
            Optional. Gets the list of deployment dependencies.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentPropertiesExtended.Outputs">
            <summary>
            Optional. Gets or sets key/value pairs that represent
            deploymentoutput.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentPropertiesExtended.Providers">
            <summary>
            Optional. Gets the list of resource providers needed for the
            deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentPropertiesExtended.ProvisioningState">
            <summary>
            Optional. Gets or sets the state of the provisioning.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentPropertiesExtended.Timestamp">
            <summary>
            Optional. Gets or sets the timestamp of the template deployment.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse">
            <summary>
            Information from validate template deployment response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse.#ctor">
            <summary>
            Initializes a new instance of the DeploymentValidateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse.Error">
            <summary>
            Optional. Gets or sets validation error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse.IsValid">
            <summary>
            Optional. Gets or sets the value indicating whether the template is
            valid or not.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse.Properties">
            <summary>
            Optional. Gets or sets the template deployment properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.FeatureOperationsListResult">
            <summary>
            List of previewed features.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.FeatureOperationsListResult.#ctor">
            <summary>
            Initializes a new instance of the FeatureOperationsListResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.FeatureOperationsListResult.Features">
            <summary>
            Optional. Gets or sets the list of Features.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.FeatureOperationsListResult.NextLink">
            <summary>
            Optional. Gets or sets the URL to get the next set of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.FeatureProperties">
            <summary>
            Previewed feature information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.FeatureProperties.#ctor">
            <summary>
            Initializes a new instance of the FeatureProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.FeatureProperties.State">
            <summary>
            Optional. Gets or sets the state of the previewed feature.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.FeatureResponse">
            <summary>
            Previewed feature information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.FeatureResponse.#ctor">
            <summary>
            Initializes a new instance of the FeatureResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.FeatureResponse.Id">
            <summary>
            Optional. Gets or sets the Id of the feature.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.FeatureResponse.Name">
            <summary>
            Optional. Gets or sets the name of the feature.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.FeatureResponse.Properties">
            <summary>
            Optional. Gets or sets the properties of the previewed feature.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.FeatureResponse.Type">
            <summary>
            Optional. Gets or sets the type of the feature.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.GenericResource">
            <summary>
            Resource information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.GenericResource.#ctor">
            <summary>
            Initializes a new instance of the GenericResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.GenericResource.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GenericResource class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.GenericResource.Plan">
            <summary>
            Optional. Gets or sets the plan of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.GenericResource.Properties">
            <summary>
            Optional. Gets or sets the resource properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.GenericResource.ProvisioningState">
            <summary>
            Optional. Gets or sets resource provisioning state.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.GenericResourceExtended">
            <summary>
            Resource information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.GenericResourceExtended.#ctor">
            <summary>
            Initializes a new instance of the GenericResourceExtended class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.GenericResourceExtended.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GenericResourceExtended class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.GenericResourceExtended.Plan">
            <summary>
            Optional. Gets or sets the plan of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.GenericResourceExtended.Properties">
            <summary>
            Optional. Gets or sets the resource properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.GenericResourceExtended.ProvisioningState">
            <summary>
            Optional. Gets or sets resource provisioning state.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Subscriptions.Models.GetSubscriptionResult">
            <summary>
            Subscription detailed information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.Models.GetSubscriptionResult.#ctor">
            <summary>
            Initializes a new instance of the GetSubscriptionResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.Models.GetSubscriptionResult.Subscription">
            <summary>
            Optional. Gets or sets the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.LockLevel">
            <summary>
            Lock level states.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.LockLevel.NotSpecified">
            <summary>
            The lock level is not specified.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.LockLevel.CanNotDelete">
            <summary>
            The lock blocks delete.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.LockLevel.ReadOnly">
            <summary>
            The lock blocks all updates and delete.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the LongRunningOperationResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter">
            <summary>
            Management lock get operation scope filter parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter.#ctor">
            <summary>
            Initializes a new instance of the ManagementLockGetQueryParameter
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter.AtScope">
            <summary>
            Optional. Get or sets the atScope parameter. If empty is passed
            returns all locks at, above or below the scope. Otherwise, returns
            locks at or above the scope.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ManagementLockListResult">
            <summary>
            List of management locks.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ManagementLockListResult.#ctor">
            <summary>
            Initializes a new instance of the ManagementLockListResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ManagementLockListResult.Lock">
            <summary>
            Optional. Gets or sets the list of locks.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ManagementLockListResult.NextLink">
            <summary>
            Optional. Gets or sets the URL to get the next set of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ManagementLockObject">
            <summary>
            Management lock information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ManagementLockObject.#ctor">
            <summary>
            Initializes a new instance of the ManagementLockObject class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ManagementLockObject.Id">
            <summary>
            Optional. Gets or sets the Id of the lock.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ManagementLockObject.Name">
            <summary>
            Optional. Gets or sets the name of the lock.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ManagementLockObject.Properties">
            <summary>
            Optional. Gets or sets the properties of the lock.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ManagementLockObject.Type">
            <summary>
            Optional. Gets or sets the type of the lock.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ManagementLockProperties">
            <summary>
            The management lock properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ManagementLockProperties.#ctor">
            <summary>
            Initializes a new instance of the ManagementLockProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ManagementLockProperties.Level">
            <summary>
            Optional. Gets or sets the lock level of the management lock.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ManagementLockProperties.Notes">
            <summary>
            Optional. Gets or sets the notes of the management lock.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ManagementLockReturnResult">
            <summary>
            Management lock information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ManagementLockReturnResult.#ctor">
            <summary>
            Initializes a new instance of the ManagementLockReturnResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ManagementLockReturnResult.ManagementLock">
            <summary>
            Optional. Gets or sets the management lock.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.Operation">
            <summary>
            Operation
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.Operation.#ctor">
            <summary>
            Initializes a new instance of the Operation class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Operation.Description">
            <summary>
            Optional. Gets or sets the operation description
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Operation.DisplayName">
            <summary>
            Optional. Gets or sets the operation display name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Operation.Name">
            <summary>
            Optional. Gets or sets the operation name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Operation.Origin">
            <summary>
            Optional. Gets or sets the operation origin
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Operation.Properties">
            <summary>
            Optional. Gets or sets the operation properties
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ParametersLink">
            <summary>
            Entity representing the reference to the deployment paramaters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ParametersLink.#ctor">
            <summary>
            Initializes a new instance of the ParametersLink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ParametersLink.#ctor(System.Uri)">
            <summary>
            Initializes a new instance of the ParametersLink class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ParametersLink.ContentVersion">
            <summary>
            Optional. If included it must match the ContentVersion in the
            template.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ParametersLink.Uri">
            <summary>
            Required. URI referencing the template.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.Plan">
            <summary>
            Plan for the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.Plan.#ctor">
            <summary>
            Initializes a new instance of the Plan class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Plan.Name">
            <summary>
            Optional. Gets or sets the plan ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Plan.Product">
            <summary>
            Optional. Gets or sets the offer ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Plan.PromotionCode">
            <summary>
            Optional. Gets or sets the promotion code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Plan.Publisher">
            <summary>
            Optional. Gets or sets the publisher ID.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.Provider">
            <summary>
            Resource provider information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.Provider.#ctor">
            <summary>
            Initializes a new instance of the Provider class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Provider.Id">
            <summary>
            Optional. Gets or sets the provider id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Provider.Namespace">
            <summary>
            Optional. Gets or sets the namespace of the provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Provider.RegistrationState">
            <summary>
            Optional. Gets or sets the registration state of the provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.Provider.ResourceTypes">
            <summary>
            Optional. Gets or sets the collection of provider resource types.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProviderGetResult">
            <summary>
            Resource provider information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ProviderGetResult.#ctor">
            <summary>
            Initializes a new instance of the ProviderGetResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderGetResult.Provider">
            <summary>
            Optional. Gets or sets the resource provider.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProviderListParameters">
            <summary>
            Deployment list operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ProviderListParameters.#ctor">
            <summary>
            Initializes a new instance of the ProviderListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderListParameters.Top">
            <summary>
            Optional. Get or sets the number of records to return. Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProviderListResult">
            <summary>
            List of resource providers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ProviderListResult.#ctor">
            <summary>
            Initializes a new instance of the ProviderListResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderListResult.NextLink">
            <summary>
            Optional. Gets or sets the URL to get the next set of results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderListResult.Providers">
            <summary>
            Optional. Gets or sets the list of resource providers.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadata">
            <summary>
            Provider Operations metadata
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadata.#ctor">
            <summary>
            Initializes a new instance of the ProviderOperationsMetadata class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadata.DisplayName">
            <summary>
            Optional. Gets or sets the provider display name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadata.Id">
            <summary>
            Optional. Gets or sets the provider id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadata.Name">
            <summary>
            Optional. Gets or sets the provider name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadata.Operations">
            <summary>
            Optional. Gets or sets the provider operations
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadata.ResourceTypes">
            <summary>
            Optional. Gets or sets the provider resource types
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadata.Type">
            <summary>
            Optional. Gets or sets the provider type
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult">
            <summary>
            Provider operations metadata
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult.#ctor">
            <summary>
            Initializes a new instance of the
            ProviderOperationsMetadataGetResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult.Provider">
            <summary>
            Optional. Gets or sets the provider.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataListResult">
            <summary>
            Provider operations metadata list
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataListResult.#ctor">
            <summary>
            Initializes a new instance of the
            ProviderOperationsMetadataListResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataListResult.Providers">
            <summary>
            Optional. Gets or sets the list of providers.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProviderRegistionResult">
            <summary>
            Resource provider registration information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ProviderRegistionResult.#ctor">
            <summary>
            Initializes a new instance of the ProviderRegistionResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderRegistionResult.Provider">
            <summary>
            Optional. Gets or sets the resource provider.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProviderRegistrationState">
            <summary>
            Provider registration states.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProviderRegistrationState.NotRegistered">
            <summary>
            Provider registration state is not registered.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProviderRegistrationState.Unregistering">
            <summary>
            Provider registration state is unregistering.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProviderRegistrationState.Registering">
            <summary>
            Provider registration state is registering.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProviderRegistrationState.Registered">
            <summary>
            Provider registration state is registered.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProviderResourceType">
            <summary>
            Resource type managed by the resource provider.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ProviderResourceType.#ctor">
            <summary>
            Initializes a new instance of the ProviderResourceType class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderResourceType.ApiVersions">
            <summary>
            Optional. Gets or sets the api version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderResourceType.Locations">
            <summary>
            Optional. Gets or sets the collection of locations where this
            resource type can be created in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderResourceType.Name">
            <summary>
            Optional. Gets or sets the resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderResourceType.Properties">
            <summary>
            Optional. Gets or sets the properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProviderUnregistionResult">
            <summary>
            Resource provider registration information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ProviderUnregistionResult.#ctor">
            <summary>
            Initializes a new instance of the ProviderUnregistionResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ProviderUnregistionResult.Provider">
            <summary>
            Optional. Gets or sets the resource provider.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ProvisioningState">
            <summary>
            Common provisioning states.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.NotSpecified">
            <summary>
            The provisioning state is not specified.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.Accepted">
            <summary>
            The provisioning state is accepted.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.Running">
            <summary>
            The provisioning state is running.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.Registering">
            <summary>
            The provisioning state is registering.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.Creating">
            <summary>
            The provisioning state is creating.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.Created">
            <summary>
            The provisioning state is created.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.Deleting">
            <summary>
            The provisioning state is deleting.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.Deleted">
            <summary>
            The provisioning state is deleted.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.Canceled">
            <summary>
            The provisioning state is canceled.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.Failed">
            <summary>
            The provisioning state is failed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.ProvisioningState.Succeeded">
            <summary>
            The provisioning state is succeeded.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.RegistrationState">
            <summary>
            Common registration states.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.RegistrationState.NotSpecified">
            <summary>
            The registration state is not specified.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.RegistrationState.NotRegistered">
            <summary>
            The registration state is not registered.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.RegistrationState.Pending">
            <summary>
            The registration state is not Pending.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Resources.Models.RegistrationState.Registered">
            <summary>
            The registration state is Registered.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceCreateOrUpdateResult">
            <summary>
            Resource information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceCreateOrUpdateResult.#ctor">
            <summary>
            Initializes a new instance of the ResourceCreateOrUpdateResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceCreateOrUpdateResult.Resource">
            <summary>
            Optional. Gets or sets the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceExistsResult">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceExistsResult.#ctor">
            <summary>
            Initializes a new instance of the ResourceExistsResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceExistsResult.Exists">
            <summary>
            Optional. Gets or sets the value indicating whether the resource
            group exists.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceGetResult">
            <summary>
            Resource information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGetResult.#ctor">
            <summary>
            Initializes a new instance of the ResourceGetResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGetResult.Resource">
            <summary>
            Optional. Gets or sets the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceGroup">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroup.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroup class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ResourceGroup class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroup.Location">
            <summary>
            Required. Gets or sets the location of the resource group. It
            cannot be changed after the resource group has been created. Has
            to be one of the supported Azure Locations, such as West US, East
            US, West Europe, East Asia, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroup.Properties">
            <summary>
            Optional. Gets or sets the resource group properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroup.ProvisioningState">
            <summary>
            Optional. Gets or sets resource group provisioning state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroup.Tags">
            <summary>
            Optional. Gets or sets the tags attached to the resource group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceGroupCreateOrUpdateResult">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroupCreateOrUpdateResult.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupCreateOrUpdateResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupCreateOrUpdateResult.ResourceGroup">
            <summary>
            Optional. Gets or sets the resource group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceGroupExistsResult">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroupExistsResult.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupExistsResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupExistsResult.Exists">
            <summary>
            Optional. Gets or sets the value indicating whether the resource
            group exists.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceGroupExtended">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroupExtended.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupExtended class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroupExtended.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ResourceGroupExtended class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupExtended.Id">
            <summary>
            Optional. Gets or sets the ID of the resource group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupExtended.Name">
            <summary>
            Optional. Gets or sets the Name of the resource group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceGroupGetResult">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroupGetResult.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupGetResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupGetResult.ResourceGroup">
            <summary>
            Optional. Gets or sets the resource group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters.TagName">
            <summary>
            Optional. Filter the results based on a particular tag name.
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters.TagValue">
            <summary>
            Optional. Filter the results for a tag name along with a particular
            tag value. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters.Top">
            <summary>
            Optional. Number of records to return. Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult">
            <summary>
            List of resource groups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupListResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ResourceGroupListResult class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult.NextLink">
            <summary>
            Required. Gets or sets the URL to get the next set of results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult.ResourceGroups">
            <summary>
            Optional. Gets or sets the list of resource groups.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceGroupPatchResult">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceGroupPatchResult.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupPatchResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceGroupPatchResult.ResourceGroup">
            <summary>
            Optional. Gets or sets the resource group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceListParameters">
            <summary>
            Resource group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceListParameters.#ctor">
            <summary>
            Initializes a new instance of the ResourceListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceListParameters.ResourceGroupName">
            <summary>
            Optional. Gets or sets resource resource group to filter by.
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceListParameters.ResourceType">
            <summary>
            Optional. Filter the results for a particular resource type.
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceListParameters.TagName">
            <summary>
            Optional. Filter the results based on a particular tag name.
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceListParameters.TagValue">
            <summary>
            Optional. Filter the results for a tag name along with a particular
            tag value. Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceListParameters.Top">
            <summary>
            Optional. Number of records to return. Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceListResult">
            <summary>
            List of resource groups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceListResult.#ctor">
            <summary>
            Initializes a new instance of the ResourceListResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceListResult.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ResourceListResult class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceListResult.NextLink">
            <summary>
            Required. Gets or sets the URL to get the next set of results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceListResult.Resources">
            <summary>
            Optional. Gets or sets the list of resource groups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceManagementError.#ctor">
            <summary>
            Initializes a new instance of the ResourceManagementError class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceManagementError.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceManagementError class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceManagementError.Code">
            <summary>
            Required. Gets or sets the error code returned from the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceManagementError.Message">
            <summary>
            Required. Gets or sets the error message returned from the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceManagementError.Target">
            <summary>
            Optional. Gets or sets the target of the error.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceManagementErrorWithDetails.#ctor">
            <summary>
            Initializes a new instance of the
            ResourceManagementErrorWithDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceManagementErrorWithDetails.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the
            ResourceManagementErrorWithDetails class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceManagementErrorWithDetails.Details">
            <summary>
            Optional. Gets or sets validation error.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDefinition">
            <summary>
            Resource provider operation information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDefinition.#ctor">
            <summary>
            Initializes a new instance of the
            ResourceProviderOperationDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDefinition.Name">
            <summary>
            Optional. Gets or sets the provider operation name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDefinition.ResourceProviderOperationDisplayProperties">
            <summary>
            Optional. Gets or sets the display property of the provider
            operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDetailListResult">
            <summary>
            List of resource provider operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDetailListResult.#ctor">
            <summary>
            Initializes a new instance of the
            ResourceProviderOperationDetailListResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDetailListResult.ResourceProviderOperationDetails">
            <summary>
            Optional. Gets or sets the list of resource provider operations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDisplayProperties">
            <summary>
            Resource provider operation's display properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDisplayProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ResourceProviderOperationDisplayProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDisplayProperties.Description">
            <summary>
            Optional. Gets or sets operation description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDisplayProperties.Operation">
            <summary>
            Optional. Gets or sets operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDisplayProperties.Provider">
            <summary>
            Optional. Gets or sets operation provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDisplayProperties.Publisher">
            <summary>
            Optional. Gets or sets operation description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDisplayProperties.Resource">
            <summary>
            Optional. Gets or sets operation resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo">
            <summary>
            Parameters of move resources.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo.#ctor">
            <summary>
            Initializes a new instance of the ResourcesMoveInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo.Resources">
            <summary>
            Optional. Gets or sets the ids of the resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo.TargetResourceGroup">
            <summary>
            Optional. The target resource group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.ResourceType">
            <summary>
            Resource Type
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.ResourceType.#ctor">
            <summary>
            Initializes a new instance of the ResourceType class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceType.DisplayName">
            <summary>
            Optional. Gets or sets the resource type display name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceType.Name">
            <summary>
            Optional. Gets or sets the resource type name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.ResourceType.Operations">
            <summary>
            Optional. Gets or sets the resource type operations
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Subscriptions.Models.Subscription">
            <summary>
            Subscription information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.Models.Subscription.#ctor">
            <summary>
            Initializes a new instance of the Subscription class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.Models.Subscription.DisplayName">
            <summary>
            Optional. Gets or sets the subscription display name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.Models.Subscription.Id">
            <summary>
            Optional. Gets or sets the ID of the resource
            (/subscriptions/SubscriptionId).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.Models.Subscription.State">
            <summary>
            Optional. Gets or sets the subscription state
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.Models.Subscription.SubscriptionId">
            <summary>
            Optional. Gets or sets the subscription Id.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Subscriptions.Models.SubscriptionListResult">
            <summary>
            Subscription list operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.Models.SubscriptionListResult.#ctor">
            <summary>
            Initializes a new instance of the SubscriptionListResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.Models.SubscriptionListResult.Subscriptions">
            <summary>
            Optional. Gets or sets subscriptions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.TagCount">
            <summary>
            Tag count.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.TagCount.#ctor">
            <summary>
            Initializes a new instance of the TagCount class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagCount.Type">
            <summary>
            Optional. Type of count.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagCount.Value">
            <summary>
            Optional. Value of count.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.TagCreateResult">
            <summary>
            Tag information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.TagCreateResult.#ctor">
            <summary>
            Initializes a new instance of the TagCreateResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagCreateResult.Tag">
            <summary>
            Optional. Gets or sets the tag.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.TagCreateValueResult">
            <summary>
            Tag information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.TagCreateValueResult.#ctor">
            <summary>
            Initializes a new instance of the TagCreateValueResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagCreateValueResult.Value">
            <summary>
            Optional. Gets or sets the tag value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.TagDetails">
            <summary>
            Tag details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.TagDetails.#ctor">
            <summary>
            Initializes a new instance of the TagDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagDetails.Count">
            <summary>
            Optional. Gets or sets the tag count.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagDetails.Id">
            <summary>
            Optional. Gets or sets the tag ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagDetails.Name">
            <summary>
            Optional. Gets or sets the tag name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagDetails.Values">
            <summary>
            Optional. Gets or sets the list of tag values.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.TagsListResult">
            <summary>
            List of subscription tags.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.TagsListResult.#ctor">
            <summary>
            Initializes a new instance of the TagsListResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.TagsListResult.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TagsListResult class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagsListResult.NextLink">
            <summary>
            Required. Gets or sets the URL to get the next set of results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagsListResult.Tags">
            <summary>
            Optional. Gets or sets the list of tags.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.TagValue">
            <summary>
            Tag information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.TagValue.#ctor">
            <summary>
            Initializes a new instance of the TagValue class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagValue.Count">
            <summary>
            Optional. Gets or sets the tag value count.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagValue.Id">
            <summary>
            Optional. Gets or sets the tag ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TagValue.Value">
            <summary>
            Optional. Gets or sets the tag value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.TargetResource">
            <summary>
            Target resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.TargetResource.#ctor">
            <summary>
            Initializes a new instance of the TargetResource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TargetResource.Id">
            <summary>
            Optional. Gets or sets the ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TargetResource.ResourceName">
            <summary>
            Optional. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TargetResource.ResourceType">
            <summary>
            Optional. Gets or sets the type of the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.Models.TemplateLink">
            <summary>
            Entity representing the reference to the template.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.TemplateLink.#ctor">
            <summary>
            Initializes a new instance of the TemplateLink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.Models.TemplateLink.#ctor(System.Uri)">
            <summary>
            Initializes a new instance of the TemplateLink class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TemplateLink.ContentVersion">
            <summary>
            Optional. If included it must match the ContentVersion in the
            template.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.Models.TemplateLink.Uri">
            <summary>
            Required. URI referencing the template.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Subscriptions.Models.TenantIdDescription">
            <summary>
            Tenant Id information
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.Models.TenantIdDescription.#ctor">
            <summary>
            Initializes a new instance of the TenantIdDescription class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.Models.TenantIdDescription.Id">
            <summary>
            Optional. Gets or sets Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.Models.TenantIdDescription.TenantId">
            <summary>
            Optional. Gets or sets tenantId
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Subscriptions.Models.TenantListResult">
            <summary>
            Tenant Ids information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.Models.TenantListResult.#ctor">
            <summary>
            Initializes a new instance of the TenantListResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.Models.TenantListResult.TenantIds">
            <summary>
            Optional. Gets or sets tenant Ids.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.ProviderOperations">
            <summary>
            Operations for managing providers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperations.#ctor(Microsoft.Azure.Management.Resources.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the ProviderOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a resource provider.
            </summary>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource provider information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperations.ListAsync(Microsoft.Azure.Management.Resources.Models.ProviderListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a list of resource providers.
            </summary>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all
            deployments.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource providers.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource providers.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperations.RegisterAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Registers provider to be used with a subscription.
            </summary>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource provider registration information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperations.UnregisterAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Unregisters provider from a subscription.
            </summary>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource provider registration information.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ProviderOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Resources.ResourceManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsExtensions.Get(Microsoft.Azure.Management.Resources.IProviderOperations,System.String)">
            <summary>
            Gets a resource provider.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperations.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <returns>
            Resource provider information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsExtensions.GetAsync(Microsoft.Azure.Management.Resources.IProviderOperations,System.String)">
            <summary>
            Gets a resource provider.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperations.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <returns>
            Resource provider information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsExtensions.List(Microsoft.Azure.Management.Resources.IProviderOperations,Microsoft.Azure.Management.Resources.Models.ProviderListParameters)">
            <summary>
            Gets a list of resource providers.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperations.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all
            deployments.
            </param>
            <returns>
            List of resource providers.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsExtensions.ListAsync(Microsoft.Azure.Management.Resources.IProviderOperations,Microsoft.Azure.Management.Resources.Models.ProviderListParameters)">
            <summary>
            Gets a list of resource providers.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperations.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all
            deployments.
            </param>
            <returns>
            List of resource providers.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsExtensions.ListNext(Microsoft.Azure.Management.Resources.IProviderOperations,System.String)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of resource providers.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Resources.IProviderOperations,System.String)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of resource providers.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsExtensions.Register(Microsoft.Azure.Management.Resources.IProviderOperations,System.String)">
            <summary>
            Registers provider to be used with a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperations.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <returns>
            Resource provider registration information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsExtensions.RegisterAsync(Microsoft.Azure.Management.Resources.IProviderOperations,System.String)">
            <summary>
            Registers provider to be used with a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperations.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <returns>
            Resource provider registration information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsExtensions.Unregister(Microsoft.Azure.Management.Resources.IProviderOperations,System.String)">
            <summary>
            Unregisters provider from a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperations.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <returns>
            Resource provider registration information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsExtensions.UnregisterAsync(Microsoft.Azure.Management.Resources.IProviderOperations,System.String)">
            <summary>
            Unregisters provider from a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperations.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <returns>
            Resource provider registration information.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.ProviderOperationsMetadataOperations">
            <summary>
            Operations for getting provider operations metadata.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsMetadataOperations.#ctor(Microsoft.Azure.Management.Resources.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the
            ProviderOperationsMetadataOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsMetadataOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets provider operations metadata
            </summary>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Provider operations metadata
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsMetadataOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Gets provider operations metadata list
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Provider operations metadata list
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ProviderOperationsMetadataOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Resources.ResourceManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsMetadataOperationsExtensions.Get(Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations,System.String)">
            <summary>
            Gets provider operations metadata
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <returns>
            Provider operations metadata
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsMetadataOperationsExtensions.GetAsync(Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations,System.String)">
            <summary>
            Gets provider operations metadata
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations.
            </param>
            <param name='resourceProviderNamespace'>
            Required. Namespace of the resource provider.
            </param>
            <returns>
            Provider operations metadata
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsMetadataOperationsExtensions.List(Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations)">
            <summary>
            Gets provider operations metadata list
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations.
            </param>
            <returns>
            Provider operations metadata list
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ProviderOperationsMetadataOperationsExtensions.ListAsync(Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations)">
            <summary>
            Gets provider operations metadata list
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations.
            </param>
            <returns>
            Provider operations metadata list
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.ResourceGroupOperations">
            <summary>
            Operations for managing resource groups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperations.#ctor(Microsoft.Azure.Management.Resources.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the ResourceGroupOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Begin deleting resource group.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be deleted. The name is
            case insensitive.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperations.CheckExistenceAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Checks whether resource group exists.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group to check. The name is case
            insensitive.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.Resources.Models.ResourceGroup,System.Threading.CancellationToken)">
            <summary>
            Create a resource group.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be created or updated.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create or update resource
            group service operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete resource group and all of its resources.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be deleted. The name is
            case insensitive.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a resource group.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group to get. The name is case
            insensitive.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperations.ListAsync(Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a collection of resource groups.
            </summary>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all resource
            groups.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperations.PatchAsync(System.String,Microsoft.Azure.Management.Resources.Models.ResourceGroup,System.Threading.CancellationToken)">
            <summary>
            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 groups, though if a field is unspecified
            current value will be carried over.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be created or updated.
            The name is case insensitive.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the update state resource group
            service operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceGroupOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Resources.ResourceManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.BeginDeleting(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String)">
            <summary>
            Begin deleting resource group.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be deleted. The name is
            case insensitive.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.BeginDeletingAsync(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String)">
            <summary>
            Begin deleting resource group.To determine whether the operation
            has finished processing the request, call
            GetLongRunningOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be deleted. The name is
            case insensitive.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.CheckExistence(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String)">
            <summary>
            Checks whether resource group exists.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to check. The name is case
            insensitive.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.CheckExistenceAsync(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String)">
            <summary>
            Checks whether resource group exists.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to check. The name is case
            insensitive.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String,Microsoft.Azure.Management.Resources.Models.ResourceGroup)">
            <summary>
            Create a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be created or updated.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create or update resource
            group service operation.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String,Microsoft.Azure.Management.Resources.Models.ResourceGroup)">
            <summary>
            Create a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be created or updated.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create or update resource
            group service operation.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.Delete(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String)">
            <summary>
            Delete resource group and all of its resources.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be deleted. The name is
            case insensitive.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String)">
            <summary>
            Delete resource group and all of its resources.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be deleted. The name is
            case insensitive.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.Get(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String)">
            <summary>
            Get a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to get. The name is case
            insensitive.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.GetAsync(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String)">
            <summary>
            Get a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to get. The name is case
            insensitive.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.List(Microsoft.Azure.Management.Resources.IResourceGroupOperations,Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters)">
            <summary>
            Gets a collection of resource groups.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all resource
            groups.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.ListAsync(Microsoft.Azure.Management.Resources.IResourceGroupOperations,Microsoft.Azure.Management.Resources.Models.ResourceGroupListParameters)">
            <summary>
            Gets a collection of resource groups.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all resource
            groups.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.ListNext(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.Patch(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String,Microsoft.Azure.Management.Resources.Models.ResourceGroup)">
            <summary>
            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 groups, though if a field is unspecified
            current value will be carried over.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be created or updated.
            The name is case insensitive.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the update state resource group
            service operation.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceGroupOperationsExtensions.PatchAsync(Microsoft.Azure.Management.Resources.IResourceGroupOperations,System.String,Microsoft.Azure.Management.Resources.Models.ResourceGroup)">
            <summary>
            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 groups, though if a field is unspecified
            current value will be carried over.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group to be created or updated.
            The name is case insensitive.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the update state resource group
            service operation.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceManagementClient.#ctor">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the ResourceManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.Resources.ResourceManagementClient})">
            <summary>
            Clones properties from current instance to another
            ResourceManagementClient instance
            </summary>
            <param name='client'>
            Instance of ResourceManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceManagementClient.GetLongRunningOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.DeploymentOperations">
            <summary>
            Operations for managing deployment operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.Deployments">
            <summary>
            Operations for managing deployments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.Providers">
            <summary>
            Operations for managing providers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.ProviderOperationsMetadata">
            <summary>
            Operations for getting provider operations metadata.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.ResourceGroups">
            <summary>
            Operations for managing resource groups.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.Resources">
            <summary>
            Operations for managing resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.ResourceProviderOperationDetails">
            <summary>
            Operations for managing Resource provider operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceManagementClient.Tags">
            <summary>
            Operations for managing tags.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceManagementClientExtensions.GetLongRunningOperationStatus(Microsoft.Azure.Management.Resources.IResourceManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceManagementClientExtensions.GetLongRunningOperationStatusAsync(Microsoft.Azure.Management.Resources.IResourceManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.ResourceOperations">
            <summary>
            Operations for managing resources.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperations.#ctor(Microsoft.Azure.Management.Resources.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the ResourceOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperations.CheckExistenceAsync(System.String,Microsoft.Azure.ResourceIdentity,System.Threading.CancellationToken)">
            <summary>
            Checks whether resource exists.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.ResourceIdentity,Microsoft.Azure.Management.Resources.Models.GenericResource,System.Threading.CancellationToken)">
            <summary>
            Create a resource.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='parameters'>
            Required. Create or update resource parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperations.DeleteAsync(System.String,Microsoft.Azure.ResourceIdentity,System.Threading.CancellationToken)">
            <summary>
            Delete resource and all of its resources.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperations.GetAsync(System.String,Microsoft.Azure.ResourceIdentity,System.Threading.CancellationToken)">
            <summary>
            Returns a resource belonging to a resource group.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Resource information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperations.ListAsync(Microsoft.Azure.Management.Resources.Models.ResourceListParameters,System.Threading.CancellationToken)">
            <summary>
            Get all of the resources under a subscription.
            </summary>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all resource
            groups.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperations.MoveResourcesAsync(System.String,Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo,System.Threading.CancellationToken)">
            <summary>
            Move resources within or across subscriptions.
            </summary>
            <param name='sourceResourceGroupName'>
            Required. Source resource group name.
            </param>
            <param name='parameters'>
            Required. move resources' parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Resources.ResourceManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.CheckExistence(Microsoft.Azure.Management.Resources.IResourceOperations,System.String,Microsoft.Azure.ResourceIdentity)">
            <summary>
            Checks whether resource exists.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.CheckExistenceAsync(Microsoft.Azure.Management.Resources.IResourceOperations,System.String,Microsoft.Azure.ResourceIdentity)">
            <summary>
            Checks whether resource exists.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <returns>
            Resource group information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Resources.IResourceOperations,System.String,Microsoft.Azure.ResourceIdentity,Microsoft.Azure.Management.Resources.Models.GenericResource)">
            <summary>
            Create a resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='parameters'>
            Required. Create or update resource parameters.
            </param>
            <returns>
            Resource information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Resources.IResourceOperations,System.String,Microsoft.Azure.ResourceIdentity,Microsoft.Azure.Management.Resources.Models.GenericResource)">
            <summary>
            Create a resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='parameters'>
            Required. Create or update resource parameters.
            </param>
            <returns>
            Resource information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.Delete(Microsoft.Azure.Management.Resources.IResourceOperations,System.String,Microsoft.Azure.ResourceIdentity)">
            <summary>
            Delete resource and all of its resources.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Resources.IResourceOperations,System.String,Microsoft.Azure.ResourceIdentity)">
            <summary>
            Delete resource and all of its resources.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.Get(Microsoft.Azure.Management.Resources.IResourceOperations,System.String,Microsoft.Azure.ResourceIdentity)">
            <summary>
            Returns a resource belonging to a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <returns>
            Resource information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.GetAsync(Microsoft.Azure.Management.Resources.IResourceOperations,System.String,Microsoft.Azure.ResourceIdentity)">
            <summary>
            Returns a resource belonging to a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group. The name is case
            insensitive.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <returns>
            Resource information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.List(Microsoft.Azure.Management.Resources.IResourceOperations,Microsoft.Azure.Management.Resources.Models.ResourceListParameters)">
            <summary>
            Get all of the resources under a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all resource
            groups.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.ListAsync(Microsoft.Azure.Management.Resources.IResourceOperations,Microsoft.Azure.Management.Resources.Models.ResourceListParameters)">
            <summary>
            Get all of the resources under a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='parameters'>
            Optional. Query parameters. If null is passed returns all resource
            groups.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.ListNext(Microsoft.Azure.Management.Resources.IResourceOperations,System.String)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Resources.IResourceOperations,System.String)">
            <summary>
            Get a list of deployments.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of resource groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.MoveResources(Microsoft.Azure.Management.Resources.IResourceOperations,System.String,Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo)">
            <summary>
            Move resources within or across subscriptions.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='sourceResourceGroupName'>
            Required. Source resource group name.
            </param>
            <param name='parameters'>
            Required. move resources' parameters.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceOperationsExtensions.MoveResourcesAsync(Microsoft.Azure.Management.Resources.IResourceOperations,System.String,Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo)">
            <summary>
            Move resources within or across subscriptions.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceOperations.
            </param>
            <param name='sourceResourceGroupName'>
            Required. Source resource group name.
            </param>
            <param name='parameters'>
            Required. move resources' parameters.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.ResourceProviderOperationDetailsOperations">
            <summary>
            Operations for managing Resource provider operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceProviderOperationDetailsOperations.#ctor(Microsoft.Azure.Management.Resources.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the
            ResourceProviderOperationDetailsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceProviderOperationDetailsOperations.ListAsync(Microsoft.Azure.ResourceIdentity,System.Threading.CancellationToken)">
            <summary>
            Gets a list of resource providers.
            </summary>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of resource provider operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.ResourceProviderOperationDetailsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Resources.ResourceManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceProviderOperationDetailsOperationsExtensions.List(Microsoft.Azure.Management.Resources.IResourceProviderOperationDetailsOperations,Microsoft.Azure.ResourceIdentity)">
            <summary>
            Gets a list of resource providers.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceProviderOperationDetailsOperations.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <returns>
            List of resource provider operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.ResourceProviderOperationDetailsOperationsExtensions.ListAsync(Microsoft.Azure.Management.Resources.IResourceProviderOperationDetailsOperations,Microsoft.Azure.ResourceIdentity)">
            <summary>
            Gets a list of resource providers.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.IResourceProviderOperationDetailsOperations.
            </param>
            <param name='identity'>
            Required. Resource identity.
            </param>
            <returns>
            List of resource provider operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionClient.#ctor">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionClient.#ctor(Hyak.Common.CloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials used to authenticate requests.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionClient.#ctor(Hyak.Common.CloudCredentials)">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials used to authenticate requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionClient.#ctor(Hyak.Common.CloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials used to authenticate requests.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionClient.#ctor(Hyak.Common.CloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SubscriptionClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials used to authenticate requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Subscriptions.SubscriptionClient})">
            <summary>
            Clones properties from current instance to another
            SubscriptionClient instance
            </summary>
            <param name='client'>
            Instance of SubscriptionClient to clone to
            </param>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.SubscriptionClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.SubscriptionClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.SubscriptionClient.Credentials">
            <summary>
            Credentials used to authenticate requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.SubscriptionClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.SubscriptionClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.SubscriptionClient.Subscriptions">
            <summary>
            Operations for managing subscriptions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.SubscriptionClient.Tenants">
            <summary>
            Operations for managing tenants.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Subscriptions.SubscriptionOperations">
            <summary>
            Operations for managing subscriptions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionOperations.#ctor(Microsoft.Azure.Subscriptions.SubscriptionClient)">
            <summary>
            Initializes a new instance of the SubscriptionOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details about particular subscription.
            </summary>
            <param name='subscriptionId'>
            Required. Id of the subscription.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Subscription detailed information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Gets a list of the subscriptionIds.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Subscription list operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.SubscriptionOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Subscriptions.SubscriptionClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionOperationsExtensions.Get(Microsoft.Azure.Subscriptions.ISubscriptionOperations,System.String)">
            <summary>
            Gets details about particular subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Subscriptions.ISubscriptionOperations.
            </param>
            <param name='subscriptionId'>
            Required. Id of the subscription.
            </param>
            <returns>
            Subscription detailed information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionOperationsExtensions.GetAsync(Microsoft.Azure.Subscriptions.ISubscriptionOperations,System.String)">
            <summary>
            Gets details about particular subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Subscriptions.ISubscriptionOperations.
            </param>
            <param name='subscriptionId'>
            Required. Id of the subscription.
            </param>
            <returns>
            Subscription detailed information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionOperationsExtensions.List(Microsoft.Azure.Subscriptions.ISubscriptionOperations)">
            <summary>
            Gets a list of the subscriptionIds.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Subscriptions.ISubscriptionOperations.
            </param>
            <returns>
            Subscription list operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.SubscriptionOperationsExtensions.ListAsync(Microsoft.Azure.Subscriptions.ISubscriptionOperations)">
            <summary>
            Gets a list of the subscriptionIds.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Subscriptions.ISubscriptionOperations.
            </param>
            <returns>
            Subscription list operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Resources.TagOperations">
            <summary>
            Operations for managing tags.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperations.#ctor(Microsoft.Azure.Management.Resources.ResourceManagementClient)">
            <summary>
            Initializes a new instance of the TagOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperations.CreateOrUpdateAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Create a subscription resource tag.
            </summary>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Tag information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperations.CreateOrUpdateValueAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Create a subscription resource tag value.
            </summary>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <param name='tagValue'>
            Required. The value of the tag.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Tag information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a subscription resource tag.
            </summary>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperations.DeleteValueAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a subscription resource tag value.
            </summary>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <param name='tagValue'>
            Required. The value of the tag.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Get a list of subscription resource tags.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of subscription tags.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a list of tags under a subscription.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of subscription tags.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Resources.TagOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Resources.ResourceManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Resources.ITagOperations,System.String)">
            <summary>
            Create a subscription resource tag.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <returns>
            Tag information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Resources.ITagOperations,System.String)">
            <summary>
            Create a subscription resource tag.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <returns>
            Tag information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.CreateOrUpdateValue(Microsoft.Azure.Management.Resources.ITagOperations,System.String,System.String)">
            <summary>
            Create a subscription resource tag value.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <param name='tagValue'>
            Required. The value of the tag.
            </param>
            <returns>
            Tag information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.CreateOrUpdateValueAsync(Microsoft.Azure.Management.Resources.ITagOperations,System.String,System.String)">
            <summary>
            Create a subscription resource tag value.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <param name='tagValue'>
            Required. The value of the tag.
            </param>
            <returns>
            Tag information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.Delete(Microsoft.Azure.Management.Resources.ITagOperations,System.String)">
            <summary>
            Delete a subscription resource tag.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Resources.ITagOperations,System.String)">
            <summary>
            Delete a subscription resource tag.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.DeleteValue(Microsoft.Azure.Management.Resources.ITagOperations,System.String,System.String)">
            <summary>
            Delete a subscription resource tag value.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <param name='tagValue'>
            Required. The value of the tag.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.DeleteValueAsync(Microsoft.Azure.Management.Resources.ITagOperations,System.String,System.String)">
            <summary>
            Delete a subscription resource tag value.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <param name='tagName'>
            Required. The name of the tag.
            </param>
            <param name='tagValue'>
            Required. The value of the tag.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.List(Microsoft.Azure.Management.Resources.ITagOperations)">
            <summary>
            Get a list of subscription resource tags.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <returns>
            List of subscription tags.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.ListAsync(Microsoft.Azure.Management.Resources.ITagOperations)">
            <summary>
            Get a list of subscription resource tags.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <returns>
            List of subscription tags.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.ListNext(Microsoft.Azure.Management.Resources.ITagOperations,System.String)">
            <summary>
            Get a list of tags under a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of subscription tags.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Resources.TagOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Resources.ITagOperations,System.String)">
            <summary>
            Get a list of tags under a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Resources.ITagOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            List of subscription tags.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Subscriptions.TenantOperations">
            <summary>
            Operations for managing tenants.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.TenantOperations.#ctor(Microsoft.Azure.Subscriptions.SubscriptionClient)">
            <summary>
            Initializes a new instance of the TenantOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.TenantOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Gets a list of the tenantIds.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Tenant Ids information.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Subscriptions.TenantOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Subscriptions.SubscriptionClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.TenantOperationsExtensions.List(Microsoft.Azure.Subscriptions.ITenantOperations)">
            <summary>
            Gets a list of the tenantIds.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Subscriptions.ITenantOperations.
            </param>
            <returns>
            Tenant Ids information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Subscriptions.TenantOperationsExtensions.ListAsync(Microsoft.Azure.Subscriptions.ITenantOperations)">
            <summary>
            Gets a list of the tenantIds.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Subscriptions.ITenantOperations.
            </param>
            <returns>
            Tenant Ids information.
            </returns>
        </member>
    </members>
</doc>