Compartir a través de


ICertificatePatchResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificatePatchResourceTypeConverter))]
public interface ICertificatePatchResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificatePatchResourceTypeConverter))>]
type ICertificatePatchResource = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface ICertificatePatchResource
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

CanonicalName

CNAME of the certificate to be issued via free certificate

CerBlob

Raw bytes of .cer file

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 IProxyOnlyResource)
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 IProxyOnlyResource)
Name

Resource Name.

(Inherited from IProxyOnlyResource)
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.

Thumbprint

Certificate thumbprint.

Type

Resource type.

(Inherited from IProxyOnlyResource)
Valid

Is the certificate valid?.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to