Show / Hide Table of Contents

    Interface IRestorableDroppedManagedDatabasesOperations

    RestorableDroppedManagedDatabasesOperations operations.

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

    Methods

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

    Gets a restorable dropped managed database.

    Declaration
    public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Sql.Models.RestorableDroppedManagedDatabase>> GetWithHttpMessagesAsync (string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, 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 restorableDroppedDatabaseId

    Dictionary<String,List<String>> customHeaders

    The headers that will be added to request.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Task<AzureOperationResponse<RestorableDroppedManagedDatabase>>

    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 restorable dropped managed databases.

    Declaration
    public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.RestorableDroppedManagedDatabase>>> 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<RestorableDroppedManagedDatabase>>>

    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 restorable dropped managed databases.

    Declaration
    public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.RestorableDroppedManagedDatabase>>> 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<RestorableDroppedManagedDatabase>>>

    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

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