AppPlatformContentCertificateProperties 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.
Properties of certificate imported from key vault.
public class AppPlatformContentCertificateProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformContentCertificateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformContentCertificateProperties>
public class AppPlatformContentCertificateProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties
type AppPlatformContentCertificateProperties = class
inherit AppPlatformCertificateProperties
interface IJsonModel<AppPlatformContentCertificateProperties>
interface IPersistableModel<AppPlatformContentCertificateProperties>
type AppPlatformContentCertificateProperties = class
inherit AppPlatformCertificateProperties
Public Class AppPlatformContentCertificateProperties
Inherits AppPlatformCertificateProperties
Implements IJsonModel(Of AppPlatformContentCertificateProperties), IPersistableModel(Of AppPlatformContentCertificateProperties)
Public Class AppPlatformContentCertificateProperties
Inherits AppPlatformCertificateProperties
- Inheritance
- Implements
Constructors
AppPlatformContentCertificateProperties() |
Initializes a new instance of AppPlatformContentCertificateProperties. |
Properties
ActivateOn |
The activate date of certificate. (Inherited from AppPlatformCertificateProperties) |
Content |
The content of uploaded certificate. |
DnsNames |
The domain list of certificate. (Inherited from AppPlatformCertificateProperties) |
ExpireOn |
The expiration date of certificate. (Inherited from AppPlatformCertificateProperties) |
IssuedOn |
The issue date of certificate. (Inherited from AppPlatformCertificateProperties) |
Issuer |
The issuer of certificate. (Inherited from AppPlatformCertificateProperties) |
ProvisioningState |
Provisioning state of the Certificate. (Inherited from AppPlatformCertificateProperties) |
SubjectName |
The subject name of certificate. (Inherited from AppPlatformCertificateProperties) |
Thumbprint |
The thumbprint of certificate. (Inherited from AppPlatformCertificateProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET