Udostępnij przez


IGatewaysListResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.GatewaysListResultTypeConverter))]
public interface IGatewaysListResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.GatewaysListResultTypeConverter))>]
type IGatewaysListResult = interface
    interface IJsonSerializable
Public Interface IGatewaysListResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to