EndpointType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum EndpointType
type EndpointType =
Public Enum EndpointType
- Inheritance
-
EndpointType
Fields
Name | Value | Description |
---|---|---|
CloudService | 0 | The type of Azure Cloud Services from the current subscription. |
AzureWebsite | 1 | The type of Azure Websites from the current subscription. |
Any | 2 | The type of endpoints that can have any domain name (not necessarily an Azure domain). Note that Azure Websites cannot be entered as endpoints of type "Any". |
TrafficManager | 3 | The type of endpoint that points to a Traffic Manager profile from the current subscription. |
Applies to
Azure SDK for .NET