ResourceProviderEndpoint interface
model interface ResourceProviderEndpoint
Properties
| api |
The api versions. |
| enabled | Whether the endpoint is enabled. |
| endpoint |
The endpoint type. |
| endpoint |
The endpoint uri. |
| features |
The feature rules. |
| locations | The locations. |
| required |
The required features. |
| sku |
The sku link. |
| timeout | The timeout. |
Property Details
apiVersions
The api versions.
apiVersions?: string[]
Property Value
string[]
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
featuresRule
The feature rules.
featuresRule?: ResourceProviderEndpointFeaturesRule
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
The timeout.
timeout?: string
Property Value
string