Compartilhar via


NginxConfigurationListResponse Class

Definition

Response of a list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.NginxConfigurationListResponseTypeConverter))]
public class NginxConfigurationListResponse : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.INginxConfigurationListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.NginxConfigurationListResponseTypeConverter))>]
type NginxConfigurationListResponse = class
    interface INginxConfigurationListResponse
    interface IJsonSerializable
Public Class NginxConfigurationListResponse
Implements INginxConfigurationListResponse
Inheritance
NginxConfigurationListResponse
Attributes
Implements

Constructors

NginxConfigurationListResponse()

Creates an new NginxConfigurationListResponse instance.

Properties

NextLink

Link to the next set of results, if any.

Value

Results of a list operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NginxConfigurationListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxConfigurationListResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.INginxConfigurationListResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxConfigurationListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to