NginxCertificateErrorResponseBody Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxCertificateErrorResponseBodyTypeConverter))]
public class NginxCertificateErrorResponseBody : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxCertificateErrorResponseBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxCertificateErrorResponseBodyTypeConverter))>]
type NginxCertificateErrorResponseBody = class
    interface INginxCertificateErrorResponseBody
    interface IJsonSerializable
Public Class NginxCertificateErrorResponseBody
Implements INginxCertificateErrorResponseBody
Inheritance
NginxCertificateErrorResponseBody
Attributes
Implements

Constructors

NginxCertificateErrorResponseBody()

Creates an new NginxCertificateErrorResponseBody instance.

Properties

Code
Message

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NginxCertificateErrorResponseBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxCertificateErrorResponseBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxCertificateErrorResponseBody.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxCertificateErrorResponseBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to