Microsoft.Azure.Commands.Resources.Cmdlets.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Commands.Resources.Cmdlets</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary`1">
            <summary>
            The insensitive version of dictionary.
            </summary>
            <typeparam name="TValue">The type of the value.</typeparam>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary`1.Empty">
            <summary>
            The empty dictionary.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary`1"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary`1.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary`1"/> class.
            </summary>
            <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.Dictionary`2" /> can contain.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary`1.#ctor(System.Collections.Generic.IDictionary{System.String,`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary`1"/> class.
            </summary>
            <param name="dictionary">The dictionary.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper">
            <summary>
            Helper class for determining the API version
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.DetermineApiVersion(Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext,System.String,System.Threading.CancellationToken,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Determines the API version.
            </summary>
            <param name="context">The azure profile.</param>
            <param name="resourceId">The resource Id.</param>
            <param name="cancellationToken">The cancellation token</param>
            <param name="pre">When specified, indicates if pre-release API versions should be considered.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.DetermineApiVersion(Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext,System.String,System.String,System.Threading.CancellationToken,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Determines the API version.
            </summary>
            <param name="context">The azure profile.</param>
            <param name="providerNamespace">The provider namespace.</param>
            <param name="resourceType">The resource type.</param>
            <param name="cancellationToken">The cancellation token</param>
            <param name="pre">When specified, indicates if pre-release API versions should be considered.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.GetApiVersionsForResourceType(Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext,System.String,System.String,System.Threading.CancellationToken,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Determines the list of api versions currently supported by the RP.
            </summary>
            <param name="context">The azure profile.</param>
            <param name="providerNamespace">The provider namespace.</param>
            <param name="resourceType">The resource type.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.ApiVersionCache">
            <summary>
            A singleton instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.ApiVersionCache"/>
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.ApiVersionCache.Instance">
            <summary>
            The API version cache
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.ApiVersionCache.CacheDataExpirationTime">
            <summary>
            The cache data expiration time
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.ApiVersionCache.#ctor(System.TimeSpan)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.ApiVersionCache" /> class.
            </summary>
            <param name="cacheDataExpirationTime">The polling interval.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.ApiVersionCache.AddOrGetExisting(System.String,System.Func{System.String[]})">
            <summary>
            Adds or gets existing data from cache.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <param name="getFreshData">The delegate used to get data if cache is empty or stale.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.ApiVersionCache.GetCacheItem(System.String)">
            <summary>
            Gets the cache entry.
            </summary>
            <param name="cacheKey">The cache key.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.ApiVersionCache.SetCacheItem(System.String,System.String[],System.DateTimeOffset)">
            <summary>
            Adds the cache entry.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <param name="data">The data to add.</param>
            <param name="absoluteExpirationTime">The absolute expiration time.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper.ApiVersionCache.GetCacheKey(System.String,System.String)">
            <summary>
            Gets the cache key.
            </summary>
            <param name="providerNamespace">The provider namespace.</param>
            <param name="resourceType">The resource type.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants">
            <summary>
            Class for holding constants
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.MicrosoftResourceNamesapce">
            <summary>
            The <c>Microsoft.Resource</c> namespace.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.MicrosoftAuthorizationNamespace">
            <summary>
            The <c>Microsoft.Authorization</c> namespace.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.ResourceGroups">
            <summary>
            The string literal <c>ResourceGroups</c>
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.Providers">
            <summary>
            The string literal <c>Providers</c>
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.Subscriptions">
            <summary>
            The string literal <c>Subscriptions</c>
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.Location">
            <summary>
            The string literal <c>Location</c>
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.DefaultApiVersion">
            <summary>
            The default API version.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.PolicyApiVersion">
            <summary>
            The default policy API version.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.LockApiVersion">
            <summary>
            The default Lock API version.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.DeploymentOperationApiVersion">
            <summary>
            The default deployment operation API version.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.MoveResources">
            <summary>
            The move action.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.ExportTemplate">
            <summary>
            The export action.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.MicrosoftAuthorizationLocksType">
            <summary>
            The locks resource type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.MicrosoftResourcesDeploymentOperationsType">
            <summary>
            The deployment operations resource type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.MicrosoftResourcesDeploymentType">
            <summary>
            The deployments resource type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.MicrosoftAuthorizationPolicyDefinitionType">
            <summary>
            The policy definition resource type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.MicrosoftAuthorizationPolicyAssignmentType">
            <summary>
            The policy definition resource type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.Constants.MicrosoftAzureResource">
            <summary>
            The type name of the generic resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper">
            <summary>
            Factory class for creating <see cref="T:System.Net.Http.HttpClient"/> objects with custom headers.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper.credentials">
            <summary>
            The subscription cloud credentials.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper.headerValues">
            <summary>
            The header values.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper.cmdletHeaderValues">
            <summary>
            The cmdlet info header values.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Collections.Generic.IEnumerable{System.Net.Http.Headers.ProductInfoHeaderValue},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper"/> class.
            </summary>
            <param name="credentials">The subscription cloud credentials.</param>
            <param name="headerValues">The header values.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper.CreateHttpClient(System.Net.Http.DelegatingHandler[])">
            <summary>
            Creates an <see cref="T:System.Net.Http.HttpClient"/>
            </summary>
            <param name="primaryHandlers">The handlers that will be added to the top of the chain.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory">
            <summary>
            Factory class for creating http client helpers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory.Instance">
            <summary>
            Gets an instance of the facotry.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory.CreateHttpClientHelper(Microsoft.Rest.ServiceClientCredentials,System.Collections.Generic.IEnumerable{System.Net.Http.Headers.ProductInfoHeaderValue},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates new instances of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper"/> class.
            </summary>
            <param name="credentials">The credentials.</param>
            <param name="headerValues">The headers.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory.HttpClientHelperImpl">
            <summary>
            An implementation of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper"/> abstract class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory.HttpClientHelperImpl.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Collections.Generic.IEnumerable{System.Net.Http.Headers.ProductInfoHeaderValue},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Initializes new instances of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory.HttpClientHelperImpl"/> class.
            </summary>
            <param name="credentials">The credentials.</param>
            <param name="headerValues">The headers.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpMethodExt">
            <summary>
            Extra http methods.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpMethodExt.Patch">
            <summary>
            The PATCH method.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpStatusCodeExt">
            <summary>
            Extended status codes.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpStatusCodeExt.TooManyRequests">
            <summary>
            Http Status code for too many requests
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper">
            <summary>
            A helper class for tracking long running operations.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.DefaultRetryAfter">
            <summary>
            The default retry after interval.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ResourcesClientFactory">
            <summary>
            A delegate for fetching the resources client.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.CancellationToken">
            <summary>
            The cancellation token.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTrackerObject">
            <summary>
            The progress tracker.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.IsResourceCreateOrUpdate">
            <summary>
            A value indicating if this is a resource create.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.OperationLocationUri">
            <summary>
            The Location uri from the location header, if set
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.#ctor(System.String,System.Func{Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient},System.Action{System.Management.Automation.ProgressRecord},System.Threading.CancellationToken,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper"/> class.
            </summary>
            <param name="activityName">The name of the activity to report in progress.</param>
            <param name="resourcesClientFactory">A delegate for fetching the resources client/</param>
            <param name="writeProgressAction">A delegate for writing progress.</param>
            <param name="cancellationToken">The cancellation token.</param>
            <param name="isResourceCreateOrUpdate">Set to true if this tracker will be used to track a resource creation.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.WaitOnOperation(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult)">
            <summary>
            Waits for the operation to complete.
            </summary>
            <param name="operationResult">The operation result.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.HandleOperationResponse(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult,System.Uri)">
            <summary>
            Handles the operation response/
            </summary>
            <param name="operationResult">The result of the operation.</param>
            <param name="lastRequestUri">The last <see cref="T:System.Uri"/> that was used to request operation state.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.HandleCreateOrUpdateResponse(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult)">
            <summary>
            Extra code for handling resource create/update calls.
            </summary>
            <param name="operationResult">The result of the operation.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.SuccessfulResult(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult)">
            <summary>
            Indicates a successful terminal state.
            </summary>
            <param name="operationResult">The result of the operation.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.WaitResult(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult)">
            <summary>
            Indicates an in-progress state.
            </summary>
            <param name="operationResult">The result of the operation.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.FailedResult(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult,System.String)">
            <summary>
            Indicates a failed terminal state.
            </summary>
            <param name="operationResult">The result of the operation.</param>
            <param name="message">The exception message.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.GetResourcesClient">
            <summary>
            Gets the resources client.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.UpdateProgress(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.TrackingOperationResult)">
            <summary>
            Logs the fact that the operation has progressed.
            </summary>
            <param name="result">The operation result</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker">
            <summary>
            The progress tracker.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.ResourcesClientFactory">
            <summary>
            A delegate for fetching the resources client.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.WriteProgressAction">
            <summary>
            A delegate for writing progress to PowerShell.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.CancellationToken">
            <summary>
            The cancellation token.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.ProgressRecord">
            <summary>
            The progress record.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.LastState">
            <summary>
            The last state that was observed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.OperationLocationHeader">
            <summary>
            The location Result that occurred on the operation
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.#ctor(System.String,System.Func{Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient},System.Action{System.Management.Automation.ProgressRecord},System.Threading.CancellationToken)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker"/> class.
            </summary>
            <param name="activityName">The name of the activity to report in progress.</param>
            <param name="resourcesClientFactory">A delegate for fetching the resources client/</param>
            <param name="writeProgressAction">A delegate for writing progress.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.UpdateProgress(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.TrackingOperationResult)">
            <summary>
            Logs the fact that the operation has progressed.
            </summary>
            <param name="result">The operation result</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.UpdateProgress(System.String,System.Double)">
            <summary>
            Updates the progress of the operation.
            </summary>
            <param name="currentState">The current state.</param>
            <param name="percentCompleted">The percent completed.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.SetProgressRecordPercentComplete(System.Nullable{System.Double})">
            <summary>
            Sets the progress completed and updates the status description.
            </summary>
            <param name="percentComplete">The percent completed.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.GetOperationState(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult)">
            <summary>
            Extra code for handling resource create/update calls.
            </summary>
            <param name="operationResult">The result of the operation.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.GetAzureAsyncOperationState(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult)">
            <summary>
            Gets the azure async operation state.
            </summary>
            <param name="operationResult">The operation result.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.ProgressTracker.GetResourceState(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult)">
            <summary>
            Gets the state from the resource.
            </summary>
            <param name="operationResult">The operation result.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.TrackingOperationResult">
            <summary>
            A simple class that is used to track progress.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.TrackingOperationResult.RetryAfter">
            <summary>
            Gets or sets the retry interval.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.TrackingOperationResult.TrackingUri">
            <summary>
            Gets or sets the tracking <see cref="T:System.Uri"/>.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.TrackingOperationResult.OperationResult">
            <summary>
            Gets or sets the operation result.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.TrackingOperationResult.ShouldWait">
            <summary>
            Gets or sets a value that indicates if the polling method should continue to wait.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.LongRunningOperationHelper.TrackingOperationResult.Failed">
            <summary>
            Gets or sets a method that indicates that the operation has terminally failed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult">
            <summary>
            A simple class that represents the result of an operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult.HttpStatusCode">
            <summary>
            Gets or sets the status code that was returned.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult.RetryAfter">
            <summary>
            Gets or sets the retry after interval that was returned.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult.LocationUri">
            <summary>
            Gets or sets the long operation location Uri where clients can poll for progress of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult.OperationUri">
            <summary>
            Gets or sets the <see cref="T:System.Uri"/> of the <see cref="T:System.Net.Http.HttpRequestMessage"/> that created this result.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult.AzureAsyncOperationUri">
            <summary>
            Gets or sets the azure async operation location Uri where clients can poll for progress of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult.PercentComplete">
            <summary>
            Gets or sets the percentage of completion.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult.AsyncResult">
            <summary>
            If this operation uses AzureAsyncOperation semantics, the deserialized polling result
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult.Value">
            <summary>
            Gets or sets the value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.PaginatedResponseHelper">
            <summary>
            A helper class for iterating through paginated responses.
            TODO: Fix this by implementing async/await
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.PaginatedResponseHelper.ForEach``1(System.Func{System.Threading.Tasks.Task{Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResponseWithContinuation{``0[]}}},System.Func{System.String,System.Threading.Tasks.Task{Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResponseWithContinuation{``0[]}}},System.Nullable{System.Threading.CancellationToken},System.Action{``0[]})">
            <summary>
            Applies the action on each value in the paginated response.
            </summary>
            <typeparam name="TType">The type of the response.</typeparam>
            <param name="getFirstPage">The function that returns the first page.</param>
            <param name="getNextPage">The function that returns subsequent pages.</param>
            <param name="action">The action to apply.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.PaginatedResponseHelper.Enumerate``1(System.Func{System.Threading.Tasks.Task{Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResponseWithContinuation{``0[]}}},System.Func{System.String,System.Threading.Tasks.Task{Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResponseWithContinuation{``0[]}}},System.Nullable{System.Threading.CancellationToken})">
            <summary>
            Applies the action on each value in the paginated response.
            </summary>
            <typeparam name="TType">The type of the response.</typeparam>
            <param name="getFirstPage">The function that returns the first page.</param>
            <param name="getNextPage">The function that returns subsequent pages.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.QueryFilterBuilder">
            <summary>
            A class that builds query filters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.QueryFilterBuilder.CreateFilter(System.Guid[],System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a filter from the given properties.
            </summary>
            <param name="subscriptionIds">The subscriptions to query.</param>
            <param name="resourceGroup">The name of the resource group/</param>
            <param name="resourceType">The resource type.</param>
            <param name="resourceName">The resource name.</param>
            <param name="tagName">The tag name.</param>
            <param name="tagValue">The tag value.</param>
            <param name="filter">The filter.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.QueryFilterBuilder.CreateFilter(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a filter from the given properties.
            </summary>
            <param name="resourceType">The resource type.</param>
            <param name="resourceName">The resource name.</param>
            <param name="tagName">The tag name.</param>
            <param name="tagValue">The tag value.</param>
            <param name="filter">The filter.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility">
            <summary>
            Class for building and parsing resource Ids.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetResourceId(System.String,System.String,System.String)">
            <summary>
            Processes the parameters to return a valid resource Id.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="resourceGroupName">The resource group</param>
            <param name="extensionResourceType">The extension resource type string in the format: '{providerName}/{typeName}/{nestedTypeName}'</param>
            <param name="extensionResourceName">The extension resource name in the format: '{resourceName}[/{nestedResourceName}]'</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetResourceId(System.Nullable{System.Guid},System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Processes the parameters to return a valid resource Id.
            </summary>
            <param name="subscriptionId">The subscription.</param>
            <param name="resourceGroupName">The resource group</param>
            <param name="resourceType">The resource type string in the format: '{providerName}/{typeName}/{nestedTypeName}'</param>
            <param name="resourceName">The resource name in the format: '{resourceName}[/{nestedResourceName}]'</param>
            <param name="extensionResourceType">The extension resource type string in the format: '{providerName}/{typeName}/{nestedTypeName}'</param>
            <param name="extensionResourceName">The extension resource name in the format: '{resourceName}[/{nestedResourceName}]'</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetResourceGroupsId(System.Nullable{System.Guid})">
            <summary>
            Processes the parameters to return a valid resource Id.
            </summary>
            <param name="subscriptionId">The subscription.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetResourceId(System.Guid,System.String,System.String,System.String,System.String)">
            <summary>
            Processes the parameters to return a valid resource Id.
            </summary>
            <param name="subscriptionId">The subscription.</param>
            <param name="resourceGroupName">The resource group</param>
            <param name="parentResource">The parent resource in the format: '{resourceType}/{typeName}'</param>
            <param name="resourceType">The resource type string in the format: '{providerName}/{typeName}'</param>
            <param name="resourceName">The resource name in the format: '{resourceName}'</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetResourceCollectionId(System.Nullable{System.Guid},System.String,System.String,System.String)">
            <summary>
            Processes the parameters to return a valid resource collection Id.
            </summary>
            <param name="subscriptionId">The subscription.</param>
            <param name="resourceGroupName">The resource group</param>
            <param name="resourceType">The resource type string in the format: '{providerName}/{typeName}/{nestedTypeName}'</param>
            <param name="extensionResourceType">The extension resource type string in the format: '{providerName}/{typeName}/{nestedTypeName}'</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetProviderNamespace(System.String)">
            <summary>
            Gets the provider namespace from the resource id.
            </summary>
            <param name="resourceId">The resource id.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetSubscriptionId(System.String)">
            <summary>
            Gets the subscription id from the resource id.
            </summary>
            <param name="resourceId">The resource id.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetResourceGroupName(System.String)">
            <summary>
            Gets the name of the resource group from the resource id.
            </summary>
            <param name="resourceId">The resource id.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetResourceGroupId(System.String)">
            <summary>
            Gets the id of the resource group from the resource id.
            </summary>
            <param name="resourceId">The resource id.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetResourceType(System.String,System.Boolean)">
            <summary>
            Gets a resource type
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="includeProviderNamespace">Indicates if the provider namespace should be included in the resource name.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetResourceName(System.String)">
            <summary>
            Gets a resource name
            </summary>
            <param name="resourceId">The resource Id.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetExtensionProviderNamespace(System.String)">
            <summary>
            Gets the extension provider namespace from the resource id.
            </summary>
            <param name="resourceId">The resource id.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetExtensionResourceType(System.String,System.Boolean)">
            <summary>
            Gets a resource type
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="includeProviderNamespace">Indicates if the provider namespace should be included in the resource name.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetExtensionResourceName(System.String)">
            <summary>
            Gets a resource name
            </summary>
            <param name="resourceId">The resource Id.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetExtensionResourceTypeOrName(System.String,System.Boolean,System.Boolean)">
            <summary>
            Gets either a resource type or resource Id based on the value of the <see cref="!:getResourceName"/> parameter.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="getResourceName">When set to true returns a resource name, otherwise a resource type.</param>
            <param name="includeProviderNamespace">Indicates if the provider namespace should be included in the resource name.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.IsExtensionResourceId(System.String)">
            <summary>
            Checks whether a resource id contains an extension resource.
            </summary>
            <param name="resourceId">The resource Id.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetResourceTypeOrName(System.String,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Gets either a resource type or resource Id based on the value of the <see cref="!:getResourceName"/> parameter.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="getResourceName">When set to true returns a resource name, otherwise a resource type.</param>
            <param name="includeProviderNamespace">Indicates if the provider namespace should be included in the resource name.</param>
            <param name="useLastSegment">Seek the last segment instead of the first match.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetNextSegmentAfter(System.String,System.String,System.Boolean)">
            <summary>
            Gets the next segment after the one specified in <paramref name="segmentName"/>.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="segmentName">The segment name.</param>
            <param name="selectLastSegment">When set to true, gets the last segment (default) otherwise gets the first one.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetSubstringAfterSegment(System.String,System.String,System.Boolean)">
            <summary>
            Gets a the substring after a segment.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="segmentName">The segment name.</param>
            <param name="selectLastSegment">When set to true, gets the last segment (default) otherwise gets the first one.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.ProcessResourceTypeAndName(System.String,System.String)">
            <summary>
            Processes a resource type string and a resource name string and
            </summary>
            <param name="resourceType">The resource type string in the format: '{providerName}/{typeName}/{nestedTypeName}'</param>
            <param name="resourceName">The resource name in the format: '{resourceName}[/{nestedResourceName}]'</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetProviderFromLegacyResourceTypeString(System.String)">
            <summary>
            Gets the provider from the resource type for the legacy resource id format.
            </summary>
            <param name="legacyResourceType">The resource type.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdUtility.GetTypeFromLegacyResourceTypeString(System.String)">
            <summary>
            Gets the resource type from the resource type for the legacy resource id format.
            </summary>
            <param name="legacyResourceType">The resource type.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceManagerClientHelper">
            <summary>
            Helper class for constructing <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient"/>.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceManagerClientHelper.GetResourceManagerClient(Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Gets a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient"/>.
            </summary>
            <param name="context">The azure profile.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResponseWithContinuation`1">
            <summary>
            Response with next link signifying continuation.
            </summary>
            <typeparam name="T">Type of response.</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResponseWithContinuation`1.Value">
            <summary>
            Gets or sets the value of response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResponseWithContinuation`1.NextLink">
            <summary>
            Gets or sets the next link to query to get the remaining results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.TagsHelper">
            <summary>
            Helper class for tags.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.TagsHelper.GetTagsDictionary(System.Collections.Generic.IEnumerable{System.Collections.Hashtable})">
            <summary>
            Gets a tags dictionary from an enumerable of tags.
            </summary>
            <param name="tags">The enumerable of tags</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.TagsHelper.GetTagsHashtables(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary{System.String})">
            <summary>
            Gets a tags hash table from a tags dictionary.
            </summary>
            <param name="tags">The tags dictionary.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Authorization.Permission">
            <summary>
            The permission.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Authorization.Permission.Actions">
            <summary>
            Gets or sets the actions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Authorization.Permission.NotActions">
            <summary>
            Gets or sets the not actions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage">
            <summary>
            The error response message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage.Error">
            <summary>
            Gets or sets the extended error info.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessageException">
            <summary>
            The error response message exception.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessageException.HttpStatus">
            <summary>
            Gets or sets the http status code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessageException.ErrorResponseMessage">
            <summary>
            Gets or sets the error response code.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessageException.#ctor(System.Net.HttpStatusCode,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage,System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessageException" /> class.
            </summary>
            <param name="httpStatus">The http status code.</param>
            <param name="errorResponseMessage">The error response code.</param>
            <param name="errorMessage">The error response message.</param>
            <param name="innerException">Optional. The inner exception.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ExtendedErrorInfo">
            <summary>
            The extended error information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ExtendedErrorInfo.Code">
            <summary>
            Gets or sets the error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ExtendedErrorInfo.Message">
            <summary>
            Gets or sets the error message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ExtendedErrorInfo.Target">
            <summary>
            Gets or sets the target.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ExtendedErrorInfo.Details">
            <summary>
            Gets or sets the detailed error message details.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.Lock">
            <summary>
            The lock object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.Lock.Properties">
            <summary>
            The lock properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel">
            <summary>
            The lock level allowed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel.CanNotDelete">
            <summary>
            The cannot delete lock.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockProperties">
            <summary>
            The lock properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockProperties.Level">
            <summary>
            The lock level.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockProperties.Notes">
            <summary>
            The lock notes.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Operations.AzureAsyncOperationResource">
            <summary>
            The async operation result.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Operations.AzureAsyncOperationResource.Status">
            <summary>
            Gets or sets the status of the async operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Operations.AzureAsyncOperationResource.Error">
            <summary>
            Gets or sets the extended error info.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignment">
            <summary>
            The policy assignment object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignment.Properties">
            <summary>
            The policy assignment properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignment.Name">
            <summary>
            The policy assignment name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentProperties">
            <summary>
            The policy assignment properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentProperties.Scope">
            <summary>
            The scope.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentProperties.DisplayName">
            <summary>
            The display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentProperties.PolicyDefinitionId">
            <summary>
            The policy definition id.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinition">
            <summary>
            The policy definition object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinition.Name">
            <summary>
            The policy definition name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinition.Properties">
            <summary>
            The policy definition properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionProperties">
            <summary>
            The policy definition properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionProperties.Description">
            <summary>
            The description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionProperties.DisplayName">
            <summary>
            The display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionProperties.PolicyRule">
            <summary>
            The policy rule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyRule">
            <summary>
            The policy rule object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyRule.Rule">
            <summary>
            The policy rule
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Providers.ResourceProviderDefinition">
            <summary>
            The resource provider type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Providers.ResourceProviderDefinition.RegistrationState">
            <summary>
            Gets or sets the registration state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Providers.ResourceProviderDefinition.Namespace">
            <summary>
            Gets or sets the namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Providers.ResourceProviderDefinition.ResourceTypes">
            <summary>
            Gets or sets the resource types.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Providers.ResourceTypeDefinition">
            <summary>
            The resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Providers.ResourceTypeDefinition.Locations">
            <summary>
            Gets or sets the locations
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Providers.ResourceTypeDefinition.ApiVersions">
            <summary>
            Gets or sets the API versions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Providers.ResourceTypeDefinition.ResourceType">
            <summary>
            Gets or sets the resource type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.NotSpecified">
            <summary>
            The provisioning state is not specified.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.Accepted">
            <summary>
            The provisioning state is accepted.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.Running">
            <summary>
            The provisioning state is running.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.Creating">
            <summary>
            The provisioning state is creating.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.Created">
            <summary>
            The provisioning state is created.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.Deleting">
            <summary>
            The provisioning state is deleting.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.Deleted">
            <summary>
            The provisioning state is deleted.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.Canceled">
            <summary>
            The provisioning state is canceled.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.Failed">
            <summary>
            The provisioning state is failed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.Succeeded">
            <summary>
            The provisioning state is succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ProvisioningState.MovingResources">
            <summary>
            The provisioning state is moving resources.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ResourceGroups.ExportTemplateParameters">
            <summary>
            The export template request definition object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ResourceGroups.ExportTemplateParameters.Options">
            <summary>
            Gets or sets the target resource group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ResourceGroups.ExportTemplateParameters.Resources">
            <summary>
            Gets or sets the list of resources in the resource group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ResourceGroups.ResourceBatchMoveParameters">
            <summary>
            The resource batch move definition object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ResourceGroups.ResourceBatchMoveParameters.TargetResourceGroup">
            <summary>
            Gets or sets the target resource group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ResourceGroups.ResourceBatchMoveParameters.Resources">
            <summary>
            Gets or sets the list of resources to move.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1">
            <summary>
            The resource definition object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.Properties">
            <summary>
            Gets or sets the properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.Id">
            <summary>
            Gets or sets the id for the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.Name">
            <summary>
            Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.Type">
            <summary>
            Gets or sets the type of the resource definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.Sku">
            <summary>
            Gets or sets the resource <c>sku</c>.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.Kind">
            <summary>
            Gets or sets the kind of the resource definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.Location">
            <summary>
            Gets or sets the resource location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.ETag">
            <summary>
            Gets or sets the <c>etag</c>.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.Plan">
            <summary>
            Gets or sets the resource plan.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.CreatedTime">
            <summary>
            Gets or sets the created time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.ChangedTime">
            <summary>
            Gets or sets the changed time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1.Tags">
            <summary>
            Gets or sets the tags.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourcePlan">
            <summary>
            The resource plan object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourcePlan.Name">
            <summary>
            Gets or sets the plan name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourcePlan.PromotionCode">
            <summary>
            Gets or sets the plan's promotion code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourcePlan.Product">
            <summary>
            Gets or sets the plan's product code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourcePlan.Publisher">
            <summary>
            Gets or sets the plan's publisher.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourceSku">
            <summary>
            The resource sku object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourceSku.Name">
            <summary>
            Gets or sets the <c>sku</c> name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourceSku.Tier">
            <summary>
            Gets or sets the <c>sku</c> tier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourceSku.Size">
            <summary>
            Gets or sets the <c>sku</c> size.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourceSku.Family">
            <summary>
            Gets or sets the <c>sku</c> family.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ResourceSku.Capacity">
            <summary>
            Gets or sets the <c>sku</c> capacity.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.TerminalProvisioningStates">
            <summary>
            Terminal values for the <c>ProvisioningState</c> property.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.TerminalProvisioningStates.Ready">
            <summary>
            The ready state.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.TerminalProvisioningStates.Succeeded">
            <summary>
            The succeeded state.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.TerminalProvisioningStates.Failed">
            <summary>
            The failed state.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.TerminalProvisioningStates.Canceled">
            <summary>
            The cancelled state.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.AsyncExtensions">
            <summary>
            The asynchronous extensions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.AsyncExtensions.WhenAllForAwait``1(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task{``0}})">
            <summary>
            Creates a task that will complete when all of the supplied tasks have completed. Multiple exceptions will be wrapped
            as single aggregate exception. This extension method is intend to be used with await operator exclusively.
            </summary>
            <typeparam name="T">The type of the result produced by task.</typeparam>
            <param name="tasks">The asynchronous tasks.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.AsyncExtensions.WhenAllForAwait(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task})">
            <summary>
            Creates a task that will complete when all of the supplied tasks have completed. Multiple exceptions will be wrapped
            as single aggregate exception. This extension method is intend to be used with await operator exclusively.
            </summary>
            <param name="tasks">The asynchronous tasks.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.AsyncExtensions.WrapMultipleExceptionsForAwait(System.Threading.Tasks.Task)">
            <summary>
            Wraps the multiple exceptions as single aggregate exception for await operator.
            </summary>
            <param name="task">The asynchronous task.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.AsyncExtensions.WrapMultipleExceptionsForAwait``1(System.Threading.Tasks.Task{``0})">
            <summary>
            Wraps the multiple exceptions as single aggregate exception for await operator.
            </summary>
            <typeparam name="T">The type of the result produced by task.</typeparam>
            <param name="task">The asynchronous task.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.AsyncExtensions.CompleteTaskAndWrapMultipleExceptions``1(System.Threading.Tasks.Task,System.Threading.Tasks.TaskCompletionSource{``0})">
            <summary>
            Completes the task completion source and wraps multiple exceptions as single aggregate exception.
            </summary>
            <typeparam name="T">The type of the result produced by task.</typeparam>
            <param name="task">The asynchronous task.</param>
            <param name="completionSource">The task completion source.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ErrorResponseMessageExceptionExtensions">
            <summary>
            Helper class that converts <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessageException"/> objects into <see cref="T:System.Management.Automation.ErrorRecord"/>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ErrorResponseMessageExceptionExtensions.ToErrorRecord(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessageException)">
            <summary>
            Converts <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessageException"/> objects into <see cref="T:System.Management.Automation.ErrorRecord"/>
            </summary>
            <param name="exception">The exception</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ErrorResponseMessageExceptionExtensions.ToErrorRecord(System.Exception)">
            <summary>
            Converts <see cref="T:System.Exception"/> objects into <see cref="T:System.Management.Automation.ErrorRecord"/>
            </summary>
            <param name="exception">The exception</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ErrorResponseMessageExceptionExtensions.ToErrorRecord(System.AggregateException)">
            <summary>
            Converts <see cref="T:System.AggregateException"/> objects into <see cref="T:System.Management.Automation.ErrorRecord"/>
            </summary>
            <param name="exception">The exception</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ExceptionExtensions">
            <summary>
            Exception extension methods
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ExceptionExtensions.IsFatal(System.Exception)">
            <summary>
            Test if an exception is a fatal exception.
            </summary>
            <param name="ex">Exception object.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.HttpHeadersExtensions">
            <summary>
            Http headers extensions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.HttpHeadersExtensions.GetFirstOrDefault``1(System.Net.Http.Headers.HttpHeaders,System.String,System.Func{System.String,``0},``0)">
            <summary>
            Gets the first HTTP header or default value.
            </summary>
            <typeparam name="TType">The type of the object housed in the header.</typeparam>
            <param name="headers">The HTTP headers.</param>
            <param name="name">The header name.</param>
            <param name="transform">A transformation function that converts strings to <typeparamref name="TType"/>.</param>
            <param name="defaultValue">The default value.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.HttpHeadersExtensions.GetAzureAzyncOperationPercentComplete(System.Net.Http.Headers.HttpResponseHeaders)">
            <summary>
            Gets the azure async operation percent complete header.
            </summary>
            <param name="headers">The HTTP response headers.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.HttpHeadersExtensions.GetAzureAsyncOperation(System.Net.Http.Headers.HttpResponseHeaders)">
            <summary>
            Gets the azure async operation header.
            </summary>
            <param name="headers">The HTTP response headers.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.HttpMessageExtensions">
            <summary>
            Class containing HTTP message extension methods.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.HttpMessageExtensions.ReadContentAsJsonAsync``1(System.Net.Http.HttpResponseMessage,System.Boolean)">
            <summary>
            Reads the JSON content from the http response message.
            </summary>
            <typeparam name="T">The type of object contained in the JSON.</typeparam>
            <param name="message">The response message to be read.</param>
            <param name="rewindContentStream">Rewind content stream if set to true.</param>
            <returns>An object of type T instantiated from the response message's body.</returns>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.HttpMessageExtensions.ReadContentAsStringAsync(System.Net.Http.HttpResponseMessage,System.Boolean)">
            <summary>
            Reads the JSON content from the http response message.
            </summary>
            <typeparam name="T">The type of object contained in the JSON.</typeparam>
            <param name="message">The response message to be read.</param>
            <param name="rewindContentStream">Rewind content stream if set to true.</param>
            <returns>An object of type T instantiated from the response message's body.</returns>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.IEnumerableExtensions">
            <summary>
            IEnumerable extension methods
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.IEnumerableExtensions.CoalesceEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Coalesces the enumerable.
            </summary>
            <typeparam name="TSource">The type of the source.</typeparam>
            <param name="source">The source.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.IEnumerableExtensions.SelectArray``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
            <summary>
            Selects a collection and returns an array.
            </summary>
            <typeparam name="TSource">The type of the source.</typeparam>
            <typeparam name="TResult">The result of the selector function.</typeparam>
            <param name="source">The source.</param>
            <param name="selector">The selector.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.IEnumerableExtensions.SelectManyArray``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}})">
            <summary>
            Selects a collection and returns an array.
            </summary>
            <typeparam name="TSource">The type of the source.</typeparam>
            <typeparam name="TResult">The result of the selector function.</typeparam>
            <param name="source">The source.</param>
            <param name="selector">The selector.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.IEnumerableExtensions.DistinctArray``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Returns a distinct array.
            </summary>
            <typeparam name="TSource">The type of the source.</typeparam>
            <param name="source">The source.</param>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.IEnumerableExtensions.ToInsensitiveDictionary``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String})">
            <summary>
            Creates an insensitive dictionary from an enumerable.
            </summary>
            <param name="source">The enumerable.</param>
            <param name="keySelector">The key selector.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.IEnumerableExtensions.ToInsensitiveDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String},System.Func{``0,``1})">
            <summary>
            Creates an insensitive dictionary from an enumerable.
            </summary>
            <param name="source">The enumerable.</param>
            <param name="keySelector">The key selector.</param>
            <param name="valueSelector">The value selector.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.IEnumerableExtensions.Distinct``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Returns a distinct collection based on a key.
            </summary>
            <typeparam name="TSource">The source type.</typeparam>
            <typeparam name="TKeyType">The key type.</typeparam>
            <param name="source">The source collection.</param>
            <param name="keySelector">The key selector.</param>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.IEnumerableExtensions.Batch``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
            <summary>
            Batches an enumerable into batches of the specified size.
            </summary>
            <typeparam name="TSource">The source type/</typeparam>
            <param name="source">The enumerable to batch.</param>
            <param name="batchSize">The batch size.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions">
            <summary>
            <c>JSON</c> extensions
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.JsonContentType">
            <summary>
            The JSON content type for HTTP requests.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.ObjectSerializationSettings">
            <summary>
            The JSON object serialization settings.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.MediaSerializationSettings">
            <summary>
            The JSON media serialization settings.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.JsonMediaTypeSerializer">
            <summary>
            The JSON media type serializer.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.JsonObjectTypeSerializer">
            <summary>
            The JSON object type serializer.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.ToJson(System.Object)">
            <summary>
            Serialize object to the JSON.
            </summary>
            <param name="obj">The object.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.ToFormattedJson(System.Object)">
            <summary>
            Serialize object to formatted JSON.
            </summary>
            <param name="obj">The object.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.FromJson``1(System.String)">
            <summary>
            Deserialize object from the JSON.
            </summary>
            <typeparam name="T">Type of object</typeparam>
            <param name="json">JSON representation of object</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.FromJson``1(System.IO.Stream)">
            <summary>
            Deserialize object from a JSON stream.
            </summary>
            <typeparam name="T">Type of object</typeparam>
            <param name="stream">A <see cref="T:System.IO.Stream"/> that contains a JSON representation of object</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.ToJToken(System.Object)">
            <summary>
            Serialize object to JToken.
            </summary>
            <param name="obj">The object.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.CanConvertTo``1(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Checks if a conversion from the supplied <see cref="T:Newtonsoft.Json.Linq.JToken"/> to a <typeparamref name="TType"/> can be made.
            </summary>
            <typeparam name="TType">The type to convert to.</typeparam>
            <param name="jobject">The <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.TryConvertTo``1(System.String,``0@)">
            <summary>
            Checks if a conversion from the supplied <see cref="T:Newtonsoft.Json.Linq.JToken"/> to a <typeparamref name="TType"/> can be made.
            </summary>
            <typeparam name="TType">The type to convert to.</typeparam>
            <param name="str">The string.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JsonExtensions.TryConvertTo``1(Newtonsoft.Json.Linq.JToken,``0@)">
            <summary>
            Checks if a conversion from the supplied <see cref="T:Newtonsoft.Json.Linq.JToken"/> to a <typeparamref name="TType"/> can be made.
            </summary>
            <typeparam name="TType">The type to convert to.</typeparam>
            <param name="jobject">The <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
            <param name="result">The result.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JTokenExtensions">
            <summary>
            A helper class for converting <see cref="T:Newtonsoft.Json.Linq.JObject"/> and <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects to <see cref="T:System.Management.Automation.PSObject"/> classes.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JTokenExtensions.PrimitiveTypeMap">
            <summary>
            A lookup table that contains the native mappings which are supported.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JTokenExtensions.ToPsObject(Newtonsoft.Json.Linq.JToken,System.String)">
            <summary>
            Converts a <see cref="T:Newtonsoft.Json.Linq.JObject"/> to a <see cref="T:System.Management.Automation.PSObject"/>
            </summary>
            <param name="jtoken">The <see cref="T:Newtonsoft.Json.Linq.JObject"/></param>
            <param name="objectType">The type of the object.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.JTokenExtensions.ConvertPropertyValueForPsObject(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Converts a property value for a <see cref="T:Newtonsoft.Json.Linq.JObject"/> into an <see cref="T:System.Object"/> that can be
            used as the value of a <see cref="T:System.Management.Automation.PSNoteProperty"/>.
            </summary>
            <param name="propertyValue">The <see cref="T:Newtonsoft.Json.Linq.JToken"/> value.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ObjectExtensions">
            <summary>
            The object extension methods.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ObjectExtensions.Cast``1(System.Object)">
            <summary>
            Casts the specified object to type T.
            </summary>
            <typeparam name="T">The type to cast to</typeparam>
            <param name="obj">The input object</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ObjectExtensions.AsArray``1(``0)">
            <summary>
            Wraps the object in an array of length 1.
            </summary>
            <typeparam name="T">Type of object to wrap.</typeparam>
            <param name="obj">Object to wrap in array.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.PsObjectExtensions">
            <summary>
            A helper class that handles common tasks that deal with the <see cref="!:ResourcePropertyObject"/> class.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.PsObjectExtensions.PropertiesToRemove">
            <summary>
            The properties to remove.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.PsObjectExtensions.ToResourcePropertiesBody(System.Management.Automation.PSObject)">
            <summary>
            Converts a <see cref="!:ResourcePropertyObject"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>
            </summary>
            <param name="propertyObject">The <see cref="!:ResourcePropertyObject"/></param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.PsObjectExtensions.ToJToken(System.Object)">
            <summary>
            Helper method for converting <see cref="T:System.Object"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>
            </summary>
            <param name="value">The object.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ResourceExtensions">
            <summary>
            A helper class that handles common tasks that deal with the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ResourceExtensions.ToPsObject(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource{Newtonsoft.Json.Linq.JToken})">
            <summary>
            Converts a <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1"/> object into a <see cref="T:System.Management.Automation.PSObject"/> object.
            </summary>
            <param name="resource">The <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1"/> object.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ResourceExtensions.GetProperties(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource{Newtonsoft.Json.Linq.JToken})">
            <summary>
            Gets the properties object
            </summary>
            <param name="resource">The <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1"/> object.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ResourceExtensions.ToResource(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Converts a <see cref="T:Newtonsoft.Json.Linq.JToken"/> to a <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1"/>.
            </summary>
            <param name="jtoken">The <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.ResourceExtensions.ToResource``1(Newtonsoft.Json.Linq.JToken)">
            <summary>00
            Converts a <see cref="T:Newtonsoft.Json.Linq.JToken"/> to a <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource`1"/>.
            </summary>
            <typeparam name="TType">The type of the properties.</typeparam>
            <param name="jtoken">The <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.StringExtensions">
            <summary>
            String extension methods
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.StringExtensions.CoalesceString(System.String)">
            <summary>
            Coalesces a string.
            </summary>
            <param name="original">The original string.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.StringExtensions.EqualsInsensitively(System.String,System.String)">
            <summary>
            Compares two string values insensitively.
            </summary>
            <param name="original">The original string.</param>
            <param name="otherString">The other string.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.StringExtensions.StartsWithInsensitively(System.String,System.String)">
            <summary>
            Compares two string values insensitively.
            </summary>
            <param name="original">The original string.</param>
            <param name="otherString">The other string.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.StringExtensions.SplitRemoveEmpty(System.String,System.Char[])">
            <summary>
            Splits the string with given separators and removes empty entries.
            </summary>
            <param name="source">The source string.</param>
            <param name="separator">Separator characters.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.StringExtensions.ConcatStrings(System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Concatenates a number of strings with given separators.
            </summary>
            <param name="source">The source strings.</param>
            <param name="separator">The separator string.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.StringExtensions.IsDecimal(System.String,System.Globalization.NumberStyles)">
            <summary>
            Determines whether the specified source string is a valid decimal.
            </summary>
            <param name="source">The source.</param>
            <param name="allowedNumberStyle">The allowed number style.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.StringExtensions.IsDateTime(System.String,System.String,System.Globalization.DateTimeStyles)">
            <summary>
            Determines whether the specified source string is a valid date time.
            </summary>
            <param name="source">The source.</param>
            <param name="format">The format.</param>
            <param name="styles">The styles.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.StringExtensions.ToNormalizedLocation(System.String)">
            <summary>
            Normalize a location string.
            </summary>
            <param name="location">The location string.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions.StringExtensions.EqualsAsLocation(System.String,System.String)">
            <summary>
            Compare two location strings.
            </summary>
            <param name="location1">The first location string.</param>
            <param name="location2">The second location string.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.AuthenticationHandler">
            <summary>
            The authentication handler.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.AuthenticationHandler.cloudCredentials">
            <summary>
            The subscription cloud credentials.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.AuthenticationHandler.#ctor(Microsoft.Rest.ServiceClientCredentials)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.AuthenticationHandler" /> class.
            </summary>
            <param name="cloudCredentials">The credentials.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.AuthenticationHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)">
            <summary>
            Add the authentication token to the outgoing request.
            </summary>
            <param name="request">The HTTP request message.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.CmdletInfoHandler">
            <summary>
            The cmdlet info handler.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.CmdletInfoHandler.cmdletHeaderValues">
            <summary>
            The product info to add as headers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.CmdletInfoHandler.#ctor(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.CmdletInfoHandler" /> class.
            </summary>
            <param name="headerValues">The product info to add as headers.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.CmdletInfoHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)">
            <summary>
            Add the custom headers to the outgoing request.
            </summary>
            <param name="request">The HTTP request message.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.RetryHandler">
            <summary>
            A basic retry handler.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.RetryHandler.MaxAttempts">
            <summary>
            The max number of attempts.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.RetryHandler.DeltaBackoff">
            <summary>
            The delta back-off.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.RetryHandler.MaxBackoff">
            <summary>
            The max back-off.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.RetryHandler.MinBackoff">
            <summary>
            The min back-off.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.RetryHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)">
            <summary>
            Add the authentication token to the outgoing request.
            </summary>
            <param name="request">The HTTP request message.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.RetryHandler.GetDelay(System.Int32)">
            <summary>
            Gets the delay for the task following an exponential back-off strategy
            </summary>
            <param name="attempt">The current attempt.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.TracingHandler">
            <summary>
            Tracing handler.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.TracingHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)">
            <summary>
            Trace the outgoing request.
            </summary>
            <param name="request">The HTTP request message.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.UserAgentHandler">
            <summary>
            The user agent handler.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.UserAgentHandler.headerValues">
            <summary>
            The product info to add as headers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.UserAgentHandler.#ctor(System.Collections.Generic.IEnumerable{System.Net.Http.Headers.ProductInfoHeaderValue})">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.UserAgentHandler" /> class.
            </summary>
            <param name="headerValues">The product info to add as headers.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Handlers.UserAgentHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)">
            <summary>
            Add the user agent to the outgoing request.
            </summary>
            <param name="request">The HTTP request message.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ProviderFeatureCmdletBase">
            <summary>
            Base class for all feature cmdlets
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ProviderFeatureCmdletBase.providerFeatureClient">
            <summary>
            Cache for the feature client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ProviderFeatureCmdletBase.ProviderFeatureClient">
            <summary>
            Gets the feature client
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ProviderFeatureCmdletBase.DetermineParameterSetName">
            <summary>
            Determines the parameter set name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase">
            <summary>
            The base class for resource manager cmdlets.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.cancellationSource">
            <summary>
            The cancellation source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.CancellationToken">
            <summary>
            Gets the cancellation source.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.resourceManagerSdkClient">
            <summary>
            Field that holds the resource client instance
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.subscriptionSdkClient">
            <summary>
            Field that holds the subscripotions client instance
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.ApiVersion">
            <summary>
            Gets or sets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.Pre">
            <summary>
            Gets or sets the switch that indicates if pre-release API version should be considered.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.BeginProcessing">
            <summary>
            The <c>BeginProcessing</c> method.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.StopProcessing">
            <summary>
            The <c>StopProcessing</c> method.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.EndProcessing">
            <summary>
            The <c>EndProcessing</c> method.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.ExecuteCmdlet">
            <summary>
            The <c>ProcessRecord</c> method.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.OnProcessRecord">
            <summary>
            When overridden, allows child classes to be called when the <c>ProcessRecord</c> method is invoked.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.OnEndProcessing">
            <summary>
            When overridden, allows child classes to be called when the <c>EndProcessing</c> method is invoked.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.OnBeginProcessing">
            <summary>
            When overridden, allows child classes to be called when the <c>BeginProcessing</c> method is invoked.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.OnStopProcessing">
            <summary>
            When overridden, allows child classes to be called when the <c>StopProcessing</c> method is invoked.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.DetermineApiVersion(System.String,System.Nullable{System.Boolean})">
            <summary>
            Determines the API version.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="pre">When specified, indicates if pre-release API versions should be considered.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.DetermineApiVersion(System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Determines the API version.
            </summary>
            <param name="providerNamespace">The provider namespace.</param>
            <param name="resourceType">The resource type.</param>
            <param name="pre">When specified, indicates if pre-release API versions should be considered.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.GetResourcesClient">
            <summary>
            Gets a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient"/>.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.ResourceManagerSdkClient">
            <summary>
            Gets or sets the resource manager sdk client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.SubscriptionSdkClient">
            <summary>
            Gets or sets the subscription sdk client
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.TryConvertAndWriteObject(System.String)">
            <summary>
            Writes the object
            </summary>
            <param name="resultString">The result as a string</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.TryConvertToResourceAndWriteObject(System.String)">
            <summary>
            Writes the object
            </summary>
            <param name="resultString">The result as a string</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.WriteObject(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Writes a <see cref="T:Newtonsoft.Json.Linq.JToken"/> object as a <see cref="T:System.Management.Automation.PSObject"/>.
            </summary>
            <param name="result">The result of the action.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.GetLongRunningOperationTracker(System.String,System.Boolean)">
            <summary>
            Gets a new instance of the long running operation helper.
            </summary>
            <param name="activityName">The name of the action.</param>
            <param name="isResourceCreateOrUpdate">When set to true, indicates that the tracker will be used to track a resource creation request.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.DisposeOfCancellationSource">
            <summary>
            Disposes of the <see cref="T:System.Threading.CancellationTokenSource"/>.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.HandleException(System.Runtime.ExceptionServices.ExceptionDispatchInfo)">
            <summary>
            Provides specialized exception handling.
            </summary>
            <param name="capturedException">The captured exception</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManagerCmdletBase.DetermineParameterSetName">
            <summary>
            Determines the parameter set name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase">
            <summary>
            The base class for manipulating resources.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.SubscriptionLevelResoruceParameterSet">
            <summary>
            The subscription level parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.TenantLevelResoruceParameterSet">
            <summary>
            The tenant level parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.ResourceIdParameterSet">
            <summary>
            The tenant level parameter set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.ResourceId">
            <summary>
            Gets or sets the resource Id parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.ResourceName">
            <summary>
            Gets or sets the extension resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.ResourceType">
            <summary>
            Gets or sets the resource type parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.ExtensionResourceName">
            <summary>
            Gets or sets the extension resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.ExtensionResourceType">
            <summary>
            Gets or sets the extension resource type parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.ODataQuery">
            <summary>
            Gets or sets the OData query parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.ResourceGroupName">
            <summary>
            Gets or sets the resource group name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.TenantLevel">
            <summary>
            Gets or sets the tenant level parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.Force">
            <summary>
            Gets or sets the force parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.SubscriptionId">
            <summary>
            Gets or sets the subscription id.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.#ctor">
            <summary>
            Initializes the default subscription id if needed.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.GetResourceId">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase.GetResourceIdWithoutParentResource">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderFeatureCmdlet">
            <summary>
            Gets the preview features of a certain azure resource provider.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderFeatureCmdlet.ListAvailableParameterSet">
            <summary>
            The filter unregistered parameter set
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderFeatureCmdlet.GetFeatureParameterSet">
            <summary>
            The get feature parameter set
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderFeatureCmdlet.ProviderNamespace">
            <summary>
            Gets or sets the provider namespace
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderFeatureCmdlet.FeatureName">
            <summary>
            Gets or sets the feature name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderFeatureCmdlet.ListAvailable">
            <summary>
            Gets or sets a switch indicating whether to list all available features or just the ones registered with the current subscription
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RegisterAzureProviderFeatureCmdlet">
            <summary>
            Register the previewed features of a certain azure resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RegisterAzureProviderFeatureCmdlet.FeatureName">
            <summary>
            Gets or sets the provider name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RegisterAzureProviderFeatureCmdlet.ProviderNamespace">
            <summary>
            Gets or sets the provider name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RegisterAzureProviderFeatureCmdlet.Force">
            <summary>
            Gets or sets a switch that indicates if the user should be prompted for confirmation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RegisterAzureProviderFeatureCmdlet.ExecuteCmdlet">
            <summary>
            Executes the cmdlet
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureLocationCmdlet">
            <summary>
            Get all locations with the supported providers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureLocationCmdlet.ExecuteCmdlet">
            <summary>
            Executes the cmdlet
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceLockCmdlet">
            <summary>
            Gets the resource lock.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceLockCmdlet.LockName">
            <summary>
            Gets or sets the extension resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceLockCmdlet.AtScope">
            <summary>
            Gets or sets the at-scope filter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceLockCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceLockCmdlet.GetResources">
            <summary>
            Queries the ARM cache and returns the cached resource that match the query specified.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceLockCmdlet.GetResource">
            <summary>
            Gets a resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceLockCmdlet.ListResourcesTypeCollection">
            <summary>
            Lists resources in a type collection.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceLockCmdlet.GetNextLink``1(System.String)">
            <summary>
            Gets the next set of resources using the <paramref name="nextLink"/>
            </summary>
            <param name="nextLink">The next link.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet">
            <summary>
            The new azure resource lock cmdlet.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet.LockName">
            <summary>
            Gets or sets the extension resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet.LockLevel">
            <summary>
            Gets or sets the extension resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet.LockNotes">
            <summary>
            Gets or sets the extension resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet.Force">
            <summary>
            Gets or sets the force parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet.GetActionMessage(System.String)">
            <summary>
            Gets the action message.
            </summary>
            <param name="resourceId">The resource Id.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet.GetProccessMessage">
            <summary>
            Gets the process message.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceLockCmdlet.GetResourceBody">
            <summary>
            Gets the lock.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceLockCmdlet">
            <summary>
            The remove azure resource lock cmdlet.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceLockCmdlet.LockName">
            <summary>
            Gets or sets the extension resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceLockCmdlet.Force">
            <summary>
            Gets or sets the force parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceLockCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase">
            <summary>
            Base class for resource lock management cmdlets.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.LockIdParameterSet">
            <summary>
            The Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.ScopeLevelLock">
            <summary>
            The resource group level resource lock.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.ResourceGroupResourceLevelLock">
            <summary>
            The resource group level resource lock.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.SubscriptionResourceLevelLock">
            <summary>
            The subscription level resource lock.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.TenantResourceLevelLock">
            <summary>
            The tenant level resource lock patameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.ResourceGroupLevelLock">
            <summary>
            The resource group lock parametere set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.SubscriptionLevelLock">
            <summary>
            The subscription lock parameter set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.Scope">
            <summary>
            Gets or sets the scope.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.ResourceName">
            <summary>
            Gets or sets the resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.ResourceType">
            <summary>
            Gets or sets the resource type parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.ResourceGroupName">
            <summary>
            Gets or sets the resource group name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.TenantLevel">
            <summary>
            Gets or sets the tenant level parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.LockId">
            <summary>
            The Id of the lock.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.LockApiVersion">
            <summary>
            Determines the api version to be used
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.GetResourceId(System.String)">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
            <param name="lockName">The name of the lock.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceLockManagementCmdletBase.GetOutputObjects(Newtonsoft.Json.Linq.JToken[])">
            <summary>
            Converts the resource object to output that can be piped to the lock cmdlets.
            </summary>
            <param name="resources">The lock resource object.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceLockCmdlet">
            <summary>
            The set resource lock cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceLockCmdlet.GetActionMessage(System.String)">
            <summary>
            Gets the action message.
            </summary>
            <param name="resourceId">The resource Id.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceLockCmdlet.GetProccessMessage">
            <summary>
            Gets the process message.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet">
            <summary>
            Gets the policy assignment.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.PolicyAssignmentIdParameterSet">
            <summary>
            The policy Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.PolicyAssignmentNameParameterSet">
            <summary>
            The policy name parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.ParameterlessSet">
            <summary>
            The list all policy parameter set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.Name">
            <summary>
            Gets or sets the policy assignment name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.Scope">
            <summary>
            Gets or sets the policy assignment scope parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.Id">
            <summary>
            Gets or sets the policy assignment id parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.PolicyDefinitionId">
            <summary>
            Gets or sets the policy assignment policy definition id parameter
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.RunCmdlet">
            <summary>
            Contains the cmdlet's execution logic.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.GetResources">
            <summary>
            Queries the ARM cache and returns the cached resource that match the query specified.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.IsScopeLevelList(System.String)">
            <summary>
            Returns true if it is scope level policy assignment list call
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.IsResourceGet(System.String)">
            <summary>
            Returns true if it is a single policy assignment get
            </summary>
            <param name="resourceId"></param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet.GetResourceId">
            <summary>
            Gets the resource Id
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet">
            <summary>
            Gets the policy definition.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet.PolicyDefinitionIdParameterSet">
            <summary>
            The policy Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet.PolicyDefinitionNameParameterSet">
            <summary>
            The policy name parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet.ParameterlessSet">
            <summary>
            The list all policy parameter set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet.Name">
            <summary>
            Gets or sets the policy definition name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet.Id">
            <summary>
            Gets or sets the policy definition id parameter
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet.RunCmdlet">
            <summary>
            Contains the cmdlet's execution logic.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet.GetResources">
            <summary>
            Queries the ARM cache and returns the cached resource that match the query specified.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet.GetResourceId">
            <summary>
            Gets the resource Id
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyAssignmentCmdlet">
            <summary>
            Creates a policy assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyAssignmentCmdlet.Name">
            <summary>
            Gets or sets the policy assignment name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyAssignmentCmdlet.Scope">
            <summary>
            Gets or sets the policy assignment scope parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyAssignmentCmdlet.DisplayName">
            <summary>
            Gets or sets the policy assignment display name parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyAssignmentCmdlet.PolicyDefinition">
            <summary>
            Gets or sets the policy assignment policy definition parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyAssignmentCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyAssignmentCmdlet.GetResourceId">
            <summary>
            Gets the resource Id
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyAssignmentCmdlet.GetResource">
            <summary>
            Constructs the resource
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyDefinitionCmdlet">
            <summary>
            Creates the policy definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyDefinitionCmdlet.Name">
            <summary>
            Gets or sets the policy definition name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyDefinitionCmdlet.DisplayName">
            <summary>
            Gets or sets the policy definition display name parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyDefinitionCmdlet.Description">
            <summary>
            Gets or sets the policy definition description parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyDefinitionCmdlet.Policy">
            <summary>
            Gets or sets the policy parameter
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyDefinitionCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyDefinitionCmdlet.GetResourceId">
            <summary>
            Gets the resource Id
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyDefinitionCmdlet.GetResource">
            <summary>
            Constructs the resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzurePolicyDefinitionCmdlet.GetPolicyRuleObject">
            <summary>
            Gets the policy rule object
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PolicyAssignmentCmdletBase">
            <summary>
            Base class for policy assignment cmdlets.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PolicyAssignmentCmdletBase.GetNextLink``1(System.String)">
            <summary>
            Gets the next set of resources using the <paramref name="nextLink"/>
            </summary>
            <param name="nextLink">The next link.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PolicyAssignmentCmdletBase.GetOutputObjects(Newtonsoft.Json.Linq.JToken[])">
            <summary>
            Converts the resource object to policy definition object.
            </summary>
            <param name="resources">The policy definition resource object.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PolicyDefinitionCmdletBase">
            <summary>
            Base class for policy definition cmdlets.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PolicyDefinitionCmdletBase.GetNextLink``1(System.String)">
            <summary>
            Gets the next set of resources using the <paramref name="nextLink"/>
            </summary>
            <param name="nextLink">The next link.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PolicyDefinitionCmdletBase.GetOutputObjects(Newtonsoft.Json.Linq.JToken[])">
            <summary>
            Converts the resource object to policy definition object.
            </summary>
            <param name="resources">The policy definition resource object.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyAssignmentCmdlet">
            <summary>
            Removes the policy assignment.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyAssignmentCmdlet.PolicyAssignmentIdParameterSet">
            <summary>
            The policy assignment Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyAssignmentCmdlet.PolicyAssignmentNameParameterSet">
            <summary>
            The policy assignment name parameter set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyAssignmentCmdlet.Name">
            <summary>
            Gets or sets the policy assignment name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyAssignmentCmdlet.Scope">
            <summary>
            Gets or sets the policy assignment scope parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyAssignmentCmdlet.Id">
            <summary>
            Gets or sets the policy assignment id parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyAssignmentCmdlet.Force">
            <summary>
            Gets or sets the force parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyAssignmentCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyAssignmentCmdlet.RunCmdlet">
            <summary>
            Contains the cmdlet's execution logic.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyAssignmentCmdlet.GetResourceId">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyDefinitionCmdlet">
            <summary>
            Removes the policy definition.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyDefinitionCmdlet.PolicyDefinitionIdParameterSet">
            <summary>
            The policy Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyDefinitionCmdlet.PolicyDefinitionNameParameterSet">
            <summary>
            The policy name parameter set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyDefinitionCmdlet.Name">
            <summary>
            Gets or sets the policy definition name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyDefinitionCmdlet.Id">
            <summary>
            Gets or sets the policy definition id parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyDefinitionCmdlet.Force">
            <summary>
            Gets or sets the force parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyDefinitionCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyDefinitionCmdlet.RunCmdlet">
            <summary>
            Contains the cmdlet's execution logic.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzurePolicyDefinitionCmdlet.GetResourceId">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet">
            <summary>
            Sets the policy assignment.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet.PolicyAssignmentIdParameterSet">
            <summary>
            The policy Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet.PolicyAssignmentNameParameterSet">
            <summary>
            The policy name parameter set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet.Name">
            <summary>
            Gets or sets the policy assignment name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet.Scope">
            <summary>
            Gets or sets the policy assignment scope parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet.Id">
            <summary>
            Gets or sets the policy assignment id parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet.DisplayName">
            <summary>
            Gets or sets the policy assignment display name parameter
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet.GetResource(System.String,System.String)">
            <summary>
            Constructs the resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet.GetExistingResource(System.String,System.String)">
            <summary>
            Gets a resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyAssignmentCmdlet.GetResourceId">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet">
            <summary>
            Sets the policy definition.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.PolicyDefinitionIdParameterSet">
            <summary>
            The policy Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.PolicyDefinitionNameParameterSet">
            <summary>
            The policy name parameter set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.Name">
            <summary>
            Gets or sets the policy definition name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.Id">
            <summary>
            Gets or sets the policy definition id parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.DisplayName">
            <summary>
            Gets or sets the policy definition display name parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.Description">
            <summary>
            Gets or sets the policy definition description parameter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.Policy">
            <summary>
            Gets or sets the policy rule parameter
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.GetResource(System.String,System.String)">
            <summary>
            Constructs the resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.GetExistingResource(System.String,System.String)">
            <summary>
            Gets a resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.GetResourceId">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzurePolicyDefinitionCmdlet.GetPolicyRuleObject">
            <summary>
            Gets the policy rule object
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderCmdlet">
            <summary>
            Get an existing resource.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderCmdlet.IndividualProviderParameterSet">
            <summary>
            The individual provider parameter set name
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderCmdlet.ListAvailableParameterSet">
            <summary>
            The list parameter set name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderCmdlet.ProviderNamespace">
            <summary>
            Gets or sets the provider namespace
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderCmdlet.Location">
            <summary>
            Gets or sets the provider namespace
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderCmdlet.ListAvailable">
            <summary>
            Gets or sets a value indicating if unregistered providers should be included in the listing
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureProviderCmdlet.ExecuteCmdlet">
            <summary>
            Executes the cmdlet
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RegisterAzureProviderCmdlet">
            <summary>
            Register the previewed features of a certain azure resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RegisterAzureProviderCmdlet.ProviderNamespace">
            <summary>
            Gets or sets the provider namespace
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RegisterAzureProviderCmdlet.Force">
            <summary>
            Gets or sets a switch that indicates if the user should be prompted for confirmation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RegisterAzureProviderCmdlet.ExecuteCmdlet">
            <summary>
            Executes the cmdlet
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.UnregisterAzureProviderCmdlet">
            <summary>
            Un-registers the resource provider from the current subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.UnregisterAzureProviderCmdlet.ProviderNamespace">
            <summary>
            Gets or sets the provider namespace
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.UnregisterAzureProviderCmdlet.Force">
            <summary>
            Gets or sets a switch that indicates if the user should be prompted for confirmation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.UnregisterAzureProviderCmdlet.ExecuteCmdlet">
            <summary>
            Executes the cmdlet
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet">
            <summary>
            Cmdlet to get existing resources from ARM cache.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.errors">
            <summary>
            Contains the errors that encountered while satifying the request.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ListResourcesParameterSet">
            <summary>
            The list resources parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ListTenantResourcesParameterSet">
            <summary>
            The list tenant resources parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.MultiSubscriptionListResourcesParameterSet">
            <summary>
            The get tenant resource parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.subscriptionIds">
            <summary>
            Caches the current subscription ids to get all subscription ids in the pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ResourceNameContains">
            <summary>
            Gets or sets the resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ResourceType">
            <summary>
            Gets or sets the resource type parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ExtensionResourceType">
            <summary>
            Gets or sets the extension resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.Top">
            <summary>
            Gets or sets the top parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ODataQuery">
            <summary>
            Gets or sets the OData query parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.TagName">
            <summary>
            Gets or sets the tag name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.TagValue">
            <summary>
            Gets or sets the tag value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ResourceGroupNameContains">
            <summary>
            Gets or sets the resource group name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ExpandProperties">
            <summary>
            Gets or sets the expand properties property.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.TenantLevel">
            <summary>
            Gets or sets the tenant level parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.SubscriptionId">
            <summary>
            Gets or sets the subscription id.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.OnProcessRecord">
            <summary>
            Collects subscription ids from the pipeline.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.OnEndProcessing">
            <summary>
            Finishes the pipeline execution and runs the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.RunCmdlet">
            <summary>
            Contains the cmdlet's execution logic.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.GetResources">
            <summary>
            Queries the ARM cache and returns the cached resource that match the query specified.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ListResourcesTypeCollection">
            <summary>
            Lists resources in a type collection.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ListResourcesInTenant">
            <summary>
            Lists the resources in the tenant.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ListResourcesInResourceGroup">
            <summary>
            Lists the resources in a resource group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.ListResourcesInSubscription">
            <summary>
            Gets the resources in a subscription.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.GetNextLink``1(System.String)">
            <summary>
            Gets the next set of resources using the <paramref name="nextLink"/>
            </summary>
            <param name="nextLink">The next link.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.GetPopulatedResource(System.Collections.Generic.IEnumerable{Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource{Newtonsoft.Json.Linq.JToken}})">
            <summary>
            Populates the properties on an array of resources.
            </summary>
            <param name="resources">The resource.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.GetPopulatedResource(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource{Newtonsoft.Json.Linq.JToken})">
            <summary>
            Populates the properties of a single resource.
            </summary>
            <param name="resource">The resource.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.IsResourceTypeCollectionGet">
            <summary>
            Returns true if this is get on a resource type collection, at any scope.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.IsSubscriptionLevelResourceTypeCollectionGet">
            <summary>
            Returns true if this is a get on a type collection that is at the subscription level.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.IsResourceGroupLevelResourceTypeCollectionGet">
            <summary>
            Returns true if this is a get on a type collection that is at the resource group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.IsTenantLevelResourceTypeCollectionGet">
            <summary>
            Returns true if this is a tenant level resource type collection get (a get without a subscription or
            resource group or resource name but with a resource or extension type.)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.IsSubscriptionLevelQuery">
            <summary>
            Returns true if this is a subscription level query.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceCmdlet.IsResourceGroupLevelQuery">
            <summary>
            Returns true if this is a resource group level query.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet">
            <summary>
            Cmdlet to get existing resources.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.errors">
            <summary>
            Contains the errors that encountered while satifying the request.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ParameterlessSet">
            <summary>
            The paramterless set
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetResourceByNameTypeParameterSet">
            <summary>
            The get resource parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ListTenantResourcesParameterSet">
            <summary>
            The list tenant resources parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetTenantResourceParameterSet">
            <summary>
            The get tenant resource parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetResourceByIdParameterSet">
            <summary>
            The get resource Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetResourceByNameGroupParameterSet">
            <summary>
            The list resources by name and resource group set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetResourceByNameGroupTypeParameterSet">
            <summary>
            The list resources by name, type and resource group set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ListResourceCollection">
            <summary>
            The list resources set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.subscriptionIds">
            <summary>
            Caches the current subscription ids to get all subscription ids in the pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ResourceId">
            <summary>
            Gets or sets the resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ResourceName">
            <summary>
            Gets or sets the resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ResourceType">
            <summary>
            Gets or sets the resource type parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ExtensionResourceName">
            <summary>
            Gets or sets the extension resource name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ExtensionResourceType">
            <summary>
            Gets or sets the extension resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ExpandProperties">
            <summary>
            Gets or sets the expand properties property.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsCollection">
            <summary>
            Gets or sets the is collection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.Top">
            <summary>
            Gets or sets the top parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ODataQuery">
            <summary>
            Gets or sets the OData query parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ResourceGroupName">
            <summary>
            Gets or sets the resource group name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.TenantLevel">
            <summary>
            Gets or sets the tenant level parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.SubscriptionId">
            <summary>
            Gets or sets the subscription id.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.OnProcessRecord">
            <summary>
            Collects subscription ids from the pipeline.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.OnEndProcessing">
            <summary>
            Finishes the pipeline execution and runs the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.RunCmdlet">
            <summary>
            Contains the cmdlet's execution logic.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetResources">
            <summary>
            Queries the ARM cache and returns the cached resource that match the query specified.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetResource">
            <summary>
            Gets a resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ListResourcesTypeCollection">
            <summary>
            Lists resources in a type collection.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ListResourcesInTenant">
            <summary>
            Lists the resources in the tenant.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ListResourcesInResourceGroup">
            <summary>
            Lists the resources in a resource group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.ListResourcesInSubscription">
            <summary>
            Gets the resources in a subscription.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetNextLink``1(System.String)">
            <summary>
            Gets the next set of resources using the <paramref name="nextLink"/>
            </summary>
            <param name="nextLink">The next link.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetPopulatedResource(System.Collections.Generic.IEnumerable{Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource{Newtonsoft.Json.Linq.JToken}})">
            <summary>
            Populates the properties on an array of resources.
            </summary>
            <param name="resources">The resource.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetPopulatedResource(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource{Newtonsoft.Json.Linq.JToken})">
            <summary>
            Populates the properties of a single resource.
            </summary>
            <param name="resource">The resource.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.GetResourceId">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsResourceGet">
            <summary>
            Returns true if this is a resource get at any level.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsResourceTypeCollectionGet">
            <summary>
            Returns true if this is get on a resource type collection, at any scope.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsSubscriptionLevelResourceTypeCollectionGet">
            <summary>
            Returns true if this is a get on a type collection that is at the subscription level.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsResourceGroupLevelResourceTypeCollectionGet">
            <summary>
            Returns true if this is a get on a type collection that is at the resource group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsTenantLevelResourceTypeCollectionGet">
            <summary>
            Returns true if this is a tenant level resource type collection get (a get without a subscription or
            resource group or resource name but with a resource or extension type.)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsSubscriptionLevelResourceGet">
            <summary>
            Returns true if this is a subscription level resource get (a get that has a single
            subscription and a resource type or name.)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsResourceGroupLevelResourceGet">
            <summary>
            Returns true if this is a resource group level resource get (a get that has a single
            subscription and resource group name as well as a resource name and type.)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsTenantLevelResourceGet">
            <summary>
            Returns true if this is a tenant level query.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsSubscriptionLevelQuery">
            <summary>
            Returns true if this is a subscription level query.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet.IsResourceGroupLevelQuery">
            <summary>
            Returns true if this is a resource group level query.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.InvokAzureResourceActionCmdlet">
            <summary>
            A cmdlet that invokes a resource action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.InvokAzureResourceActionCmdlet.Parameters">
            <summary>
            Gets or sets the property object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.InvokAzureResourceActionCmdlet.Action">
            <summary>
            Gets or sets the property object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.InvokAzureResourceActionCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.InvokAzureResourceActionCmdlet.GetParameters">
            <summary>
            Gets the resource body from the parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand">
            <summary>
            Moves existing resources to a new resource group or subscription.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand.resourceIds">
            <summary>
            Caches the current resource ids to get all resource ids in the pipeline
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand.DestinationResourceGroupName">
            <summary>
            Gets or sets the destination resource group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand.DestinationSubscriptionId">
            <summary>
            Gets or sets the id of the destination subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand.ResourceId">
            <summary>
            Gets or sets the ids of the resources to move.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand.Force">
            <summary>
            Gets or sets a value that indicates if the user should be prompted for confirmation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand.OnProcessRecord">
            <summary>
            Collects subscription ids from the pipeline.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand.OnEndProcessing">
            <summary>
            Finishes the pipeline execution and runs the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand.RunCmdlet">
            <summary>
            Executes the cmdlet
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet">
            <summary>
            A cmdlet that creates a new azure resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet.Location">
            <summary>
            Gets or sets the location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet.Kind">
            <summary>
            Gets or sets the kind.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet.Properties">
            <summary>
            Gets or sets the property object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet.Plan">
            <summary>
            Gets or sets the plan object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet.Sku">
            <summary>
            Gets or sets the Sku object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet.Tag">
            <summary>
            Gets or sets the tags.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet.IsFullObject">
            <summary>
            Gets or sets a value that indicates if the full object was passed it.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet.GetResourceBody">
            <summary>
            Gets the resource body from the parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceCmdlet.GetResource">
            <summary>
            Constructs the resource assuming that only the properties were passed in.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceCmdlet">
            <summary>
            A cmdlet that removes an azure resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet">
            <summary>
            A cmdlet that creates a new azure resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.Kind">
            <summary>
            Gets or sets the kind.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.Properties">
            <summary>
            Gets or sets the property object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.Plan">
            <summary>
            Gets or sets the plan object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.Sku">
            <summary>
            Gets or sets the Sku object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.Tag">
            <summary>
            Gets or sets the tags.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.UsePatchSemantics">
            <summary>
            Gets or sets a value that indicates if an HTTP PATCH request needs to be made instead of PUT.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.GetResourceBody">
            <summary>
            Gets the resource body.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.GetPatchResourceBody">
            <summary>
            Gets the resource body for PATCH calls
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.ShouldUsePatchSemantics">
            <summary>
            Determines if the cmdlet should use <c>PATCH</c> semantics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceCmdlet.GetResource">
            <summary>
            Gets a resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentCmdlet">
            <summary>
            Filters resource group deployments.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentCmdlet.DeploymentIdParameterSet">
            <summary>
            The deployment Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentCmdlet.DeploymentNameParameterSet">
            <summary>
            The deployment name parameter set.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentOperationCmdlet">
            <summary>
            Gets the deployment operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentOperationCmdlet.DeploymentName">
            <summary>
            Gets or sets the deployment name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentOperationCmdlet.SubscriptionId">
            <summary>
            Gets or sets the subscription id parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentOperationCmdlet.ResourceGroupName">
            <summary>
            Gets or sets the resource group name parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentOperationCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentOperationCmdlet.RunCmdlet">
            <summary>
            Contains the cmdlet's execution logic.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentOperationCmdlet.GetResources">
            <summary>
            Queries the ARM cache and returns the cached resource that match the query specified.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentOperationCmdlet.GetNextLink``1(System.String)">
            <summary>
            Gets the next set of resources using the <paramref name="nextLink"/>
            </summary>
            <param name="nextLink">The next link.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupDeploymentOperationCmdlet.GetResourceId">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceGroupDeploymentCmdlet">
            <summary>
            Creates a new resource group deployment.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceGroupDeploymentCmdlet">
            <summary>
            Deletes a deployment.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceGroupDeploymentCmdlet.DeploymentIdParameterSet">
            <summary>
            The deployment Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzureResourceGroupDeploymentCmdlet.DeploymentNameParameterSet">
            <summary>
            The deployment name parameter set.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SaveAzureResourceGroupDeploymentTemplateCmdlet">
            <summary>
            Saves the deployment template to a file on disk.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SaveAzureResourceGroupDeploymentTemplateCmdlet.ResourceGroupName">
            <summary>
            Gets or sets the resource group name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SaveAzureResourceGroupDeploymentTemplateCmdlet.DeploymentName">
            <summary>
            Gets or sets the deployment name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SaveAzureResourceGroupDeploymentTemplateCmdlet.Path">
            <summary>
            Gets or sets the file path.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SaveAzureResourceGroupDeploymentTemplateCmdlet.Force">
            <summary>
            Gets or sets the force parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SaveAzureResourceGroupDeploymentTemplateCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SaveAzureResourceGroupDeploymentTemplateCmdlet.GetResourceId">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.StopAzureResourceGroupDeploymentCmdlet">
            <summary>
            Cancel a running deployment.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.StopAzureResourceGroupDeploymentCmdlet.DeploymentIdParameterSet">
            <summary>
            The deployment Id parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.StopAzureResourceGroupDeploymentCmdlet.DeploymentNameParameterSet">
            <summary>
            The deployment name parameter set.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.TestAzureResourceGroupDeploymentCmdlet">
            <summary>
            Validate a template to see whether it's using the right syntax, resource providers, resource types, etc.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ExportAzureResourceGroupCmdlet">
            <summary>
            Captures the specifies resource group as a template and saves it to a file on disk.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ExportAzureResourceGroupCmdlet.ResourceGroupName">
            <summary>
            Gets or sets the resource group name parameter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ExportAzureResourceGroupCmdlet.Path">
            <summary>
            Gets or sets the file path.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ExportAzureResourceGroupCmdlet.IncludeParameterDefaultValue">
            <summary>
            Export template parameter with default value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ExportAzureResourceGroupCmdlet.IncludeComments">
            <summary>
            Export template with comments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ExportAzureResourceGroupCmdlet.Force">
            <summary>
            Gets or sets the force parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ExportAzureResourceGroupCmdlet.OnProcessRecord">
            <summary>
            Executes the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ExportAzureResourceGroupCmdlet.GetExportOptions">
            <summary>
            Gets the export template options
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ExportAzureResourceGroupCmdlet.GetResourceId">
            <summary>
            Gets the resource Id from the supplied PowerShell parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceGroupCmdlet">
            <summary>
            Finds the resource group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceGroupCmdlet.OnEndProcessing">
            <summary>
            Finishes the pipeline execution and runs the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceGroupCmdlet.RunCmdlet">
            <summary>
            Contains the cmdlet's execution logic.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceGroupCmdlet.GetResourceGroups">
            <summary>
            Queries the ARM cache and returns the cached resource groups that match the query specified.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.FindAzureResourceGroupCmdlet.GetNextLink``1(System.String)">
            <summary>
            Gets the next set of resources using the <paramref name="nextLink"/>
            </summary>
            <param name="nextLink">The next link.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupCmdlet">
            <summary>
            Filters resource groups.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupCmdlet.ResourceGroupNameParameterSet">
            <summary>
            List resources group by name parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupCmdlet.ResourceGroupIdParameterSet">
            <summary>
            List resources group by Id parameter set.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceGroupCmdlet.OnImport">
            <summary>
            Load global aliases and script cmdlets for ARM
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceGroupCmdlet">
            <summary>
            Filters resource groups.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceGroupCmdlet">
            <summary>
            Updates an existing resource group.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceGroupCmdlet.ResourceGroupNameParameterSet">
            <summary>
            List resources group by name parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzureResourceGroupCmdlet.ResourceGroupIdParameterSet">
            <summary>
            List resources group by Id parameter set.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.CamelCasePropertyNamesWithOverridesContractResolver">
            <summary>
            Overrides the default CamelCase resolver to respect property name set in the <c>JsonPropertyAttribute</c>.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.CamelCasePropertyNamesWithOverridesContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
            <summary>
            Creates <c>JSON</c> property for the class member.
            </summary>
            <param name="member">The member to serialize.</param>
            <param name="memberSerialization">The type of member serialization.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.CamelCasePropertyNamesWithOverridesContractResolver.CreateDictionaryContract(System.Type)">
            <summary>
            Creates dictionary contract
            </summary>
            <param name="objectType">The object type.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.JsonPreserveCaseDictionaryAttribute">
            <summary>
            The attribute to preserve the letter case for dictionary keys.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.TimeSpanConverter">
            <summary>
            The TimeSpan converter based on ISO 8601 format.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.TimeSpanConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
            <summary>
            Writes the <c>JSON</c>.
            </summary>
            <param name="writer">The writer.</param>
            <param name="value">The value.</param>
            <param name="serializer">The serializer.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.TimeSpanConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
            <summary>
            Reads the <c>JSON</c>.
            </summary>
            <param name="reader">The reader.</param>
            <param name="objectType">Type of the object.</param>
            <param name="existingValue">The existing value.</param>
            <param name="serializer">The serializer.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.TimeSpanConverter.CanConvert(System.Type)">
            <summary>
            Determines whether this instance can convert the specified object type.
            </summary>
            <param name="objectType">Type of the object.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase">
            <summary>
            A base class for Azure clients.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.httpClientHelper">
            <summary>
            The azure http client wrapper to use.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.#ctor(Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase"/> class.
            </summary>
            <param name="httpClientHelper">The azure http client wrapper to use.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.PerformOperationAsync(System.Net.Http.HttpMethod,System.Uri,System.Threading.CancellationToken)">
            <summary>
            Performs an operation and returns the result.
            </summary>
            <param name="httpMethod">The http method to use.</param>
            <param name="requestUri">The Uri of the operation.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.PerformOperationAsync(System.Net.Http.HttpMethod,System.Uri,Newtonsoft.Json.Linq.JObject,System.Threading.CancellationToken)">
            <summary>
            Performs an operation and returns the result.
            </summary>
            <param name="httpMethod">The http method to use.</param>
            <param name="requestUri">The Uri of the operation.</param>
            <param name="content">The content.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.PerformOperationAsync(System.Net.Http.HttpMethod,System.Uri,Newtonsoft.Json.Linq.JToken,System.Threading.CancellationToken)">
            <summary>
            Performs an operation and returns the result.
            </summary>
            <param name="httpMethod">The http method to use.</param>
            <param name="requestUri">The Uri of the operation.</param>
            <param name="content">The content.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.SendRequestAsync``1(System.Net.Http.HttpMethod,System.Uri,Newtonsoft.Json.Linq.JObject,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP request message and returns the result from the content of the response message.
            </summary>
            <typeparam name="TResponseType">The type of the result of response from the server.</typeparam>
            <param name="httpMethod">The http method to use.</param>
            <param name="requestUri">The Uri of the operation.</param>
            <param name="content">The content.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.SendRequestAsync(System.Net.Http.HttpMethod,System.Uri,Newtonsoft.Json.Linq.JToken,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP request message and returns the result.
            </summary>
            <param name="httpMethod">The http method to use.</param>
            <param name="requestUri">The Uri of the operation.</param>
            <param name="content">The content.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.SendRequestAsync``1(System.Net.Http.HttpMethod,System.Uri,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP request message and returns the result.
            </summary>
            <typeparam name="TResponseType">The type of the result of response from the server.</typeparam>
            <param name="httpMethod">The http method to use.</param>
            <param name="requestUri">The Uri of the operation.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.SendRequestAsync(System.Net.Http.HttpMethod,System.Uri,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP request message and returns the result.
            </summary>
            <param name="httpMethod">The http method to use.</param>
            <param name="requestUri">The Uri of the operation.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.SendRequestAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP request message and returns the result.
            </summary>
            <param name="request">The http request to send.</param>
            <param name="cancellationToken">The cancellation token.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.GetErrorMessage(System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage)">
            <summary>
            Gets the error message for the exception based on the <paramref name="response"/> and <paramref name="errorResponse"/> parameters.
            </summary>
            <param name="request">The <see cref="T:System.Net.Http.HttpRequestMessage"/> that was sent.</param>
            <param name="response">The <see cref="T:System.Net.Http.HttpResponseMessage"/> to read.</param>
            <param name="errorResponse">The <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage"/>.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.TryReadErrorResponseMessage(System.Net.Http.HttpResponseMessage,System.Boolean)">
            <summary>
            Tries to read the response as an <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage"/> object.
            </summary>
            <param name="response">The <see cref="T:System.Net.Http.HttpResponseMessage"/> to read.</param>
            <param name="rewindContentStream">Rewind content stream if set to true.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.GetOperationResult(System.Net.Http.HttpResponseMessage)">
            <summary>
            Gets an <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult"/> from the content of the <see cref="T:System.Net.Http.HttpResponseMessage"/>.
            </summary>
            <param name="response">The <see cref="T:System.Net.Http.HttpResponseMessage"/></param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestClientBase.PopulateOperationResult(System.Net.Http.HttpResponseMessage,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.OperationResult)">
            <summary>
            Populates the operation result.
            </summary>
            <param name="response">The response.</param>
            <param name="operationResult">The operation result.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient">
            <summary>
            A client for managing resources behind the Azure Resource Manager service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.EndpointUri">
            <summary>
            The endpoint that this client will communicate with.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.#ctor(System.Uri,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient"/> class.
            </summary>
            <param name="endpointUri">The endpoint that this client will communicate with.</param>
            <param name="httpClientHelper">The azure http client wrapper to use.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.ListObjectColleciton``1(System.String,System.String,System.Threading.CancellationToken,System.String)">
            <summary>
            Get a single resource.
            </summary>
            <param name="resourceCollectionId">The resource collection Id.</param>
            <param name="apiVersion">The API version to use.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
            <param name="odataQuery">The OData query.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.ListResources``1(System.String,System.Threading.CancellationToken,System.Nullable{System.Int32},System.String)">
            <summary>
            Lists all the resources under the user's tenant.
            </summary>
            <param name="apiVersion">The API version to use.</param>
            <param name="cancellationToken"></param>
            <param name="top">The number of resources to fetch.</param>
            <param name="filter">The filter query.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.ListResources``1(System.Guid,System.String,System.Threading.CancellationToken,System.Nullable{System.Int32},System.String)">
            <summary>
            Lists all the resources under a single the subscription.
            </summary>
            <param name="subscriptionId">The subscription Id.</param>
            <param name="apiVersion">The API version to use.</param>
            <param name="cancellationToken"></param>
            <param name="top">The number of resources to fetch.</param>
            <param name="filter">The filter query.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.ListResources``1(System.Guid,System.String,System.String,System.Threading.CancellationToken,System.Nullable{System.Int32},System.String)">
            <summary>
            Get all the resources in a single resource group.
            </summary>
            <param name="subscriptionId">The subscription Id.</param>
            <param name="resourceGroupName">The resource group name.</param>
            <param name="apiVersion">The API version to use.</param>
            <param name="cancellationToken"></param>
            <param name="top">The number of resources to fetch.</param>
            <param name="filter">The filter query.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.ListNextBatch``1(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the next batch of resource from a <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResponseWithContinuation`1"/> object's next link.
            </summary>
            <param name="nextLink">The next link used to get the rest of the results.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.HeadResource(System.String,System.String,System.Threading.CancellationToken,System.String)">
            <summary>
            Get a single resource.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="apiVersion">The API version to use.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
            <param name="odataQuery">The OData query.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.GetResource``1(System.String,System.String,System.Threading.CancellationToken,System.String)">
            <summary>
            Get a single resource.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="apiVersion">The API version to use.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
            <param name="odataQuery">The OData query.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.GetOperationResult(System.Uri,System.Threading.CancellationToken)">
            <summary>
            Get a the operation result.
            </summary>
            <param name="operationUri">The operation <see cref="T:System.Uri"/>.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.GetAzureAsyncOperationResource(System.Uri,System.Threading.CancellationToken)">
            <summary>
            Get the azure async operation resource.
            </summary>
            <param name="operationUri">The operation <see cref="T:System.Uri"/>.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.GetOperationResult``1(System.Uri,System.Threading.CancellationToken)">
            <summary>
            Get a nested resource.
            </summary>
            <param name="operationUri">The operation <see cref="T:System.Uri"/>.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.PutResource(System.String,System.String,Newtonsoft.Json.Linq.JToken,System.Threading.CancellationToken,System.String)">
            <summary>
            Put a single resource.
            </summary>
            <param name="resourceId">The subscription Id.</param>
            <param name="apiVersion">The API version to use.</param>
            <param name="resource">The resource to put.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
            <param name="odataQuery">The OData query.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.PatchResource(System.String,System.String,Newtonsoft.Json.Linq.JToken,System.Threading.CancellationToken,System.String)">
            <summary>
            Get a nested resource.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="apiVersion">The API version to use.</param>
            <param name="resource">The resource to put.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
            <param name="odataQuery">The OData query.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.DeleteResource(System.String,System.String,System.Threading.CancellationToken,System.String)">
            <summary>
            Get a nested resource.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="apiVersion">The API version to use.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
            <param name="odataQuery">The OData query.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.InvokeActionOnResource(System.String,System.String,System.String,System.Threading.CancellationToken,System.String,Newtonsoft.Json.Linq.JObject)">
            <summary>
            Get a nested resource.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="action">The action to invoke.</param>
            <param name="apiVersion">The API version to use.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
            <param name="odataQuery">The OData query.</param>
            <param name="parameters">The parameters to pass.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.InvokeActionOnResource``1(System.String,System.String,System.String,System.Threading.CancellationToken,System.String,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Get a nested resource.
            </summary>
            <typeparam name="TResult">The type of the result</typeparam>
            <param name="resourceId">The resource Id.</param>
            <param name="action">The action to invoke.</param>
            <param name="apiVersion">The API version to use.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> used to cancel the request.</param>
            <param name="odataQuery">The OData query.</param>
            <param name="parameters">The parameters to pass.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient.GetResourceManagementRequestUri(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Generates a resource management request <see cref="T:System.Uri"/> based on the input parameters. Supports both subscription and tenant level resource and the condensed resource type and name format.
            </summary>
            <param name="resourceId">The resource Id.</param>
            <param name="apiVersion">The API version.</param>
            <param name="action">The action.</param>
            <param name="odataQuery">The OData query.</param>
            <param name="top">Top resources - used in list queries.</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient">
            <summary>
            Helper client for performing operations on features
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient.RegisteredStateName">
            <summary>
            The Registered state
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient.#ctor(Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient"/> class.
            </summary>
            <param name="context">The azure context</param>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient.FeaturesManagementClient">
            <summary>
            The features management client
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient.ListPSProviderFeatures(System.String,System.String)">
            <summary>
            Lists the features that ARM knows about
            </summary>
            <param name="resourceProviderNamespace">When specified, returns all features that are defined by this resource provider namespace</param>
            <param name="featureName">When specified, returns all features that have this name</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient.ListPSProviderFeatures(System.Boolean,System.String)">
            <summary>
            Lists the features that ARM knows about
            </summary>
            <param name="resourceProviderNamespace">When specified, returns all features that are defined by this resource provider namespace</param>
            <param name="listAvailable">When set to true, lists all features that are available including those not registered on the current subscription</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient.ListPSProviderFeatures(System.String,System.String,System.Boolean)">
            <summary>
            Lists the features that ARM knows about
            </summary>
            <param name="resourceProviderNamespace">When specified, returns all features that are defined by this resource provider namespace</param>
            <param name="featureName">When specified, returns all features that have this name</param>
            <param name="listAvailable">When set to true, lists all features that are available including those not registered on the current subscription</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient.RegisterProviderFeature(System.String,System.String)">
            <summary>
            Registers a feature on the current subscription
            </summary>
            <param name="providerName">The name of the resource provider</param>
            <param name="featureName">The name of the feature</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient.IsFeatureRegistered(Microsoft.Azure.Management.ResourceManager.Models.FeatureResult)">
            <summary>
            Checks if a feature is registered with the current subscription
            </summary>
            <param name="feature">The feature</param>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.Operations">
            <summary>
            A string that indicates the value of the resource type name for the RP's operations api
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.RegisteredStateName">
            <summary>
            A string that indicates the value of the registering state enum for a provider
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.operations">
            <summary>
            Used when provisioning the deployment status.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.#ctor(Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext)">
            <summary>
            Creates new ResourceManagementClient
            </summary>
            <param name="context">Profile containing resources to manipulate</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.#ctor(Microsoft.Azure.Management.ResourceManager.IResourceManagementClient)">
            <summary>
            Creates new ResourcesClient instance
            </summary>
            <param name="resourceManagementClient">The IResourceManagementClient instance</param>
            <param name="galleryTemplatesClient">The IGalleryClient instance</param>
            <param name="authorizationManagementClient">The management client instance</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.#ctor">
            <summary>
            Parameterless constructor for mocking
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.ParseResourceIds(System.String[])">
            <summary>
            Parses an array of resource ids to extract the resource group name
            </summary>
            <param name="resourceIds">An array of resource ids</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.CreatePSResourceGroup(Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSCreateResourceGroupParameters)">
            <summary>
            Creates a new resource group
            </summary>
            <param name="parameters">The create parameters</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.UpdatePSResourceGroup(Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSUpdateResourceGroupParameters)">
            <summary>
            Updates a resource group.
            </summary>
            <param name="parameters">The create parameters</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.FilterResourceGroups(System.String,System.Collections.Hashtable,System.Boolean,System.String)">
            <summary>
            Filters the subscription's resource groups.
            </summary>
            <param name="name">The resource group name.</param>
            <param name="tag">The resource group tag.</param>
            <param name="detailed">Whether the return is detailed or not.</param>
            <param name="location">The resource group location.</param>
            <returns>The filtered resource groups</returns>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.DeleteResourceGroup(System.String)">
            <summary>
            Deletes a given resource group
            </summary>
            <param name="name">The resource group name</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.FilterResourceGroupDeployments(Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.FilterResourceGroupDeploymentOptions)">
            <summary>
            Filters the resource group deployments
            </summary>
            <param name="options">The filtering options</param>
            <returns>The filtered list of deployments</returns>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.ExecuteDeployment(Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSCreateResourceGroupDeploymentParameters)">
            <summary>
            Creates new deployment
            </summary>
            <param name="parameters">The create deployment parameters</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.DeleteDeployment(System.String,System.String)">
            <summary>
            Deletes a deployment
            </summary>
            <param name="resourceGroup">The resource group name</param>
            <param name="deploymentName">Deployment name</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.CancelDeployment(System.String,System.String)">
            <summary>
            Cancels the active deployment.
            </summary>
            <param name="resourceGroup">The resource group name</param>
            <param name="deploymentName">Deployment name</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ResourceManagerSdkClient.ValidatePSResourceGroupDeployment(Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSValidateResourceGroupDeploymentParameters,Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode)">
            <summary>
            Validates a given deployment.
            </summary>
            <param name="parameters">The deployment create options</param>
            <returns>True if valid, false otherwise.</returns>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.SubscriptionSdkClient.#ctor(Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext)">
            <summary>
            Creates new SubscriptionsClient
            </summary>
            <param name="context">Profile containing resources to manipulate</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.SubscriptionSdkClient.#ctor(Microsoft.Azure.Management.ResourceManager.ISubscriptionClient)">
            <summary>
            Creates new SubscriptionsClient instance
            </summary>
            <param name="subscriptionClient">The subscription client instance</param>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature">
            <summary>
            Represents a feature
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature.FeatureName">
            <summary>
            Gets the name of the feature
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature.ProviderName">
            <summary>
            Gets the name of the feature
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature.RegistrationState">
            <summary>
            Gets the registration state of the feature
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation">
            <summary>
            Represents the location with supported providers
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation.Location">
            <summary>
            Gets or sets the location name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation.DisplayName">
            <summary>
            Gets or sets the location display name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation.Providers">
            <summary>
            Gets or sets the providers that are supported in this location
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider">
            <summary>
            Definition of a resource provider and its registration state
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider.ProviderNamespace">
            <summary>
            Gets or sets the namespace of the provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider.RegistrationState">
            <summary>
            Gets or sets the registration state of the provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider.ResourceTypes">
            <summary>
            Gets or sets the resource types belonging to this provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider.Locations">
            <summary>
            Gets the locations for the provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType.ResourceTypeName">
            <summary>
            Gets or sets the name of the resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType.Locations">
            <summary>
            Gets or sets the locations this resource is available in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType.ApiVersions">
            <summary>
            Gets or sets the api versions that this resource is supported in.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.FileUtility">
            <summary>
            The file utility.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.FileUtility.SaveTemplateFile(System.String,System.String,System.String,System.Boolean,System.Func{System.String,System.String,System.Boolean})">
            <summary>
            Saves a template file into specific directory.
            </summary>
            <param name="templateName">The template name</param>
            <param name="contents">The template contents</param>
            <param name="outputPath">The file output path</param>
            <param name="overwrite">Overrides existing file</param>
            <param name="shouldContinue">The confirmation action</param>
            <returns>The file path</returns>
        </member>
        <member name="T:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.HttpUtility">
            <summary>
            The http utility.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.HttpUtility.IsSuccessfulRequest(System.Net.HttpStatusCode)">
            <summary>
            Returns true if the status code corresponds to a successful request.
            </summary>
            <param name="statusCode">The status code.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.HttpUtility.IsServerFailureRequest(System.Net.HttpStatusCode)">
            <summary>
            Returns true if the status code corresponds to a server failure request.
            </summary>
            <param name="statusCode">The status code.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.HttpUtility.IsClientFailureRequest(System.Net.HttpStatusCode)">
            <summary>
            Returns true if the status code corresponds to client failure.
            </summary>
            <param name="statusCode">The status code.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.HttpUtility.IsSuccessfulRequest(System.Int32)">
            <summary>
            Returns true if the status code corresponds to a successful request.
            </summary>
            <param name="statusCode">The status code.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.HttpUtility.IsClientFailureRequest(System.Int32)">
            <summary>
            Returns true if the status code corresponds to client failure.
            </summary>
            <param name="statusCode">The status code.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.HttpUtility.IsServerFailureRequest(System.Int32)">
            <summary>
            Returns true if the status code corresponds to a server failure request.
            </summary>
            <param name="statusCode">The status code.</param>
        </member>
        <member name="M:Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.TemplateUtility.GetTemplateParametersFromFile(System.String,System.Collections.Hashtable,System.String,System.String[])">
            <summary>
            Gets the parameters for a given template file.
            </summary>
            <param name="templateFilePath">The gallery template path (local or remote)</param>
            <param name="templateParameterObject">Existing template parameter object</param>
            <param name="templateParameterFilePath">Path to the template parameter file if present</param>
            <param name="staticParameters">The existing PowerShell cmdlet parameters</param>
            <returns>The template parameters</returns>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.Components.AzureAsyncOperationResult.Value">
            <summary>
            Gets or sets the value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource">
            <summary>
               A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ResourceManager">
            <summary>
               Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.Culture">
            <summary>
               Overrides the current thread's CurrentUICulture property for all
               resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.AddingResourceGroup">
            <summary>
               Looks up a localized string similar to Adding resource group ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.CancelResourceGroupDeployment">
            <summary>
               Looks up a localized string similar to Are you sure you want to cancel the active deployment of resource group &apos;{0}&apos;?.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.CancelResourceGroupDeploymentMessage">
            <summary>
               Looks up a localized string similar to Cancelling active resource group deployment ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.CheckingDeploymentStatus">
            <summary>
               Looks up a localized string similar to Checking deployment status in {0} seconds.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ConfirmInvokeAction">
            <summary>
               Looks up a localized string similar to Are you sure you want to invoke the &apos;{0}&apos; action on the following resource: {1}.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ConfirmOnCompleteDeploymentMode">
            <summary>
               Looks up a localized string similar to Are you sure you want to use the complete deployment mode? Resources in the resource group &apos;{0}&apos; which are not included in the template will be deleted..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.CreateApplicationNotAllowedGuestUser">
            <summary>
               Looks up a localized string similar to You are a guest user in the directory and are not allowed to create an application. Please contact the administrator of the directory..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.CreatedDeployment">
            <summary>
               Looks up a localized string similar to Create template deployment &apos;{0}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.CreateDeployment">
            <summary>
               Looks up a localized string similar to Creating Deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.CreateDeploymentCompleteMode">
            <summary>
               Looks up a localized string similar to Creating a deployment with Complete mode.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.CreatedResourceGroup">
            <summary>
               Looks up a localized string similar to Created resource group &apos;{0}&apos; in location &apos;{1}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.CreateServicePrincipalNotAllowedGuestUser">
            <summary>
               Looks up a localized string similar to You are a guest user in the directory and are not allowed to create a service principal. Please contact the administrator of the directory..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.DeleteResourceGroupDeployment">
            <summary>
               Looks up a localized string similar to Are you sure you want to delete the deployment &apos;{0}&apos;?.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.DeleteResourceGroupDeploymentMessage">
            <summary>
               Looks up a localized string similar to Deleting the deployment ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.DeploymentDoesntExist">
            <summary>
               Looks up a localized string similar to Deployment &apos;{0}&apos; doesn&apos;t exist under resource group &apos;{1}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.DeploymentWithNameNotFound">
            <summary>
               Looks up a localized string similar to Cannot find a deployment with name &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ExpandGroupsNotSupported">
            <summary>
               Looks up a localized string similar to ExpandPrincipalGroups is only supported for a User principal.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.FailedDeploymentValidation">
            <summary>
               Looks up a localized string similar to The deployment validation failed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.FailedToParseProperty">
            <summary>
               Looks up a localized string similar to Cannot parse {0} &apos;{1}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.FailureParsingTemplateParameterFile">
            <summary>
               Looks up a localized string similar to Cannot set parameter &apos;{0}&apos; from TemplateParameterFile. Incompatible value &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.FailureParsingTemplateParameterObject">
            <summary>
               Looks up a localized string similar to Cannot set parameter &apos;{0}&apos; from TemplateParameterObject. Incompatible value &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.FeatureNotFound">
            <summary>
               Looks up a localized string similar to Could not find the feature &apos;{0}&apos; for the resource provider &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.FileAlreadyExists">
            <summary>
               Looks up a localized string similar to The provided file path &apos;{0}&apos; already exists, do you want to override it?.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.FileAlreadyExists1">
            <summary>
               Looks up a localized string similar to The provided file path &apos;{0}&apos; already exists, do you want to override it?.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.GetParameterTypeError">
            <summary>
               Looks up a localized string similar to Parameter type in parameters cannot be null or empty.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.IncludeClassicAdminsNotSupported">
            <summary>
               Looks up a localized string similar to IncludeClassicAdministrators is only supported for a User principal.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.InvalidActions">
            <summary>
               Looks up a localized string similar to Invalid value for Actions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.InvalidAssignableScopes">
            <summary>
               Looks up a localized string similar to Invalid value for AssignableScopes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.InvalidFormatOfResourceGroupId">
            <summary>
               Looks up a localized string similar to Invalid format of the resource group identifier. Expected &apos;subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.InvalidFormatOfResourceId">
            <summary>
               Looks up a localized string similar to Invalid format of the resource identifier..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.InvalidRoleDefinitionDescription">
            <summary>
               Looks up a localized string similar to RoleDefinition Description is invalid..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.InvalidRoleDefinitionName">
            <summary>
               Looks up a localized string similar to RoleDefinition Name is invalid.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.InvalidTagFormat">
            <summary>
               Looks up a localized string similar to Invalid tag format. Expect @{Name = &quot;tagName&quot;} or @{Name = &quot;tagName&quot;; Value = &quot;tagValue&quot;}.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.InvalidTagFormatNotUniqueName">
            <summary>
               Looks up a localized string similar to Invalid tag format. Ensure that each tag has a unique name. Example: @{Name = &quot;tagName1&quot;; Value = &quot;tagValue1&quot;}, @{Name = &quot;tagName2&quot;; Value = &quot;tagValue2&quot;}.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.InvalidTemplateIdentity">
            <summary>
               Looks up a localized string similar to Cannot find a template with identity &apos;{0}&apos;. Check the template identity and try the command again..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.InvokingResourceAction">
            <summary>
               Looks up a localized string similar to Invoking the &apos;{0}&apos; action on the resource..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.MoveResourcesMessage">
            <summary>
               Looks up a localized string similar to Moving resource(s) ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.MovingResources">
            <summary>
               Looks up a localized string similar to Are you sure you want to move resource(s) into the resource group named &apos;{0}&apos; - the resource(s): &apos;{1}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.MovingResourcesFromDifferentSourceResourceGroupsNotAllowed">
            <summary>
               Looks up a localized string similar to Moving resources from different source resource groups is not allowed..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.MovingResourcesFromDifferentSubscriptionsIsNotAllowed">
            <summary>
               Looks up a localized string similar to Moving resources from different subscriptions is not currently supported..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.MovingResourcesFromNonDefaultSubscriptionNotAllowed">
            <summary>
               Looks up a localized string similar to Moving resources that are not in the default subscription is not allowed. Please select the subscription you want to move resources from and try again..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.MovingResourcesIntoNewSubscription">
            <summary>
               Looks up a localized string similar to Are you sure you want to move resource(s) into the resource group named &apos;{0}&apos; in the subscription named &apos;{1}&apos; and id &apos;{2}&apos; - the resource(s): &apos;{3}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.MultipleRoleDefinitionsFoundWithSameName">
            <summary>
               Looks up a localized string similar to Multiple role definitions found with name &apos;{0}&apos;. Specify role definition using it&apos;s Id instead..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.MultipleRunningDeployment">
            <summary>
               Looks up a localized string similar to There are more than one running deployment please specify one.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.NewResourceGroupMessage">
            <summary>
               Looks up a localized string similar to Replacing resource group ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.NewResourceMessage">
            <summary>
               Looks up a localized string similar to Replacing resource ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.NoDeploymentToCancel">
            <summary>
               Looks up a localized string similar to There is no deployment called &apos;{0}&apos; to cancel.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.NoDeploymentWereFound">
            <summary>
               Looks up a localized string similar to Cannot find any deployments in resource group &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.NoRunningDeployments">
            <summary>
               Looks up a localized string similar to There are no running deployments under resource group &apos;{0}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.OperationFailedWithTimeOut">
            <summary>
               Looks up a localized string similar to Operation failed because a request timed out..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.OperationSearchStringInvalidProviderName">
            <summary>
               Looks up a localized string similar to To get all operations under {0}, please specify the search string as {0}/*..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.OperationSearchStringInvalidWildcard">
            <summary>
               Looks up a localized string similar to Individual parts in the search string should either equal * or not contain *..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.OverrdingFile">
            <summary>
               Looks up a localized string similar to Overriding the existing file..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.OverrdingFile1">
            <summary>
               Looks up a localized string similar to Overriding the existing file..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.PrincipalNotFound">
            <summary>
               Looks up a localized string similar to Cannot find principal using the specified options.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ProviderOperationUnsupportedWildcard">
            <summary>
               Looks up a localized string similar to Wildcard character ? is not supported..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RegisteredFeatureNotFound">
            <summary>
               Looks up a localized string similar to Could not find a registered feature named &apos;{0}&apos; for the resource provider &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RegisteringProvider">
            <summary>
               Looks up a localized string similar to Are you sure you want to register the provider &apos;{0}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RegisteringProviderFeature">
            <summary>
               Looks up a localized string similar to Are you sure you want to register for the feature &apos;{0}&apos; of the provider &apos;{1}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RegisterProviderFeatureMessage">
            <summary>
               Looks up a localized string similar to Registering provider feature ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RegisterProviderMessage">
            <summary>
               Looks up a localized string similar to Registering provider ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemoveApplication">
            <summary>
               Looks up a localized string similar to Removing application ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemoveResourceGroupMessage">
            <summary>
               Looks up a localized string similar to Removing resource group ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemoveResourceMessage">
            <summary>
               Looks up a localized string similar to Removing resource ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemoveRoleDefinition">
            <summary>
               Looks up a localized string similar to Are you sure you want to remove role definition with id &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemoveRoleDefinitionWithName">
            <summary>
               Looks up a localized string similar to Are you sure you want to remove role definition with name &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemoveServicePrincipal">
            <summary>
               Looks up a localized string similar to Removing service principal ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemovingApplication">
            <summary>
               Looks up a localized string similar to Are you sure you want to remove application with object id &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemovingResource">
            <summary>
               Looks up a localized string similar to Are you sure you want to remove resource &apos;{0}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemovingResourceGroup">
            <summary>
               Looks up a localized string similar to Are you sure you want to remove resource group &apos;{0}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemovingRoleAssignment">
            <summary>
               Looks up a localized string similar to Removing role assignment for AD object &apos;{0}&apos; on scope &apos;{1}&apos; with role definition &apos;{2}&apos; .
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RemovingServicePrincipal">
            <summary>
               Looks up a localized string similar to Are you sure you want to remove service principal with object id &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ResourceAlreadyExists">
            <summary>
               Looks up a localized string similar to Provided resource already exists. Are you sure you want to replace it?.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ResourceDoesntExists">
            <summary>
               Looks up a localized string similar to Provided resource does not exist..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ResourceGroupAlreadyExists">
            <summary>
               Looks up a localized string similar to Provided resource group already exists. Are you sure you want to update it?.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ResourceGroupDoesntExists">
            <summary>
               Looks up a localized string similar to Provided resource group does not exist..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ResourceGroupDoesntExistsAdd">
            <summary>
               Looks up a localized string similar to Provided resource group does not exist. Would you like to create it?.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ResourceProviderNotFound">
            <summary>
               Looks up a localized string similar to Could not find the resource provider &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ResourceProviderRegistrationFailed">
            <summary>
               Looks up a localized string similar to Could not register the resource provider &apos;{0}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ResourceProviderUnregistrationFailed">
            <summary>
               Looks up a localized string similar to Could not unregister the resource provider &apos;{0}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ResourceTypeFormat">
            <summary>
               Looks up a localized string similar to Resource type needs to be in the ResourceProvider/type format. For example Microsoft.Web/sites..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RoleDefinitionIdShouldBeAGuid">
            <summary>
               Looks up a localized string similar to Role definition id should be a valid guid..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RoleDefinitionNotFound">
            <summary>
               Looks up a localized string similar to Cannot find role definition with name &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.RoleDefinitionWithIdNotFound">
            <summary>
               Looks up a localized string similar to Cannot find role definition with id &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.ServicePrincipalDoesntExist">
            <summary>
               Looks up a localized string similar to Service principal with object id &apos;{0}&apos; does not exist..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.StorageAccountNameNeedsToBeSpecified">
            <summary>
               Looks up a localized string similar to Because the current subscription does not have a current storage account, you must specify the StorageAccountName parameter..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.SubscriptionWithTheSpecifiedIdNotFount">
            <summary>
               Looks up a localized string similar to A subscription with the Id &apos;{0}&apos; was not found. If this is a newly created subscription you will need to re-download your subscriptions..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.SubscriptionWithTheSpecifiedNameNotFount">
            <summary>
               Looks up a localized string similar to A subscription with the name &apos;{0}&apos; was not found. If this is a newly created subscription you will need to re-download your subscriptions..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.TemplateValid">
            <summary>
               Looks up a localized string similar to Template is valid..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.UnableToFindGallery">
            <summary>
               Looks up a localized string similar to Cannot find Gallery item &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.UnregisteringProvider">
            <summary>
               Looks up a localized string similar to Are you sure you want to unregister the provider &apos;{0}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.UnregisterProviderMessage">
            <summary>
               Looks up a localized string similar to Unregistering provider ....
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.UpdatedResourceGroup">
            <summary>
               Looks up a localized string similar to Updated resource group &apos;{0}&apos; in location &apos;{1}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.WarnOnDeploymentDebugSetting">
            <summary>
               Looks up a localized string similar to The DeploymentDebug setting has been enabled. This can potentially log secrets like passwords used in resource property or listKeys operations when you retrieve the deployment operations through Get-AzureRmResourceGroupDeploymentOperation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.Resources.Cmdlets.ProjectResources.StringResource.WarnOnTags">
            <summary>
               Looks up a localized string similar to The usability of Tag parameter in this cmdlet will be modified in a future release. This will impact creating, updating and appending tags for Azure resources. For more details about the change, please visit https://github.com/Azure/azure-powershell/issues/726#issuecomment-213545494.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.Resources.RemoveAzureResourceGroupCmdlet">
            <summary>
            Removes a resource group.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.Resources.RemoveAzureResourceGroupCmdlet.ResourceGroupNameParameterSet">
            <summary>
            List resources group by name parameter set.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.Resources.RemoveAzureResourceGroupCmdlet.ResourceGroupIdParameterSet">
            <summary>
            List resources group by Id parameter set.
            </summary>
        </member>
    </members>
</doc>