ResourceTypeEndpoint interface
model interface ResourceTypeEndpoint
Properties
| api |
Api version. |
| api |
The api versions. |
| data |
The data boundary. |
| dsts |
The dsts configuration. |
| enabled | Whether the endpoint is enabled. |
| endpoint |
The endpoint type. |
| endpoint |
The endpoint uri. |
| extensions | The extensions. |
| features |
The features rule. |
| kind | Resource type endpoint kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type. |
| locations | The locations. |
| required |
The required features. |
| sku |
The sku link. |
| timeout | The timeout. |
| token |
The token auth configuration. |
| zones | List of zones. |
Property Details
apiVersion
Api version.
apiVersion?: string
Property Value
string
apiVersions
The api versions.
apiVersions?: string[]
Property Value
string[]
dataBoundary
The data boundary.
dataBoundary?: string
Property Value
string
dstsConfiguration
The dsts configuration.
dstsConfiguration?: ResourceTypeEndpointDstsConfiguration
Property Value
enabled
Whether the endpoint is enabled.
enabled?: boolean
Property Value
boolean
endpointType
The endpoint type.
endpointType?: string
Property Value
string
endpointUri
The endpoint uri.
endpointUri?: string
Property Value
string
extensions
featuresRule
The features rule.
featuresRule?: ResourceTypeEndpointFeaturesRule
Property Value
kind
Resource type endpoint kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
kind?: string
Property Value
string
locations
The locations.
locations?: string[]
Property Value
string[]
requiredFeatures
The required features.
requiredFeatures?: string[]
Property Value
string[]
skuLink
The sku link.
skuLink?: string
Property Value
string
timeout
The timeout.
timeout?: string
Property Value
string
tokenAuthConfiguration
The token auth configuration.
tokenAuthConfiguration?: TokenAuthConfiguration
Property Value
zones
List of zones.
zones?: string[]
Property Value
string[]