Show / Hide Table of Contents

    Interface ITdeCertificatesOperations

    TdeCertificatesOperations operations.

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

    Methods

    BeginCreateWithHttpMessagesAsync(String, String, TdeCertificate, Dictionary<String,List<String>>, CancellationToken)

    Creates a TDE certificate for a given server.

    Declaration
    public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginCreateWithHttpMessagesAsync (string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.TdeCertificate parameters, 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 serverName

    The name of the server.

    TdeCertificate parameters

    The requested TDE certificate to be created or updated.

    Dictionary<String,List<String>> customHeaders

    The headers that will be added to request.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Task<AzureOperationResponse>

    Exceptions
    CloudException

    Thrown when the operation returned an invalid status code

    ValidationException

    Thrown when a required parameter is null

    CreateWithHttpMessagesAsync(String, String, TdeCertificate, Dictionary<String,List<String>>, CancellationToken)

    Creates a TDE certificate for a given server.

    Declaration
    public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> CreateWithHttpMessagesAsync (string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.TdeCertificate parameters, 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 serverName

    The name of the server.

    TdeCertificate parameters

    The requested TDE certificate to be created or updated.

    Dictionary<String,List<String>> customHeaders

    The headers that will be added to request.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Task<AzureOperationResponse>

    Exceptions
    CloudException

    Thrown when the operation returned an invalid status code

    ValidationException

    Thrown when a required parameter is null

    Extension Methods

    TdeCertificatesOperationsExtensions.BeginCreate(ITdeCertificatesOperations, String, String, TdeCertificate)
    TdeCertificatesOperationsExtensions.BeginCreateAsync(ITdeCertificatesOperations, String, String, TdeCertificate, CancellationToken)
    TdeCertificatesOperationsExtensions.Create(ITdeCertificatesOperations, String, String, TdeCertificate)
    TdeCertificatesOperationsExtensions.CreateAsync(ITdeCertificatesOperations, String, String, TdeCertificate, CancellationToken)
    Back to top Azure SDK for Net