ApplicationGetHttpsEndpoint interface   
Gets the application HTTP endpoints.
Properties
| access | The list of access modes for the application. | 
| destination | The destination port to connect to. | 
| disable | The value indicates whether to disable GatewayAuth. | 
| location | The location of the endpoint. NOTE: This property will not be serialized. It can only be populated by the server. | 
| private | The private ip address of the endpoint. | 
| public | The public port to connect to. NOTE: This property will not be serialized. It can only be populated by the server. | 
| sub | The subdomain suffix of the application. | 
Property Details
		accessModes
	 
	The list of access modes for the application.
accessModes?: string[]Property Value
string[]
		destinationPort
	 
	The destination port to connect to.
destinationPort?: numberProperty Value
number
		disableGatewayAuth
	  
	The value indicates whether to disable GatewayAuth.
disableGatewayAuth?: booleanProperty Value
boolean
location
The location of the endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
location?: stringProperty Value
string
		privateIPAddress
	 
	The private ip address of the endpoint.
privateIPAddress?: stringProperty Value
string
		publicPort
	 
	The public port to connect to. NOTE: This property will not be serialized. It can only be populated by the server.
publicPort?: numberProperty Value
number
		subDomainSuffix
	  
	The subdomain suffix of the application.
subDomainSuffix?: stringProperty Value
string