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) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET