PublicCertificate Class

Definition

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

Constructors

PublicCertificate()

Properties

Blob
Id
Kind
Location
Name
Thumbprint
Type

Methods

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

Applies to