TdeCertificateInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A TDE certificate that can be uploaded into a server.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TdeCertificateInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TdeCertificateInner = class
inherit ProxyResourceInner
Public Class TdeCertificateInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
TdeCertificateInner() |
Initializes a new instance of the TdeCertificateInner class. |
TdeCertificateInner(String, String, String, String, String) |
Initializes a new instance of the TdeCertificateInner class. |
Properties
CertPassword |
Gets or sets the certificate password. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
PrivateBlob |
Gets or sets the base64 encoded certificate private blob. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET