Language

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.Api20230701Preview.OutboundEndpointListResultTypeConverter))]
public class OutboundEndpointListResult : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IOutboundEndpointListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.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 continuation token for the next page of results.

Value

Enumeration of the outbound endpoints for a DNS resolver.

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