Language

OutboundEndpointListResult Class

Definition

The response of a OutboundEndpoint list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.OutboundEndpointListResultTypeConverter))]
public class OutboundEndpointListResult : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IOutboundEndpointListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.OutboundEndpointListResultTypeConverter))>]
type OutboundEndpointListResult = class
    interface IOutboundEndpointListResult
    interface IJsonSerializable
Public Class OutboundEndpointListResult
Implements IOutboundEndpointListResult
Inheritance
OutboundEndpointListResult
Attributes
Implements

Constructors

Name Description
OutboundEndpointListResult()

Creates an new OutboundEndpointListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The OutboundEndpoint items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OutboundEndpointListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OutboundEndpointListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IOutboundEndpointListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OutboundEndpointListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to