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?: number
Property Value
number
disableGatewayAuth
The value indicates whether to disable GatewayAuth.
disableGatewayAuth?: boolean
Property Value
boolean
location
The location of the endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
privateIPAddress
The private ip address of the endpoint.
privateIPAddress?: string
Property 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?: number
Property Value
number
subDomainSuffix
The subdomain suffix of the application.
subDomainSuffix?: string
Property Value
string