ref/fullclr/Microsoft.AzureStack.Management.Backup.Admin.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.AzureStack.Management.Backup.Admin</name>
    </assembly>
    <members>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient">
            <summary>
            Backup Admin Client
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.SubscriptionId">
            <summary>
            Subscription credentials that uniquely identify Microsoft Azure
            subscription. The subscription ID forms part of the URI for every service
            call.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.ApiVersion">
            <summary>
            Client API version.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.BackupLocations">
            <summary>
            Gets the IBackupLocationsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.Backups">
            <summary>
            Gets the IBackupsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BackupAdminClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BackupAdminClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BackupAdminClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BackupAdminClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BackupAdminClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BackupAdminClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BackupAdminClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the BackupAdminClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperations">
            <summary>
            BackupLocationsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperations.#ctor(Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient)">
            <summary>
            Initializes a new instance of the BackupLocationsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperations.Client">
            <summary>
            Gets a reference to the BackupAdminClient
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of backup locations.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a specific backup location based on name.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update a backup location.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Backup location object.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperations.CreateBackupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Back up a specific location.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperations.BeginUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update a backup location.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Backup location object.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperations.BeginCreateBackupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Back up a specific location.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of backup locations.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions">
            <summary>
            Extension methods for BackupLocationsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.List(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String)">
            <summary>
            Returns the list of backup locations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.ListAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the list of backup locations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.Get(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.String)">
            <summary>
            Returns a specific backup location based on name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.GetAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a specific backup location based on name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.Update(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.String,Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation)">
            <summary>
            Update a backup location.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Backup location object.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.UpdateAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.String,Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation,System.Threading.CancellationToken)">
            <summary>
            Update a backup location.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Backup location object.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.CreateBackup(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.String)">
            <summary>
            Back up a specific location.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.CreateBackupAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Back up a specific location.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.BeginUpdate(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.String,Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation)">
            <summary>
            Update a backup location.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Backup location object.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.BeginUpdateAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.String,Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation,System.Threading.CancellationToken)">
            <summary>
            Update a backup location.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Backup location object.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.BeginCreateBackup(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.String)">
            <summary>
            Back up a specific location.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.BeginCreateBackupAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Back up a specific location.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.ListNext(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String)">
            <summary>
            Returns the list of backup locations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupLocationsOperationsExtensions.ListNextAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the list of backup locations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperations">
            <summary>
            BackupsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperations.#ctor(Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient)">
            <summary>
            Initializes a new instance of the BackupsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperations.Client">
            <summary>
            Gets a reference to the BackupAdminClient
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a list of backups from a location.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a backup from a location based on name.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperations.RestoreWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restore a backup.
            </summary>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperations.BeginRestoreWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restore a backup.
            </summary>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperationsExtensions">
            <summary>
            Extension methods for BackupsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperationsExtensions.List(Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations,System.String,System.String)">
            <summary>
            Returns a list of backups from a location.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperationsExtensions.ListAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of backups from a location.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperationsExtensions.Get(Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations,System.String,System.String,System.String)">
            <summary>
            Returns a backup from a location based on name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperationsExtensions.GetAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a backup from a location based on name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperationsExtensions.Restore(Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations,System.String,System.String,System.String)">
            <summary>
            Restore a backup.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperationsExtensions.RestoreAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restore a backup.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperationsExtensions.BeginRestore(Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations,System.String,System.String,System.String)">
            <summary>
            Restore a backup.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.BackupsOperationsExtensions.BeginRestoreAsync(Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restore a backup.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient">
            <summary>
            Backup Admin Client
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.SubscriptionId">
            <summary>
            Subscription credentials that uniquely identify Microsoft Azure
            subscription. The subscription ID forms part of the URI for every
            service call.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.ApiVersion">
            <summary>
            Client API version.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated
            and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.BackupLocations">
            <summary>
            Gets the IBackupLocationsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.IBackupAdminClient.Backups">
            <summary>
            Gets the IBackupsOperations.
            </summary>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations">
            <summary>
            BackupLocationsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of backup locations.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a specific backup location based on name.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update a backup location.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Backup location object.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations.CreateBackupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Back up a specific location.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations.BeginUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update a backup location.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Backup location object.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations.BeginCreateBackupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Back up a specific location.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupLocationsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of backup locations.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations">
            <summary>
            BackupsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a list of backups from a location.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns a backup from a location based on name.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations.RestoreWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restore a backup.
            </summary>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IBackupsOperations.BeginRestoreWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restore a backup.
            </summary>
            <param name='location'>
            Name of the backup location.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group.
            </param>
            <param name='backup'>
            Name of the backup.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.IOperations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of support REST operations.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.IOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of support REST operations.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup">
            <summary>
            Information related to a backup.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.#ctor">
            <summary>
            Initializes a new instance of the Backup class.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Collections.Generic.IList{Microsoft.AzureStack.Management.Backup.Admin.Models.RoleOperationStatus},System.Nullable{Microsoft.AzureStack.Management.Backup.Admin.Models.OperationStatus},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Backup class.
            </summary>
            <param name="id">URI of the resource.</param>
            <param name="name">Name of the resource.</param>
            <param name="type">Type of resource.</param>
            <param name="location">Location of the resource.</param>
            <param name="tags">List of key value pairs.</param>
            <param name="backupDataVersion">Version of the backup data.</param>
            <param name="backupId">Unique GUID for the backup.</param>
            <param name="roleStatus">Backup status for each role.</param>
            <param name="status">Current status of the backup. Possible values
            include: 'Creating', 'Queued', 'Running', 'Deleted', 'Failed',
            'PartialSucceeded', 'Succeeded'</param>
            <param name="createdDateTime">Creation time of the backup.</param>
            <param name="timeTakenToCreate">Duration to create the
            backup.</param>
            <param name="deploymentID">Deployment Id of the stamp.</param>
            <param name="stampVersion">Current version.</param>
            <param name="oemVersion">OEM version.</param>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.BackupDataVersion">
            <summary>
            Gets version of the backup data.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.BackupId">
            <summary>
            Gets unique GUID for the backup.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.RoleStatus">
            <summary>
            Gets backup status for each role.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.Status">
            <summary>
            Gets current status of the backup. Possible values include:
            'Creating', 'Queued', 'Running', 'Deleted', 'Failed',
            'PartialSucceeded', 'Succeeded'
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.CreatedDateTime">
            <summary>
            Gets creation time of the backup.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.TimeTakenToCreate">
            <summary>
            Gets duration to create the backup.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.DeploymentID">
            <summary>
            Gets deployment Id of the stamp.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.StampVersion">
            <summary>
            Gets current version.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Backup.OemVersion">
            <summary>
            Gets OEM version.
            </summary>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation">
            <summary>
            Information about the backup location.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.#ctor">
            <summary>
            Initializes a new instance of the BackupLocation class.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the BackupLocation class.
            </summary>
            <param name="id">URI of the resource.</param>
            <param name="name">Name of the resource.</param>
            <param name="type">Type of resource.</param>
            <param name="location">Location of the resource.</param>
            <param name="tags">List of key value pairs.</param>
            <param name="path">Path to the update location</param>
            <param name="userName">Username to access the location.</param>
            <param name="password">Password to access the location.</param>
            <param name="encryptionKeyBase64">Encryption key.</param>
            <param name="backupFrequencyInHours">The interval, in hours, for
            the frequency that the scheduler takes a backup.</param>
            <param name="availableCapacity">Free space at the backup
            location.</param>
            <param name="isBackupSchedulerEnabled">True if the backup scheduler
            is enabled.</param>
            <param name="nextBackupTime">The scheduled time of the next
            backup.</param>
            <param name="lastBackupTime">Time of backup.</param>
            <param name="backupRetentionPeriodInDays">The retention period, in
            days, for backs in the storage location.</param>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.Path">
            <summary>
            Gets or sets path to the update location
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.UserName">
            <summary>
            Gets or sets username to access the location.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.Password">
            <summary>
            Gets or sets password to access the location.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.EncryptionKeyBase64">
            <summary>
            Gets or sets encryption key.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.BackupFrequencyInHours">
            <summary>
            Gets or sets the interval, in hours, for the frequency that the
            scheduler takes a backup.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.AvailableCapacity">
            <summary>
            Gets or sets free space at the backup location.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.IsBackupSchedulerEnabled">
            <summary>
            Gets or sets true if the backup scheduler is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.NextBackupTime">
            <summary>
            Gets or sets the scheduled time of the next backup.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.LastBackupTime">
            <summary>
            Gets or sets time of backup.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation.BackupRetentionPeriodInDays">
            <summary>
            Gets or sets the retention period, in days, for backs in the
            storage location.
            </summary>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Models.Display">
            <summary>
            Contains the localized display information for this particular
            operation / action.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Display.#ctor">
            <summary>
            Initializes a new instance of the Display class.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Display.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Display class.
            </summary>
            <param name="provider">The localized friendly form of the resource
            provider name – it is expected to also include the
            publisher/company responsible. It should use Title Casing and begin
            with "Microsoft" for 1st party services. e.g. "Microsoft Monitoring
            Insights" or "Microsoft Compute."</param>
            <param name="resource">The localized, friendly version of the
            resource type related to this action or operation; the resource
            type should match the public documentation for the resource
            provider.</param>
            <param name="operation">The localized, friendly name for the
            operation. Use the name as it will displayed to the user.</param>
            <param name="description">The localized, friendly description for
            the operation. The description will be displayed to the user. It
            should be thorough and concise for used in both tooltips and
            detailed views.</param>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Display.Provider">
            <summary>
            Gets the localized friendly form of the resource provider name – it
            is expected to also include the publisher/company responsible. It
            should use Title Casing and begin with "Microsoft" for 1st party
            services. e.g. "Microsoft Monitoring Insights" or "Microsoft
            Compute."
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Display.Resource">
            <summary>
            Gets the localized, friendly version of the resource type related
            to this action or operation; the resource type should match the
            public documentation for the resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Display.Operation">
            <summary>
            Gets the localized, friendly name for the operation. Use the name
            as it will displayed to the user.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Display.Description">
            <summary>
            Gets the localized, friendly description for the operation. The
            description will be displayed to the user. It should be thorough
            and concise for used in both tooltips and detailed views.
            </summary>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Models.LongRunningOperationStatus">
            <summary>
            Status of a long running operation.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.LongRunningOperationStatus.#ctor">
            <summary>
            Initializes a new instance of the LongRunningOperationStatus class.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.LongRunningOperationStatus.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the LongRunningOperationStatus class.
            </summary>
            <param name="code">Operation result code.</param>
            <param name="message">Description of the operation status.</param>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.LongRunningOperationStatus.Code">
            <summary>
            Gets operation result code.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.LongRunningOperationStatus.Message">
            <summary>
            Gets description of the operation status.
            </summary>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Models.Operation">
            <summary>
            Describes the supported REST operation.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Operation.#ctor">
            <summary>
            Initializes a new instance of the Operation class.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Operation.#ctor(System.String,Microsoft.AzureStack.Management.Backup.Admin.Models.Display)">
            <summary>
            Initializes a new instance of the Operation class.
            </summary>
            <param name="name">The name of the operation being performed on
            this particular object. This name should match the name that
            appears in RBAC or the event service.</param>
            <param name="display">Contains the localized display information
            for this particular operation / action.</param>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Operation.Name">
            <summary>
            Gets the name of the operation being performed on this particular
            object. This name should match the name that appears in RBAC or the
            event service.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Operation.Display">
            <summary>
            Gets contains the localized display information for this particular
            operation / action.
            </summary>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Models.OperationStatus">
            <summary>
            Defines values for OperationStatus.
            </summary>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Models.Page1`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Page1`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Page1`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Page1`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Models.Resource">
            <summary>
            Base Resource Object
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
            <param name="id">URI of the resource.</param>
            <param name="name">Name of the resource.</param>
            <param name="type">Type of resource.</param>
            <param name="location">Location of the resource.</param>
            <param name="tags">List of key value pairs.</param>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Resource.Id">
            <summary>
            Gets URI of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Resource.Name">
            <summary>
            Gets name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Resource.Type">
            <summary>
            Gets type of resource.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Resource.Location">
            <summary>
            Gets or sets location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.Resource.Tags">
            <summary>
            Gets or sets list of key value pairs.
            </summary>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Models.RoleOperationStatus">
            <summary>
            Backup status for a role.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.RoleOperationStatus.#ctor">
            <summary>
            Initializes a new instance of the RoleOperationStatus class.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Models.RoleOperationStatus.#ctor(System.String,System.Nullable{Microsoft.AzureStack.Management.Backup.Admin.Models.OperationStatus})">
            <summary>
            Initializes a new instance of the RoleOperationStatus class.
            </summary>
            <param name="roleName">Name of the role.</param>
            <param name="status">Status of the role. Possible values include:
            'Creating', 'Queued', 'Running', 'Deleted', 'Failed',
            'PartialSucceeded', 'Succeeded'</param>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.RoleOperationStatus.RoleName">
            <summary>
            Gets or sets name of the role.
            </summary>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Models.RoleOperationStatus.Status">
            <summary>
            Gets or sets status of the role. Possible values include:
            'Creating', 'Queued', 'Running', 'Deleted', 'Failed',
            'PartialSucceeded', 'Succeeded'
            </summary>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.Operations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Operations.#ctor(Microsoft.AzureStack.Management.Backup.Admin.BackupAdminClient)">
            <summary>
            Initializes a new instance of the Operations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.AzureStack.Management.Backup.Admin.Operations.Client">
            <summary>
            Gets a reference to the BackupAdminClient
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Operations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of support REST operations.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.Operations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of support REST operations.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.AzureStack.Management.Backup.Admin.OperationsExtensions">
            <summary>
            Extension methods for Operations.
            </summary>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.OperationsExtensions.List(Microsoft.AzureStack.Management.Backup.Admin.IOperations)">
            <summary>
            Returns the list of support REST operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.OperationsExtensions.ListAsync(Microsoft.AzureStack.Management.Backup.Admin.IOperations,System.Threading.CancellationToken)">
            <summary>
            Returns the list of support REST operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.OperationsExtensions.ListNext(Microsoft.AzureStack.Management.Backup.Admin.IOperations,System.String)">
            <summary>
            Returns the list of support REST operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.AzureStack.Management.Backup.Admin.OperationsExtensions.ListNextAsync(Microsoft.AzureStack.Management.Backup.Admin.IOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the list of support REST operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
    </members>
</doc>