Show / Hide Table of Contents

    Class TransparentDataEncryptionsOperationsExtensions

    Extension methods for TransparentDataEncryptionsOperations.

    Inheritance
    Object
    TransparentDataEncryptionsOperationsExtensions
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    public static class TransparentDataEncryptionsOperationsExtensions

    Methods

    CreateOrUpdate(ITransparentDataEncryptionsOperations, String, String, String, TransparentDataEncryption)

    Creates or updates a database's transparent data encryption configuration.

    Declaration
    public static Microsoft.Azure.Management.Sql.Models.TransparentDataEncryption CreateOrUpdate (this Microsoft.Azure.Management.Sql.ITransparentDataEncryptionsOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.TransparentDataEncryption parameters);
    Parameters
    ITransparentDataEncryptionsOperations operations

    The operations group for this extension method.

    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.

    String databaseName

    The name of the database for which setting the transparent data encryption applies.

    TransparentDataEncryption parameters

    The required parameters for creating or updating transparent data encryption.

    Returns
    TransparentDataEncryption

    CreateOrUpdateAsync(ITransparentDataEncryptionsOperations, String, String, String, TransparentDataEncryption, CancellationToken)

    Creates or updates a database's transparent data encryption configuration.

    Declaration
    [System.Diagnostics.DebuggerStepThrough]
    public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.TransparentDataEncryption> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.ITransparentDataEncryptionsOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.TransparentDataEncryption parameters, System.Threading.CancellationToken cancellationToken = null);
    Parameters
    ITransparentDataEncryptionsOperations operations

    The operations group for this extension method.

    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.

    String databaseName

    The name of the database for which setting the transparent data encryption applies.

    TransparentDataEncryption parameters

    The required parameters for creating or updating transparent data encryption.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Task<TransparentDataEncryption>

    Get(ITransparentDataEncryptionsOperations, String, String, String)

    Gets a database's transparent data encryption configuration.

    Declaration
    public static Microsoft.Azure.Management.Sql.Models.TransparentDataEncryption Get (this Microsoft.Azure.Management.Sql.ITransparentDataEncryptionsOperations operations, string resourceGroupName, string serverName, string databaseName);
    Parameters
    ITransparentDataEncryptionsOperations operations

    The operations group for this extension method.

    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.

    String databaseName

    The name of the database for which the transparent data encryption applies.

    Returns
    TransparentDataEncryption

    GetAsync(ITransparentDataEncryptionsOperations, String, String, String, CancellationToken)

    Gets a database's transparent data encryption configuration.

    Declaration
    [System.Diagnostics.DebuggerStepThrough]
    public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.TransparentDataEncryption> GetAsync (this Microsoft.Azure.Management.Sql.ITransparentDataEncryptionsOperations operations, string resourceGroupName, string serverName, string databaseName, System.Threading.CancellationToken cancellationToken = null);
    Parameters
    ITransparentDataEncryptionsOperations operations

    The operations group for this extension method.

    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.

    String databaseName

    The name of the database for which the transparent data encryption applies.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Task<TransparentDataEncryption>

    Back to top Azure SDK for Net