PublicCertificate 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.
Public certificate object
[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() |
Creates an new PublicCertificate instance. |
Properties
Blob |
Public Certificate byte array |
Id |
Resource Id. |
Kind |
Kind of resource. |
Location |
Public Certificate Location |
Name |
Resource Name. |
Thumbprint |
Certificate Thumbprint |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PublicCertificate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PublicCertificate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificate. |
FromJsonString(String) |
Creates a new instance of PublicCertificate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PublicCertificate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |