Endpoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |