Compartir a través de


Certificate Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateTypeConverter))]
public class Certificate : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateTypeConverter))>]
type Certificate = class
    interface ICertificate
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class Certificate
Implements ICertificate, IValidates
Inheritance
Certificate
Attributes
Implements

Constructors

Certificate()

Properties

CanonicalName
CerBlob
ExpirationDate
FriendlyName
HostingEnvironmentProfileId
HostingEnvironmentProfileName
HostingEnvironmentProfileType
HostName
Id
IssueDate
Issuer
KeyVaultId
KeyVaultSecretName
KeyVaultSecretStatus
Kind
Location
Name
Password
PfxBlob
PublicKeyHash
SelfLink
ServerFarmId
SiteName
SubjectName
Tag
Thumbprint
Type
Valid

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to