ApplicationGetHttpsEndpoint Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.ApplicationGetHttpsEndpoint

public class ApplicationGetHttpsEndpoint

Gets the application HTTP endpoints.

Constructor Summary

Constructor Description
ApplicationGetHttpsEndpoint()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> accessModes()

Get the list of access modes for the application.

java.lang.Integer destinationPort()

Get the destination port to connect to.

java.lang.Boolean disableGatewayAuth()

Get the value indicates whether to disable GatewayAuth.

java.lang.String location()

Get the location of the endpoint.

java.lang.Integer publicPort()

Get the public port to connect to.

java.lang.String subDomainSuffix()

Get the subdomain suffix of the application.

ApplicationGetHttpsEndpoint withAccessModes(List<String> accessModes)

Set the list of access modes for the application.

ApplicationGetHttpsEndpoint withDestinationPort(Integer destinationPort)

Set the destination port to connect to.

ApplicationGetHttpsEndpoint withDisableGatewayAuth(Boolean disableGatewayAuth)

Set the value indicates whether to disable GatewayAuth.

ApplicationGetHttpsEndpoint withLocation(String location)

Set the location of the endpoint.

ApplicationGetHttpsEndpoint withPublicPort(Integer publicPort)

Set the public port to connect to.

ApplicationGetHttpsEndpoint withSubDomainSuffix(String subDomainSuffix)

Set the subdomain suffix of the application.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ApplicationGetHttpsEndpoint

public ApplicationGetHttpsEndpoint()

Method Details

accessModes

public List accessModes()

Get the list of access modes for the application.

Returns:

the accessModes value

destinationPort

public Integer destinationPort()

Get the destination port to connect to.

Returns:

the destinationPort value

disableGatewayAuth

public Boolean disableGatewayAuth()

Get the value indicates whether to disable GatewayAuth.

Returns:

the disableGatewayAuth value

location

public String location()

Get the location of the endpoint.

Returns:

the location value

publicPort

public Integer publicPort()

Get the public port to connect to.

Returns:

the publicPort value

subDomainSuffix

public String subDomainSuffix()

Get the subdomain suffix of the application.

Returns:

the subDomainSuffix value

withAccessModes

public ApplicationGetHttpsEndpoint withAccessModes(List accessModes)

Set the list of access modes for the application.

Parameters:

accessModes - the accessModes value to set

Returns:

the ApplicationGetHttpsEndpoint object itself.

withDestinationPort

public ApplicationGetHttpsEndpoint withDestinationPort(Integer destinationPort)

Set the destination port to connect to.

Parameters:

destinationPort - the destinationPort value to set

Returns:

the ApplicationGetHttpsEndpoint object itself.

withDisableGatewayAuth

public ApplicationGetHttpsEndpoint withDisableGatewayAuth(Boolean disableGatewayAuth)

Set the value indicates whether to disable GatewayAuth.

Parameters:

disableGatewayAuth - the disableGatewayAuth value to set

Returns:

the ApplicationGetHttpsEndpoint object itself.

withLocation

public ApplicationGetHttpsEndpoint withLocation(String location)

Set the location of the endpoint.

Parameters:

location - the location value to set

Returns:

the ApplicationGetHttpsEndpoint object itself.

withPublicPort

public ApplicationGetHttpsEndpoint withPublicPort(Integer publicPort)

Set the public port to connect to.

Parameters:

publicPort - the publicPort value to set

Returns:

the ApplicationGetHttpsEndpoint object itself.

withSubDomainSuffix

public ApplicationGetHttpsEndpoint withSubDomainSuffix(String subDomainSuffix)

Set the subdomain suffix of the application.

Parameters:

subDomainSuffix - the subDomainSuffix value to set

Returns:

the ApplicationGetHttpsEndpoint object itself.

Applies to