Share via


OutboundEndpointListResult Class

Definition

The response to an enumeration operation on outbound endpoints for a DNS resolver.

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

Constructors

OutboundEndpointListResult()

Creates an new OutboundEndpointListResult instance.

Properties

NextLink

The continuation token for the next page of results.

Value

Enumeration of the outbound endpoints for a DNS resolver.

Methods

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.Api20220701.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.

Applies to