CertificatePatch 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.
A certificate to update
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CertificatePatchTypeConverter))]
public class CertificatePatch : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICertificatePatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CertificatePatchTypeConverter))>]
type CertificatePatch = class
interface ICertificatePatch
interface IJsonSerializable
Public Class CertificatePatch
Implements ICertificatePatch
- Inheritance
-
CertificatePatch
- Attributes
- Implements
Constructors
CertificatePatch() |
Creates an new CertificatePatch instance. |
Properties
Tag |
Application-specific metadata in the form of key-value pairs. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CertificatePatch. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CertificatePatch. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICertificatePatch. |
FromJsonString(String) |
Creates a new instance of CertificatePatch, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CertificatePatch into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |