ServerTrustCertificate 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.
Server trust certificate imported from box to enable connection between box and Sql Managed Instance.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerTrustCertificate : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerTrustCertificate = class
inherit ProxyResource
Public Class ServerTrustCertificate
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ServerTrustCertificate() |
Initializes a new instance of the ServerTrustCertificate class. |
ServerTrustCertificate(String, String, String, String, String, String) |
Initializes a new instance of the ServerTrustCertificate class. |
Properties
CertificateName |
Gets the certificate name |
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
PublicBlob |
Gets or sets the certificate public blob |
Thumbprint |
Gets the certificate thumbprint |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET