Show / Hide Table of Contents

    Interface IRecoverableManagedDatabasesOperations

    RecoverableManagedDatabasesOperations operations.

    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    public interface IRecoverableManagedDatabasesOperations

    Methods

    GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

    Gets a recoverable managed database.

    Declaration
    public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Sql.Models.RecoverableManagedDatabase>> GetWithHttpMessagesAsync (string resourceGroupName, string managedInstanceName, string recoverableDatabaseName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = null);
    Parameters
    String resourceGroupName

    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    String managedInstanceName

    The name of the managed instance.

    String recoverableDatabaseName

    Dictionary<String,List<String>> customHeaders

    The headers that will be added to request.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Task<AzureOperationResponse<RecoverableManagedDatabase>>

    Exceptions
    CloudException

    Thrown when the operation returned an invalid status code

    SerializationException

    Thrown when unable to deserialize the response

    ValidationException

    Thrown when a required parameter is null

    ListByInstanceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

    Gets a list of recoverable managed databases.

    Declaration
    public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.RecoverableManagedDatabase>>> ListByInstanceNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = null);
    Parameters
    String nextPageLink

    The NextLink from the previous successful call to List operation.

    Dictionary<String,List<String>> customHeaders

    The headers that will be added to request.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Task<AzureOperationResponse<IPage<RecoverableManagedDatabase>>>

    Exceptions
    CloudException

    Thrown when the operation returned an invalid status code

    SerializationException

    Thrown when unable to deserialize the response

    ValidationException

    Thrown when a required parameter is null

    ListByInstanceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

    Gets a list of recoverable managed databases.

    Declaration
    public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.RecoverableManagedDatabase>>> ListByInstanceWithHttpMessagesAsync (string resourceGroupName, string managedInstanceName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = null);
    Parameters
    String resourceGroupName

    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    String managedInstanceName

    The name of the managed instance.

    Dictionary<String,List<String>> customHeaders

    The headers that will be added to request.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Task<AzureOperationResponse<IPage<RecoverableManagedDatabase>>>

    Exceptions
    CloudException

    Thrown when the operation returned an invalid status code

    SerializationException

    Thrown when unable to deserialize the response

    ValidationException

    Thrown when a required parameter is null

    Extension Methods

    RecoverableManagedDatabasesOperationsExtensions.Get(IRecoverableManagedDatabasesOperations, String, String, String)
    RecoverableManagedDatabasesOperationsExtensions.GetAsync(IRecoverableManagedDatabasesOperations, String, String, String, CancellationToken)
    RecoverableManagedDatabasesOperationsExtensions.ListByInstance(IRecoverableManagedDatabasesOperations, String, String)
    RecoverableManagedDatabasesOperationsExtensions.ListByInstanceAsync(IRecoverableManagedDatabasesOperations, String, String, CancellationToken)
    RecoverableManagedDatabasesOperationsExtensions.ListByInstanceNext(IRecoverableManagedDatabasesOperations, String)
    RecoverableManagedDatabasesOperationsExtensions.ListByInstanceNextAsync(IRecoverableManagedDatabasesOperations, String, CancellationToken)
    Back to top Azure SDK for Net