ApplicationGetHttpsEndpoint interface

Gets the application HTTP endpoints.

Properties

accessModes

The list of access modes for the application.

destinationPort

The destination port to connect to.

disableGatewayAuth

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.

privateIPAddress

The private ip address of the endpoint.

publicPort

The public port to connect to. NOTE: This property will not be serialized. It can only be populated by the server.

subDomainSuffix

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