AppPlatformKeyVaultCertificateProperties 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 AppPlatformKeyVaultCertificateProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformKeyVaultCertificateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformKeyVaultCertificateProperties>
public class AppPlatformKeyVaultCertificateProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties
type AppPlatformKeyVaultCertificateProperties = class
inherit AppPlatformCertificateProperties
interface IJsonModel<AppPlatformKeyVaultCertificateProperties>
interface IPersistableModel<AppPlatformKeyVaultCertificateProperties>
type AppPlatformKeyVaultCertificateProperties = class
inherit AppPlatformCertificateProperties
Public Class AppPlatformKeyVaultCertificateProperties
Inherits AppPlatformCertificateProperties
Implements IJsonModel(Of AppPlatformKeyVaultCertificateProperties), IPersistableModel(Of AppPlatformKeyVaultCertificateProperties)
Public Class AppPlatformKeyVaultCertificateProperties
Inherits AppPlatformCertificateProperties
- Inheritance
- Implements
Constructors
AppPlatformKeyVaultCertificateProperties(Uri, String) |
Initializes a new instance of AppPlatformKeyVaultCertificateProperties. |
Properties
ActivateOn |
The activate date of certificate. (Inherited from AppPlatformCertificateProperties) |
CertVersion |
The certificate version of key vault. |
DnsNames |
The domain list of certificate. (Inherited from AppPlatformCertificateProperties) |
ExpireOn |
The expiration date of certificate. (Inherited from AppPlatformCertificateProperties) |
IsPrivateKeyExcluded |
Optional. If set to true, it will not import private key from key vault. |
IssuedOn |
The issue date of certificate. (Inherited from AppPlatformCertificateProperties) |
Issuer |
The issuer of certificate. (Inherited from AppPlatformCertificateProperties) |
KeyVaultCertName |
The certificate name of key vault. |
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) |
VaultUri |
The vault uri of user key vault. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET