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

endpointType

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

Resource ID.

id?: string

Property Value

string

Inherited From ResourcewithSettableName.id

location

Resource location.

location?: string

Property Value

string

Inherited From ResourcewithSettableName.location

name

Resource name.

name?: string

Property Value

string

Inherited From ResourcewithSettableName.name

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From ResourcewithSettableName.tags

type

Resource type.

type?: string

Property Value

string

Inherited From ResourcewithSettableName.type