ICertificate Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CertificateTypeConverter))]
public interface ICertificate : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CertificateTypeConverter))>]
type ICertificate = interface
interface IJsonSerializable
interface IResource
Public Interface ICertificate
Implements IResource
- Derived
- Attributes
- Implements
Properties
CanonicalName |
CNAME of the certificate to be issued via free certificate |
CerBlob |
Raw bytes of .cer file |
DomainValidationMethod |
Method of domain validation for free cert |
ExpirationDate |
Certificate expiration date. |
FriendlyName |
Friendly name of the certificate. |
HostingEnvironmentProfileId |
Resource ID of the App Service Environment. |
HostingEnvironmentProfileName |
Name of the App Service Environment. |
HostingEnvironmentProfileType |
Resource type of the App Service Environment. |
HostName |
Host names the certificate applies to. |
Id |
Resource Id. (Inherited from IResource) |
IssueDate |
Certificate issue Date. |
Issuer |
Certificate issuer. |
KeyVaultId |
Key Vault Csm resource Id. |
KeyVaultSecretName |
Key Vault secret name. |
KeyVaultSecretStatus |
Status of the Key Vault secret. |
Kind |
Kind of resource. (Inherited from IResource) |
Location |
Resource Location. (Inherited from IResource) |
Name |
Resource Name. (Inherited from IResource) |
Password |
Certificate password. |
PfxBlob |
Pfx blob. |
PublicKeyHash |
Public key hash. |
SelfLink |
Self link. |
ServerFarmId |
Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}". |
SiteName |
App name. |
SubjectName |
Subject name of the certificate. |
Tag |
Resource tags. (Inherited from IResource) |
Thumbprint |
Certificate thumbprint. |
Type |
Resource type. (Inherited from IResource) |
Valid |
Is the certificate valid?. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |