ServiceEndpointPropertiesFormatOutput interface
The service endpoint properties.
Properties
| locations | A list of locations. |
| provisioning |
The provisioning state of the service endpoint resource. |
| service | The type of the endpoint service. |
Property Details
locations
A list of locations.
locations?: string[]
Property Value
string[]
provisioningState
The provisioning state of the service endpoint resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
service
The type of the endpoint service.
service?: string
Property Value
string