IPreconfiguredEndpoint Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PreconfiguredEndpointTypeConverter))]
public interface IPreconfiguredEndpoint : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IResourcewithSettableName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PreconfiguredEndpointTypeConverter))>]
type IPreconfiguredEndpoint = interface
interface IJsonSerializable
interface IResourcewithSettableName
Public Interface IPreconfiguredEndpoint
Implements IResourcewithSettableName
- Derived
- Attributes
- Implements
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. (Inherited from IResourcewithSettableName) |
| Location |
Resource location. (Inherited from IResourcewithSettableName) |
| Name |
Resource name. (Inherited from IResourcewithSettableName) |
| Tag |
Resource tags. (Inherited from IResourcewithSettableName) |
| Type |
Resource type. (Inherited from IResourcewithSettableName) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |