Freigeben über


NginxDeploymentListResponse Class

Definition

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

Constructors

Name Description
NginxDeploymentListResponse()

Creates an new NginxDeploymentListResponse instance.

Properties

Name Description
NextLink
Value

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NginxDeploymentListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxDeploymentListResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxDeploymentListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to