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. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
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
location
Resource location.
location?: string
Property Value
string
Inherited From ResourcewithSettableName.location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourcewithSettableName.tags