PreconfiguredEndpoint interface
Defines the properties of a preconfigured endpoint
- Extends
Properties
| backend | The preconfigured endpoint backend |
| description | The description of the endpoint |
| endpoint | The endpoint that is preconfigured |
| endpoint |
The type of endpoint |
Inherited Properties
| id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| location | Resource location. |
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Resource tags. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
backend
The preconfigured endpoint backend
backend?: string
Property Value
string
description
The description of the endpoint
description?: string
Property Value
string
endpoint
The endpoint that is preconfigured
endpoint?: string
Property Value
string
endpointType
The type of endpoint
endpointType?: string
Property Value
string
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type