Freigeben über


GatewaysListResult Class

Definition

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()

Applies to