InternetGatewaysListResult 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.
List of InternetGateways.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternetGatewaysListResultTypeConverter))]
public class InternetGatewaysListResult : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternetGatewaysListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternetGatewaysListResultTypeConverter))>]
type InternetGatewaysListResult = class
interface IInternetGatewaysListResult
interface IJsonSerializable
Public Class InternetGatewaysListResult
Implements IInternetGatewaysListResult
- Inheritance
-
InternetGatewaysListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| InternetGatewaysListResult() |
Creates an new InternetGatewaysListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
Url to follow for getting next page of resources. |
| Value |
Displays list of Internet Gateway resources. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InternetGatewaysListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InternetGatewaysListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternetGatewaysListResult. |
| FromJsonString(String) |
Creates a new instance of InternetGatewaysListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of InternetGatewaysListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |