Endpoint Class

Definition

Defines the endpoint properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.EndpointTypeConverter))]
public class Endpoint : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IEndpoint
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.EndpointTypeConverter))>]
type Endpoint = class
    interface IEndpoint
    interface IJsonSerializable
Public Class Endpoint
Implements IEndpoint
Inheritance
Endpoint
Attributes
Implements

Constructors

Name Description
Endpoint()

Creates an new Endpoint instance.

Properties

Name Description
Endpoint1

The endpoint URL

Name

The name of the endpoint

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Endpoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Endpoint.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IEndpoint.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Endpoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to