PreconfiguredEndpoint Class

Definition

Defines the properties of a preconfigured endpoint

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PreconfiguredEndpointTypeConverter))]
public class PreconfiguredEndpoint : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPreconfiguredEndpoint, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PreconfiguredEndpointTypeConverter))>]
type PreconfiguredEndpoint = class
    interface IPreconfiguredEndpoint
    interface IJsonSerializable
    interface IResourcewithSettableName
    interface IValidates
Public Class PreconfiguredEndpoint
Implements IPreconfiguredEndpoint, IValidates
Inheritance
PreconfiguredEndpoint
Attributes
Implements

Constructors

Name Description
PreconfiguredEndpoint()

Creates an new PreconfiguredEndpoint instance.

Properties

Name Description
Backend

The preconfigured endpoint backend

Description

The description of the endpoint

Endpoint

The endpoint that is preconfigured

EndpointType

The type of endpoint

Id

Resource ID.

Location

Resource location.

Name

Resource name.

Tag

Resource tags.

Type

Resource type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PreconfiguredEndpoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PreconfiguredEndpoint.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PreconfiguredEndpoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to