GatewaysListResult 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.
The List license operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.GatewaysListResultTypeConverter))]
public class GatewaysListResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IGatewaysListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.GatewaysListResultTypeConverter))>]
type GatewaysListResult = class
interface IGatewaysListResult
interface IJsonSerializable
Public Class GatewaysListResult
Implements IGatewaysListResult
- Inheritance
-
GatewaysListResult
- Attributes
- Implements
Constructors
GatewaysListResult() |
Creates an new GatewaysListResult instance. |
Properties
NextLink |
The URI to fetch the next page of Gateways. Call ListNext() with this URI to fetch the next page of Gateways. |
Value |
The list of Gateways. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GatewaysListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GatewaysListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IGatewaysListResult. |
FromJsonString(String) |
Creates a new instance of GatewaysListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GatewaysListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |