Sdílet prostřednictvím


TransparentDataEncryption Constructors

Definition

Overloads

TransparentDataEncryption()

Initializes a new instance of the TransparentDataEncryption class.

TransparentDataEncryption(String, String, String, String, Nullable<TransparentDataEncryptionStatus>)

Initializes a new instance of the TransparentDataEncryption class.

TransparentDataEncryption()

Initializes a new instance of the TransparentDataEncryption class.

public TransparentDataEncryption ();
Public Sub New ()

Applies to

TransparentDataEncryption(String, String, String, String, Nullable<TransparentDataEncryptionStatus>)

Initializes a new instance of the TransparentDataEncryption class.

public TransparentDataEncryption (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.Synapse.Models.TransparentDataEncryptionStatus? status = default);
new Microsoft.Azure.Management.Synapse.Models.TransparentDataEncryption : string * string * string * string * Nullable<Microsoft.Azure.Management.Synapse.Models.TransparentDataEncryptionStatus> -> Microsoft.Azure.Management.Synapse.Models.TransparentDataEncryption
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional status As Nullable(Of TransparentDataEncryptionStatus) = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

location
String

Resource location.

status
Nullable<TransparentDataEncryptionStatus>

The status of the database transparent data encryption. Possible values include: 'Enabled', 'Disabled'

Applies to