Share via


OutboundEndpointProperties Class

Definition

Represents the properties of an outbound endpoint for a DNS resolver.

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

Constructors

OutboundEndpointProperties()

Creates an new OutboundEndpointProperties instance.

Properties

ProvisioningState

The current provisioning state of the outbound endpoint. This is a read-only property and any attempt to set this value will be ignored.

ResourceGuid

The resourceGuid property of the outbound endpoint resource.

SubnetId

Resource ID.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OutboundEndpointProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OutboundEndpointProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OutboundEndpointProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to