ResourceTypeEndpointBase interface
model interface ResourceTypeEndpointBase
Properties
| api |
The api version. |
| api |
The api versions. |
| dsts |
The dsts configuration. |
| enabled | Whether it's enabled. |
| endpoint |
The endpoint type. |
| endpoint |
The endpoint uri. |
| features |
The features rule. |
| locations | The locations. |
| required |
The required features. |
| sku |
The sku link. |
| timeout | This is a TimeSpan property. |
| zones | The zones. |
Property Details
apiVersion
The api version.
apiVersion: string
Property Value
string
apiVersions
The api versions.
apiVersions: string[]
Property Value
string[]
dstsConfiguration
The dsts configuration.
dstsConfiguration: ResourceTypeEndpointBaseDstsConfiguration
Property Value
enabled
Whether it's enabled.
enabled: boolean
Property Value
boolean
endpointType
The endpoint type.
endpointType: string
Property Value
string
endpointUri
The endpoint uri.
endpointUri: string
Property Value
string
featuresRule
The features rule.
featuresRule: ResourceTypeEndpointBaseFeaturesRule
Property Value
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
This is a TimeSpan property.
timeout: string
Property Value
string
zones
The zones.
zones: string[]
Property Value
string[]