Share via


OutboundEnvironmentEndpointList Class

Definition

Collection of Outbound Environment Endpoints

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.OutboundEnvironmentEndpointListTypeConverter))]
public class OutboundEnvironmentEndpointList : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IOutboundEnvironmentEndpointList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.OutboundEnvironmentEndpointListTypeConverter))>]
type OutboundEnvironmentEndpointList = class
    interface IOutboundEnvironmentEndpointList
    interface IJsonSerializable
Public Class OutboundEnvironmentEndpointList
Implements IOutboundEnvironmentEndpointList
Inheritance
OutboundEnvironmentEndpointList
Attributes
Implements

Constructors

OutboundEnvironmentEndpointList()

Creates an new OutboundEnvironmentEndpointList instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OutboundEnvironmentEndpointList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OutboundEnvironmentEndpointList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IOutboundEnvironmentEndpointList.

FromJsonString(String)

Creates a new instance of OutboundEnvironmentEndpointList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OutboundEnvironmentEndpointList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to