Compartilhar via


ManagedCertificatePatch Class

Definition

A managed certificate to update

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ManagedCertificatePatchTypeConverter))]
public class ManagedCertificatePatch : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IManagedCertificatePatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ManagedCertificatePatchTypeConverter))>]
type ManagedCertificatePatch = class
    interface IManagedCertificatePatch
    interface IJsonSerializable
Public Class ManagedCertificatePatch
Implements IManagedCertificatePatch
Inheritance
ManagedCertificatePatch
Attributes
Implements

Constructors

ManagedCertificatePatch()

Creates an new ManagedCertificatePatch instance.

Properties

Tag

Application-specific metadata in the form of key-value pairs.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedCertificatePatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedCertificatePatch.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IManagedCertificatePatch.

FromJsonString(String)

Creates a new instance of ManagedCertificatePatch, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedCertificatePatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to