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.Api202401Preview.NginxConfigurationListResponseTypeConverter))]
public class NginxConfigurationListResponse : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxConfigurationListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.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.Api202401Preview.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() |