Microsoft.Azure.Management.RecoveryServices.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.RecoveryServices</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient">
            <summary>
            Composite Swagger for Recovery Services Client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.SubscriptionId">
            <summary>
            The subscription Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.BackupVaultConfigs">
            <summary>
            Gets the IBackupVaultConfigsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.BackupStorageConfigs">
            <summary>
            Gets the IBackupStorageConfigsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.VaultCertificates">
            <summary>
            Gets the IVaultCertificatesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.RegisteredIdentities">
            <summary>
            Gets the IRegisteredIdentitiesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.ReplicationUsages">
            <summary>
            Gets the IReplicationUsagesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.Vaults">
            <summary>
            Gets the IVaultsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.VaultExtendedInfo">
            <summary>
            Gets the IVaultExtendedInfoOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.Usages">
            <summary>
            Gets the IUsagesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RecoveryServicesClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RecoveryServicesClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RecoveryServicesClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RecoveryServicesClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RecoveryServicesClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RecoveryServicesClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RecoveryServicesClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RecoveryServicesClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.BackupStorageConfigsOperations">
            <summary>
            BackupStorageConfigsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupStorageConfigsOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient)">
            <summary>
            Initializes a new instance of the BackupStorageConfigsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.BackupStorageConfigsOperations.Client">
            <summary>
            Gets a reference to the RecoveryServicesClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupStorageConfigsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Fetches resource storage config.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </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.Azure.Management.RecoveryServices.BackupStorageConfigsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.BackupStorageConfig,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates vault storage model type.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='backupStorageConfig'>
            Backup storage config.
            </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.Azure.Management.RecoveryServices.BackupStorageConfigsOperationsExtensions">
            <summary>
            Extension methods for BackupStorageConfigsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupStorageConfigsOperationsExtensions.Get(Microsoft.Azure.Management.RecoveryServices.IBackupStorageConfigsOperations,System.String,System.String)">
            <summary>
            Fetches resource storage config.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupStorageConfigsOperationsExtensions.GetAsync(Microsoft.Azure.Management.RecoveryServices.IBackupStorageConfigsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Fetches resource storage config.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupStorageConfigsOperationsExtensions.Update(Microsoft.Azure.Management.RecoveryServices.IBackupStorageConfigsOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.BackupStorageConfig)">
            <summary>
            Updates vault storage model type.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='backupStorageConfig'>
            Backup storage config.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupStorageConfigsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.RecoveryServices.IBackupStorageConfigsOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.BackupStorageConfig,System.Threading.CancellationToken)">
            <summary>
            Updates vault storage model type.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='backupStorageConfig'>
            Backup storage config.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.BackupVaultConfigsOperations">
            <summary>
            BackupVaultConfigsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupVaultConfigsOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient)">
            <summary>
            Initializes a new instance of the BackupVaultConfigsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.BackupVaultConfigsOperations.Client">
            <summary>
            Gets a reference to the RecoveryServicesClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupVaultConfigsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Fetches vault config.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </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.Azure.Management.RecoveryServices.BackupVaultConfigsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.BackupVaultConfig,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates vault config model type.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='backupVaultConfig'>
            Backup vault config.
            </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.Azure.Management.RecoveryServices.BackupVaultConfigsOperationsExtensions">
            <summary>
            Extension methods for BackupVaultConfigsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupVaultConfigsOperationsExtensions.Get(Microsoft.Azure.Management.RecoveryServices.IBackupVaultConfigsOperations,System.String,System.String)">
            <summary>
            Fetches vault config.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupVaultConfigsOperationsExtensions.GetAsync(Microsoft.Azure.Management.RecoveryServices.IBackupVaultConfigsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Fetches vault config.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupVaultConfigsOperationsExtensions.Update(Microsoft.Azure.Management.RecoveryServices.IBackupVaultConfigsOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.BackupVaultConfig)">
            <summary>
            Updates vault config model type.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='backupVaultConfig'>
            Backup vault config.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.BackupVaultConfigsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.RecoveryServices.IBackupVaultConfigsOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.BackupVaultConfig,System.Threading.CancellationToken)">
            <summary>
            Updates vault config model type.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='backupVaultConfig'>
            Backup vault config.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IBackupStorageConfigsOperations">
            <summary>
            BackupStorageConfigsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IBackupStorageConfigsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Fetches resource storage config.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IBackupStorageConfigsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.BackupStorageConfig,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates vault storage model type.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='backupStorageConfig'>
            Backup storage config.
            </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.Azure.Management.RecoveryServices.IBackupVaultConfigsOperations">
            <summary>
            BackupVaultConfigsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IBackupVaultConfigsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Fetches vault config.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IBackupVaultConfigsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.BackupVaultConfig,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates vault config model type.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='backupVaultConfig'>
            Backup vault config.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IOperations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of available operations.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of available 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.Azure.Management.RecoveryServices.IRecoveryServicesClient">
            <summary>
            Composite Swagger for Recovery Services Client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.SubscriptionId">
            <summary>
            The subscription Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated
            and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.BackupVaultConfigs">
            <summary>
            Gets the IBackupVaultConfigsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.BackupStorageConfigs">
            <summary>
            Gets the IBackupStorageConfigsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.VaultCertificates">
            <summary>
            Gets the IVaultCertificatesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.RegisteredIdentities">
            <summary>
            Gets the IRegisteredIdentitiesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.ReplicationUsages">
            <summary>
            Gets the IReplicationUsagesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.Vaults">
            <summary>
            Gets the IVaultsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.VaultExtendedInfo">
            <summary>
            Gets the IVaultExtendedInfoOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient.Usages">
            <summary>
            Gets the IUsagesOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IRegisteredIdentitiesOperations">
            <summary>
            RegisteredIdentitiesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IRegisteredIdentitiesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Unregisters the given container from your Recovery Services vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='identityName'>
            Name of the protection container to unregister.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IReplicationUsagesOperations">
            <summary>
            ReplicationUsagesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IReplicationUsagesOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Fetches the replication usages of the vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IUsagesOperations">
            <summary>
            UsagesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IUsagesOperations.ListByVaultsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Fetches the usages of the vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IVaultCertificatesOperations">
            <summary>
            VaultCertificatesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultCertificatesOperations.CreateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.CertificateRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Upload a certificate for a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='certificateName'>
            Certificate friendly name.
            </param>
            <param name='certificateRequest'>
            Input parameters for uploading the vault certificate.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations">
            <summary>
            VaultExtendedInfoOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create vault extended info.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='resourceResourceExtendedInfoDetails'>
            resourceResourceExtendedInfoDetails
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update vault extended info.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='resourceResourceExtendedInfoDetails'>
            resourceResourceExtendedInfoDetails
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IVaultsOperations">
            <summary>
            VaultsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultsOperations.ListBySubscriptionIdWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Fetches all the resources of the specified type in the
            subscription.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of Vaults.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the Vault details.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.Vault,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a Recovery Services vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='vault'>
            Recovery Services Vault to be created.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.Vault,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='vault'>
            Recovery Services Vault to be created.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Operations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Operations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient)">
            <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.Azure.Management.RecoveryServices.Operations.Client">
            <summary>
            Gets a reference to the RecoveryServicesClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Operations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of available operations.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </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.Azure.Management.RecoveryServices.Operations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns the list of available 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.Azure.Management.RecoveryServices.OperationsExtensions">
            <summary>
            Extension methods for Operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.OperationsExtensions.List(Microsoft.Azure.Management.RecoveryServices.IOperations,System.String)">
            <summary>
            Returns the list of available operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.OperationsExtensions.ListAsync(Microsoft.Azure.Management.RecoveryServices.IOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the list of available operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.OperationsExtensions.ListNext(Microsoft.Azure.Management.RecoveryServices.IOperations,System.String)">
            <summary>
            Returns the list of available 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.Azure.Management.RecoveryServices.OperationsExtensions.ListNextAsync(Microsoft.Azure.Management.RecoveryServices.IOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the list of available 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>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.RegisteredIdentitiesOperations">
            <summary>
            RegisteredIdentitiesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RegisteredIdentitiesOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient)">
            <summary>
            Initializes a new instance of the RegisteredIdentitiesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RegisteredIdentitiesOperations.Client">
            <summary>
            Gets a reference to the RecoveryServicesClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RegisteredIdentitiesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Unregisters the given container from your Recovery Services vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='identityName'>
            Name of the protection container to unregister.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.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.Azure.Management.RecoveryServices.RegisteredIdentitiesOperationsExtensions">
            <summary>
            Extension methods for RegisteredIdentitiesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RegisteredIdentitiesOperationsExtensions.Delete(Microsoft.Azure.Management.RecoveryServices.IRegisteredIdentitiesOperations,System.String,System.String,System.String)">
            <summary>
            Unregisters the given container from your Recovery Services vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='identityName'>
            Name of the protection container to unregister.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RegisteredIdentitiesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.RecoveryServices.IRegisteredIdentitiesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Unregisters the given container from your Recovery Services vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='identityName'>
            Name of the protection container to unregister.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.ReplicationUsagesOperations">
            <summary>
            ReplicationUsagesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.ReplicationUsagesOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient)">
            <summary>
            Initializes a new instance of the ReplicationUsagesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.ReplicationUsagesOperations.Client">
            <summary>
            Gets a reference to the RecoveryServicesClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.ReplicationUsagesOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Fetches the replication usages of the vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </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.Azure.Management.RecoveryServices.ReplicationUsagesOperationsExtensions">
            <summary>
            Extension methods for ReplicationUsagesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.ReplicationUsagesOperationsExtensions.List(Microsoft.Azure.Management.RecoveryServices.IReplicationUsagesOperations,System.String,System.String)">
            <summary>
            Fetches the replication usages of the vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.ReplicationUsagesOperationsExtensions.ListAsync(Microsoft.Azure.Management.RecoveryServices.IReplicationUsagesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Fetches the replication usages of the vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.UsagesOperations">
            <summary>
            UsagesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.UsagesOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient)">
            <summary>
            Initializes a new instance of the UsagesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.UsagesOperations.Client">
            <summary>
            Gets a reference to the RecoveryServicesClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.UsagesOperations.ListByVaultsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Fetches the usages of the vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </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.Azure.Management.RecoveryServices.UsagesOperationsExtensions">
            <summary>
            Extension methods for UsagesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.UsagesOperationsExtensions.ListByVaults(Microsoft.Azure.Management.RecoveryServices.IUsagesOperations,System.String,System.String)">
            <summary>
            Fetches the usages of the vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.UsagesOperationsExtensions.ListByVaultsAsync(Microsoft.Azure.Management.RecoveryServices.IUsagesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Fetches the usages of the vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.VaultCertificatesOperations">
            <summary>
            VaultCertificatesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultCertificatesOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient)">
            <summary>
            Initializes a new instance of the VaultCertificatesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.VaultCertificatesOperations.Client">
            <summary>
            Gets a reference to the RecoveryServicesClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultCertificatesOperations.CreateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.CertificateRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Upload a certificate for a resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='certificateName'>
            Certificate friendly name.
            </param>
            <param name='certificateRequest'>
            Input parameters for uploading the vault certificate.
            </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.Azure.Management.RecoveryServices.VaultCertificatesOperationsExtensions">
            <summary>
            Extension methods for VaultCertificatesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultCertificatesOperationsExtensions.Create(Microsoft.Azure.Management.RecoveryServices.IVaultCertificatesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.CertificateRequest)">
            <summary>
            Upload a certificate for a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='certificateName'>
            Certificate friendly name.
            </param>
            <param name='certificateRequest'>
            Input parameters for uploading the vault certificate.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultCertificatesOperationsExtensions.CreateAsync(Microsoft.Azure.Management.RecoveryServices.IVaultCertificatesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.CertificateRequest,System.Threading.CancellationToken)">
            <summary>
            Upload a certificate for a resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='certificateName'>
            Certificate friendly name.
            </param>
            <param name='certificateRequest'>
            Input parameters for uploading the vault certificate.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations">
            <summary>
            VaultExtendedInfoOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient)">
            <summary>
            Initializes a new instance of the VaultExtendedInfoOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.Client">
            <summary>
            Gets a reference to the RecoveryServicesClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </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.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create vault extended info.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='resourceResourceExtendedInfoDetails'>
            resourceResourceExtendedInfoDetails
            </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.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update vault extended info.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='resourceResourceExtendedInfoDetails'>
            resourceResourceExtendedInfoDetails
            </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.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions">
            <summary>
            Extension methods for VaultExtendedInfoOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.Get(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.GetAsync(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource)">
            <summary>
            Create vault extended info.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='resourceResourceExtendedInfoDetails'>
            resourceResourceExtendedInfoDetails
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource,System.Threading.CancellationToken)">
            <summary>
            Create vault extended info.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='resourceResourceExtendedInfoDetails'>
            resourceResourceExtendedInfoDetails
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.Update(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource)">
            <summary>
            Update vault extended info.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='resourceResourceExtendedInfoDetails'>
            resourceResourceExtendedInfoDetails
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource,System.Threading.CancellationToken)">
            <summary>
            Update vault extended info.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='resourceResourceExtendedInfoDetails'>
            resourceResourceExtendedInfoDetails
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.VaultsOperations">
            <summary>
            VaultsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient)">
            <summary>
            Initializes a new instance of the VaultsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.VaultsOperations.Client">
            <summary>
            Gets a reference to the RecoveryServicesClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperations.ListBySubscriptionIdWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Fetches all the resources of the specified type in the subscription.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <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.Azure.Management.RecoveryServices.VaultsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of Vaults.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </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.Azure.Management.RecoveryServices.VaultsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the Vault details.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </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.Azure.Management.RecoveryServices.VaultsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.Vault,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a Recovery Services vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='vault'>
            Recovery Services Vault to be created.
            </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.Azure.Management.RecoveryServices.VaultsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </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="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.Vault,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='vault'>
            Recovery Services Vault to be created.
            </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.Azure.Management.RecoveryServices.VaultsOperationsExtensions">
            <summary>
            Extension methods for VaultsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.ListBySubscriptionId(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations)">
            <summary>
            Fetches all the resources of the specified type in the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.ListBySubscriptionIdAsync(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.Threading.CancellationToken)">
            <summary>
            Fetches all the resources of the specified type in the subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.String)">
            <summary>
            Retrieve a list of Vaults.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of Vaults.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.Get(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.String,System.String)">
            <summary>
            Get the Vault details.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.GetAsync(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the Vault details.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.Vault)">
            <summary>
            Creates or updates a Recovery Services vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='vault'>
            Recovery Services Vault to be created.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.Vault,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a Recovery Services vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='vault'>
            Recovery Services Vault to be created.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.Delete(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.String,System.String)">
            <summary>
            Deletes a vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.Update(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.Vault)">
            <summary>
            Updates the vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='vault'>
            Recovery Services Vault to be created.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.RecoveryServices.IVaultsOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.Vault,System.Threading.CancellationToken)">
            <summary>
            Updates the vault.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group where the recovery services vault is
            present.
            </param>
            <param name='vaultName'>
            The name of the recovery services vault.
            </param>
            <param name='vault'>
            Recovery Services Vault to be created.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.AuthType">
            <summary>
            Defines values for AuthType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.BackupStorageConfig">
            <summary>
            The backup storage config.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.BackupStorageConfig.#ctor">
            <summary>
            Initializes a new instance of the BackupStorageConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.BackupStorageConfig.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the BackupStorageConfig class.
            </summary>
            <param name="id">Resource Id represents the complete path to the
            resource.</param>
            <param name="name">Resource name associated with the
            resource.</param>
            <param name="type">Resource type represents the complete path of
            the form Namespace/ResourceType/ResourceType/...</param>
            <param name="eTag">Optional ETag.</param>
            <param name="storageModelType">Storage model type. Possible values
            include: 'Invalid', 'GeoRedundant', 'LocallyRedundant'</param>
            <param name="storageType">Storage type. Possible values include:
            'Invalid', 'GeoRedundant', 'LocallyRedundant'</param>
            <param name="storageTypeState">Locked or Unlocked. Once a machine
            is registered against a resource, the storageTypeState is always
            Locked. Possible values include: 'Invalid', 'Locked',
            'Unlocked'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.BackupStorageConfig.StorageModelType">
            <summary>
            Gets or sets storage model type. Possible values include:
            'Invalid', 'GeoRedundant', 'LocallyRedundant'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.BackupStorageConfig.StorageType">
            <summary>
            Gets or sets storage type. Possible values include: 'Invalid',
            'GeoRedundant', 'LocallyRedundant'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.BackupStorageConfig.StorageTypeState">
            <summary>
            Gets or sets locked or Unlocked. Once a machine is registered
            against a resource, the storageTypeState is always Locked. Possible
            values include: 'Invalid', 'Locked', 'Unlocked'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.BackupVaultConfig">
            <summary>
            Backup vault config details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.BackupVaultConfig.#ctor">
            <summary>
            Initializes a new instance of the BackupVaultConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.BackupVaultConfig.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the BackupVaultConfig class.
            </summary>
            <param name="id">Resource Id represents the complete path to the
            resource.</param>
            <param name="name">Resource name associated with the
            resource.</param>
            <param name="type">Resource type represents the complete path of
            the form Namespace/ResourceType/ResourceType/...</param>
            <param name="eTag">Optional ETag.</param>
            <param name="storageType">Storage type. Possible values include:
            'Invalid', 'GeoRedundant', 'LocallyRedundant'</param>
            <param name="storageTypeState">Locked or Unlocked. Once a machine
            is registered against a resource, the storageTypeState is always
            Locked. Possible values include: 'Invalid', 'Locked',
            'Unlocked'</param>
            <param name="enhancedSecurityState">Enabled or Disabled. Possible
            values include: 'Invalid', 'Enabled', 'Disabled'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.BackupVaultConfig.StorageType">
            <summary>
            Gets or sets storage type. Possible values include: 'Invalid',
            'GeoRedundant', 'LocallyRedundant'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.BackupVaultConfig.StorageTypeState">
            <summary>
            Gets or sets locked or Unlocked. Once a machine is registered
            against a resource, the storageTypeState is always Locked. Possible
            values include: 'Invalid', 'Locked', 'Unlocked'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.BackupVaultConfig.EnhancedSecurityState">
            <summary>
            Gets or sets enabled or Disabled. Possible values include:
            'Invalid', 'Enabled', 'Disabled'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.CertificateRequest">
            <summary>
            Details of the certificate to be uploaded to the vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.CertificateRequest.#ctor">
            <summary>
            Initializes a new instance of the CertificateRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.CertificateRequest.#ctor(Microsoft.Azure.Management.RecoveryServices.Models.RawCertificateData)">
            <summary>
            Initializes a new instance of the CertificateRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.CertificateRequest.Properties">
            <summary>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryDisplay">
            <summary>
            Localized display information of an operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryDisplay.#ctor">
            <summary>
            Initializes a new instance of the ClientDiscoveryDisplay class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryDisplay.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ClientDiscoveryDisplay class.
            </summary>
            <param name="provider">Name of the resource provider.</param>
            <param name="resource">Type of the resource.</param>
            <param name="operation">Name of the operation.</param>
            <param name="description">Operation description.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryDisplay.Provider">
            <summary>
            Gets name of the resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryDisplay.Resource">
            <summary>
            Gets type of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryDisplay.Operation">
            <summary>
            Gets name of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryDisplay.Description">
            <summary>
            Gets operation description.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForLogSpecification">
            <summary>
            Log specification for the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForLogSpecification.#ctor">
            <summary>
            Initializes a new instance of the
            ClientDiscoveryForLogSpecification class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForLogSpecification.#ctor(System.String,System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the
            ClientDiscoveryForLogSpecification class.
            </summary>
            <param name="name">Name of the log.</param>
            <param name="displayName">Localized display name.</param>
            <param name="blobDuration">Blob duration.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForLogSpecification.Name">
            <summary>
            Gets name of the log.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForLogSpecification.DisplayName">
            <summary>
            Gets localized display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForLogSpecification.BlobDuration">
            <summary>
            Gets blob duration.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForServiceSpecification">
            <summary>
            Operation properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForServiceSpecification.#ctor">
            <summary>
            Initializes a new instance of the
            ClientDiscoveryForServiceSpecification class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForServiceSpecification.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForLogSpecification})">
            <summary>
            Initializes a new instance of the
            ClientDiscoveryForServiceSpecification class.
            </summary>
            <param name="logSpecifications">List of log specifications of this
            operation.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForServiceSpecification.LogSpecifications">
            <summary>
            Gets list of log specifications of this operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryValueForSingleApi">
            <summary>
            Available operation details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryValueForSingleApi.#ctor">
            <summary>
            Initializes a new instance of the ClientDiscoveryValueForSingleApi
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryValueForSingleApi.#ctor(System.String,Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryDisplay,System.String,Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForServiceSpecification)">
            <summary>
            Initializes a new instance of the ClientDiscoveryValueForSingleApi
            class.
            </summary>
            <param name="name">Name of the operation.</param>
            <param name="display">Contains the localized display information
            for this particular operation.</param>
            <param name="origin">The intended executor of the
            operation.</param>
            <param name="serviceSpecification">Operation properties.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryValueForSingleApi.Name">
            <summary>
            Gets name of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryValueForSingleApi.Display">
            <summary>
            Gets contains the localized display information for this particular
            operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryValueForSingleApi.Origin">
            <summary>
            Gets the intended executor of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryValueForSingleApi.ServiceSpecification">
            <summary>
            Gets operation properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.EnhancedSecurityState">
            <summary>
            Defines values for EnhancedSecurityState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary">
            <summary>
            Summary of the replication job data for this vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary.#ctor">
            <summary>
            Initializes a new instance of the JobsSummary class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the JobsSummary class.
            </summary>
            <param name="failedJobs">Count of failed jobs.</param>
            <param name="suspendedJobs">Count of suspended jobs.</param>
            <param name="inProgressJobs">Count of in-progress jobs.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary.FailedJobs">
            <summary>
            Gets or sets count of failed jobs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary.SuspendedJobs">
            <summary>
            Gets or sets count of suspended jobs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary.InProgressJobs">
            <summary>
            Gets or sets count of in-progress jobs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary">
            <summary>
            Summary of the replication monitoring data for this vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary.#ctor">
            <summary>
            Initializes a new instance of the MonitoringSummary class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the MonitoringSummary class.
            </summary>
            <param name="unHealthyVmCount">Count of unhealthy VMs.</param>
            <param name="unHealthyProviderCount">Count of unhealthy replication
            providers.</param>
            <param name="eventsCount">Count of all critical warnings.</param>
            <param name="deprecatedProviderCount">Count of all deprecated
            recovery service providers.</param>
            <param name="supportedProviderCount">Count of all the supported
            recovery service providers.</param>
            <param name="unsupportedProviderCount">Count of all the unsupported
            recovery service providers.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary.UnHealthyVmCount">
            <summary>
            Gets or sets count of unhealthy VMs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary.UnHealthyProviderCount">
            <summary>
            Gets or sets count of unhealthy replication providers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary.EventsCount">
            <summary>
            Gets or sets count of all critical warnings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary.DeprecatedProviderCount">
            <summary>
            Gets or sets count of all deprecated recovery service providers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary.SupportedProviderCount">
            <summary>
            Gets or sets count of all the supported recovery service providers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary.UnsupportedProviderCount">
            <summary>
            Gets or sets count of all the unsupported recovery service
            providers.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.NameInfo">
            <summary>
            The name of usage.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.NameInfo.#ctor">
            <summary>
            Initializes a new instance of the NameInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.NameInfo.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the NameInfo class.
            </summary>
            <param name="value">Value of usage.</param>
            <param name="localizedValue">Localized value of usage.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.NameInfo.Value">
            <summary>
            Gets or sets value of usage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.NameInfo.LocalizedValue">
            <summary>
            Gets or sets localized value of usage.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.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.Azure.Management.RecoveryServices.Models.Page1`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.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.Azure.Management.RecoveryServices.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.Azure.Management.RecoveryServices.Models.RawCertificateData">
            <summary>
            Raw certificate data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.RawCertificateData.#ctor">
            <summary>
            Initializes a new instance of the RawCertificateData class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.RawCertificateData.#ctor(System.String,System.Byte[])">
            <summary>
            Initializes a new instance of the RawCertificateData class.
            </summary>
            <param name="authType">Specifies the authentication type. Possible
            values include: 'Invalid', 'ACS', 'AAD', 'AccessControlService',
            'AzureActiveDirectory'</param>
            <param name="certificate">The base64 encoded certificate raw data
            string</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.RawCertificateData.AuthType">
            <summary>
            Gets or sets specifies the authentication type. Possible values
            include: 'Invalid', 'ACS', 'AAD', 'AccessControlService',
            'AzureActiveDirectory'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.RawCertificateData.Certificate">
            <summary>
            Gets or sets the base64 encoded certificate raw data string
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage">
            <summary>
            Replication usages of a vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.#ctor">
            <summary>
            Initializes a new instance of the ReplicationUsage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.#ctor(Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary,Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the ReplicationUsage class.
            </summary>
            <param name="monitoringSummary">Summary of the replication
            monitoring data for this vault.</param>
            <param name="jobsSummary">Summary of the replication jobs data for
            this vault.</param>
            <param name="protectedItemCount">Number of replication protected
            items for this vault.</param>
            <param name="recoveryPlanCount">Number of replication recovery
            plans for this vault.</param>
            <param name="registeredServersCount">Number of servers registered
            to this vault.</param>
            <param name="recoveryServicesProviderAuthType">The authentication
            type of recovery service providers in the vault.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.MonitoringSummary">
            <summary>
            Gets or sets summary of the replication monitoring data for this
            vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.JobsSummary">
            <summary>
            Gets or sets summary of the replication jobs data for this vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.ProtectedItemCount">
            <summary>
            Gets or sets number of replication protected items for this vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.RecoveryPlanCount">
            <summary>
            Gets or sets number of replication recovery plans for this vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.RegisteredServersCount">
            <summary>
            Gets or sets number of servers registered to this vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.RecoveryServicesProviderAuthType">
            <summary>
            Gets or sets the authentication type of recovery service providers
            in the vault.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.Resource">
            <summary>
            ARM Resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Resource.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
            <param name="id">Resource Id represents the complete path to the
            resource.</param>
            <param name="name">Resource name associated with the
            resource.</param>
            <param name="type">Resource type represents the complete path of
            the form Namespace/ResourceType/ResourceType/...</param>
            <param name="eTag">Optional ETag.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Resource.Id">
            <summary>
            Gets resource Id represents the complete path to the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Resource.Name">
            <summary>
            Gets resource name associated with the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Resource.Type">
            <summary>
            Gets resource type represents the complete path of the form
            Namespace/ResourceType/ResourceType/...
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Resource.ETag">
            <summary>
            Gets or sets optional ETag.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAadDetails">
            <summary>
            Certificate details representing the Vault credentials for AAD.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAadDetails.#ctor">
            <summary>
            Initializes a new instance of the ResourceCertificateAndAadDetails
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAadDetails.#ctor(System.String,System.String,System.String,System.String,System.String,System.Byte[],System.String,System.String,System.Nullable{System.Int64},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the ResourceCertificateAndAadDetails
            class.
            </summary>
            <param name="aadAuthority">AAD tenant authority.</param>
            <param name="aadTenantId">AAD tenant Id.</param>
            <param name="servicePrincipalClientId">AAD service principal
            clientId.</param>
            <param name="servicePrincipalObjectId">AAD service principal
            ObjectId.</param>
            <param name="azureManagementEndpointAudience">Azure Management
            Endpoint Audience.</param>
            <param name="certificate">The base64 encoded certificate raw data
            string.</param>
            <param name="friendlyName">Certificate friendlyname.</param>
            <param name="issuer">Certificate issuer.</param>
            <param name="resourceId">Resource ID of the vault.</param>
            <param name="subject">Certificate Subject Name.</param>
            <param name="thumbprint">Certificate thumbprint.</param>
            <param name="validFrom">Certificate Validity start Date
            time.</param>
            <param name="validTo">Certificate Validity End Date time.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAadDetails.AadAuthority">
            <summary>
            Gets or sets AAD tenant authority.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAadDetails.AadTenantId">
            <summary>
            Gets or sets AAD tenant Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAadDetails.ServicePrincipalClientId">
            <summary>
            Gets or sets AAD service principal clientId.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAadDetails.ServicePrincipalObjectId">
            <summary>
            Gets or sets AAD service principal ObjectId.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAadDetails.AzureManagementEndpointAudience">
            <summary>
            Gets or sets azure Management Endpoint Audience.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAadDetails.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAcsDetails">
            <summary>
            Certificate details representing the Vault credentials for ACS.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAcsDetails.#ctor">
            <summary>
            Initializes a new instance of the ResourceCertificateAndAcsDetails
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAcsDetails.#ctor(System.String,System.String,System.String,System.Byte[],System.String,System.String,System.Nullable{System.Int64},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the ResourceCertificateAndAcsDetails
            class.
            </summary>
            <param name="globalAcsNamespace">ACS namespace name - tenant for
            our service.</param>
            <param name="globalAcsHostName">Acs mgmt host name to connect
            to.</param>
            <param name="globalAcsRPRealm">Global ACS namespace RP
            realm.</param>
            <param name="certificate">The base64 encoded certificate raw data
            string.</param>
            <param name="friendlyName">Certificate friendlyname.</param>
            <param name="issuer">Certificate issuer.</param>
            <param name="resourceId">Resource ID of the vault.</param>
            <param name="subject">Certificate Subject Name.</param>
            <param name="thumbprint">Certificate thumbprint.</param>
            <param name="validFrom">Certificate Validity start Date
            time.</param>
            <param name="validTo">Certificate Validity End Date time.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAcsDetails.GlobalAcsNamespace">
            <summary>
            Gets or sets ACS namespace name - tenant for our service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAcsDetails.GlobalAcsHostName">
            <summary>
            Gets or sets acs mgmt host name to connect to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAcsDetails.GlobalAcsRPRealm">
            <summary>
            Gets or sets global ACS namespace RP realm.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateAndAcsDetails.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails">
            <summary>
            Certificate details representing the Vault credentials.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails.#ctor">
            <summary>
            Initializes a new instance of the ResourceCertificateDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails.#ctor(System.Byte[],System.String,System.String,System.Nullable{System.Int64},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the ResourceCertificateDetails class.
            </summary>
            <param name="certificate">The base64 encoded certificate raw data
            string.</param>
            <param name="friendlyName">Certificate friendlyname.</param>
            <param name="issuer">Certificate issuer.</param>
            <param name="resourceId">Resource ID of the vault.</param>
            <param name="subject">Certificate Subject Name.</param>
            <param name="thumbprint">Certificate thumbprint.</param>
            <param name="validFrom">Certificate Validity start Date
            time.</param>
            <param name="validTo">Certificate Validity End Date time.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails.Certificate">
            <summary>
            Gets or sets the base64 encoded certificate raw data string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails.FriendlyName">
            <summary>
            Gets or sets certificate friendlyname.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails.Issuer">
            <summary>
            Gets or sets certificate issuer.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails.ResourceId">
            <summary>
            Gets or sets resource ID of the vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails.Subject">
            <summary>
            Gets or sets certificate Subject Name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails.Thumbprint">
            <summary>
            Gets or sets certificate thumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails.ValidFrom">
            <summary>
            Gets or sets certificate Validity start Date time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails.ValidTo">
            <summary>
            Gets or sets certificate Validity End Date time.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.Sku">
            <summary>
            Identifies the unique system identifier for each Azure resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Sku.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
            <param name="name">The Sku name. Possible values include:
            'Standard', 'RS0'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Sku.Name">
            <summary>
            Gets or sets the Sku name. Possible values include: 'Standard',
            'RS0'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Sku.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.SkuName">
            <summary>
            Defines values for SkuName.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.StorageModelType">
            <summary>
            Defines values for StorageModelType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.StorageType">
            <summary>
            Defines values for StorageType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.StorageTypeState">
            <summary>
            Defines values for StorageTypeState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.TrackedResource">
            <summary>
            Tracked resource with location.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.TrackedResource.#ctor">
            <summary>
            Initializes a new instance of the TrackedResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.TrackedResource.#ctor(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the TrackedResource class.
            </summary>
            <param name="location">Resource location.</param>
            <param name="id">Resource Id represents the complete path to the
            resource.</param>
            <param name="name">Resource name associated with the
            resource.</param>
            <param name="type">Resource type represents the complete path of
            the form Namespace/ResourceType/ResourceType/...</param>
            <param name="eTag">Optional ETag.</param>
            <param name="tags">Resource tags.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.TrackedResource.Location">
            <summary>
            Gets or sets resource location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.TrackedResource.Tags">
            <summary>
            Gets or sets resource tags.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.TrackedResource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.TriggerType">
            <summary>
            Defines values for TriggerType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails">
            <summary>
            Details for upgrading vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.#ctor">
            <summary>
            Initializes a new instance of the UpgradeDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.#ctor(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the UpgradeDetails class.
            </summary>
            <param name="operationId">ID of the vault upgrade
            operation.</param>
            <param name="startTimeUtc">UTC time at which the upgrade operation
            has started.</param>
            <param name="lastUpdatedTimeUtc">UTC time at which the upgrade
            operation status was last updated.</param>
            <param name="endTimeUtc">UTC time at which the upgrade operation
            has ended.</param>
            <param name="status">Status of the vault upgrade operation.
            Possible values include: 'Unknown', 'InProgress', 'Upgraded',
            'Failed'</param>
            <param name="message">Message to the user containing information
            about the upgrade operation.</param>
            <param name="triggerType">The way the vault upgradation was
            triggered. Possible values include: 'UserTriggered',
            'ForcedUpgrade'</param>
            <param name="upgradedResourceId">Resource ID of the upgraded
            vault.</param>
            <param name="previousResourceId">Resource ID of the vault before
            the upgrade.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.OperationId">
            <summary>
            Gets ID of the vault upgrade operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.StartTimeUtc">
            <summary>
            Gets UTC time at which the upgrade operation has started.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.LastUpdatedTimeUtc">
            <summary>
            Gets UTC time at which the upgrade operation status was last
            updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.EndTimeUtc">
            <summary>
            Gets UTC time at which the upgrade operation has ended.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.Status">
            <summary>
            Gets status of the vault upgrade operation. Possible values
            include: 'Unknown', 'InProgress', 'Upgraded', 'Failed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.Message">
            <summary>
            Gets message to the user containing information about the upgrade
            operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.TriggerType">
            <summary>
            Gets the way the vault upgradation was triggered. Possible values
            include: 'UserTriggered', 'ForcedUpgrade'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.UpgradedResourceId">
            <summary>
            Gets resource ID of the upgraded vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails.PreviousResourceId">
            <summary>
            Gets resource ID of the vault before the upgrade.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.UsagesUnit">
            <summary>
            Defines values for UsagesUnit.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.Vault">
            <summary>
            Resource information, as returned by the resource provider.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Vault.#ctor">
            <summary>
            Initializes a new instance of the Vault class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Vault.#ctor(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties,Microsoft.Azure.Management.RecoveryServices.Models.Sku)">
            <summary>
            Initializes a new instance of the Vault class.
            </summary>
            <param name="location">Resource location.</param>
            <param name="id">Resource Id represents the complete path to the
            resource.</param>
            <param name="name">Resource name associated with the
            resource.</param>
            <param name="type">Resource type represents the complete path of
            the form Namespace/ResourceType/ResourceType/...</param>
            <param name="eTag">Optional ETag.</param>
            <param name="tags">Resource tags.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Vault.Properties">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Vault.Sku">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Vault.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.VaultCertificateResponse">
            <summary>
            Certificate corresponding to a vault that can be used by clients to
            register themselves with the vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultCertificateResponse.#ctor">
            <summary>
            Initializes a new instance of the VaultCertificateResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultCertificateResponse.#ctor(System.String,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails)">
            <summary>
            Initializes a new instance of the VaultCertificateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCertificateResponse.Name">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCertificateResponse.Type">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCertificateResponse.Id">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCertificateResponse.Properties">
            <summary>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource">
            <summary>
            Vault extended information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource.#ctor">
            <summary>
            Initializes a new instance of the VaultExtendedInfoResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the VaultExtendedInfoResource class.
            </summary>
            <param name="id">Resource Id represents the complete path to the
            resource.</param>
            <param name="name">Resource name associated with the
            resource.</param>
            <param name="type">Resource type represents the complete path of
            the form Namespace/ResourceType/ResourceType/...</param>
            <param name="eTag">Optional ETag.</param>
            <param name="integrityKey">Integrity key.</param>
            <param name="encryptionKey">Encryption key.</param>
            <param name="encryptionKeyThumbprint">Encryption key
            thumbprint.</param>
            <param name="algorithm">Algorithm.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource.IntegrityKey">
            <summary>
            Gets or sets integrity key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource.EncryptionKey">
            <summary>
            Gets or sets encryption key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource.EncryptionKeyThumbprint">
            <summary>
            Gets or sets encryption key thumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource.Algorithm">
            <summary>
            Gets or sets algorithm.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties">
            <summary>
            Properties of the vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties.#ctor">
            <summary>
            Initializes a new instance of the VaultProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties.#ctor(System.String,Microsoft.Azure.Management.RecoveryServices.Models.UpgradeDetails)">
            <summary>
            Initializes a new instance of the VaultProperties class.
            </summary>
            <param name="provisioningState">Provisioning State.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties.ProvisioningState">
            <summary>
            Gets provisioning State.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties.UpgradeDetails">
            <summary>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.VaultUpgradeState">
            <summary>
            Defines values for VaultUpgradeState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage">
            <summary>
            Usages of a vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage.#ctor">
            <summary>
            Initializes a new instance of the VaultUsage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage.#ctor(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Microsoft.Azure.Management.RecoveryServices.Models.NameInfo)">
            <summary>
            Initializes a new instance of the VaultUsage class.
            </summary>
            <param name="unit">Unit of the usage. Possible values include:
            'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond',
            'BytesPerSecond'</param>
            <param name="quotaPeriod">Quota period of usage.</param>
            <param name="nextResetTime">Next reset time of usage.</param>
            <param name="currentValue">Current value of usage.</param>
            <param name="limit">Limit of usage.</param>
            <param name="name">Name of usage.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage.Unit">
            <summary>
            Gets or sets unit of the usage. Possible values include: 'Count',
            'Bytes', 'Seconds', 'Percent', 'CountPerSecond', 'BytesPerSecond'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage.QuotaPeriod">
            <summary>
            Gets or sets quota period of usage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage.NextResetTime">
            <summary>
            Gets or sets next reset time of usage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage.CurrentValue">
            <summary>
            Gets or sets current value of usage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage.Limit">
            <summary>
            Gets or sets limit of usage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage.Name">
            <summary>
            Gets or sets name of usage.
            </summary>
        </member>
    </members>
</doc>