NginxConfigurationListResponse 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.
Response of a list operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.NginxConfigurationListResponseTypeConverter))]
public class NginxConfigurationListResponse : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxConfigurationListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.NginxConfigurationListResponseTypeConverter))>]
type NginxConfigurationListResponse = class
interface INginxConfigurationListResponse
interface IJsonSerializable
Public Class NginxConfigurationListResponse
Implements INginxConfigurationListResponse
- Inheritance
-
NginxConfigurationListResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NginxConfigurationListResponse() |
Creates an new NginxConfigurationListResponse instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
Link to the next set of results, if any. |
| Value |
Results of a list operation. |
Methods
| Name | Description |
|---|---|
| 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.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() | |