EndpointType Enum

Definition

public enum EndpointType
type EndpointType = 
Public Enum EndpointType
Inheritance
EndpointType

Fields

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".

AzureWebsite 1

The type of Azure Websites from the current subscription.

CloudService 0

The type of Azure Cloud Services from the current subscription.

TrafficManager 3

The type of endpoint that points to a Traffic Manager profile from the current subscription.

Applies to