ApplicationGatewayFrontendPort Class

  • java.lang.Object
    • com.microsoft.azure.SubResource
      • com.microsoft.azure.management.network.ApplicationGatewayFrontendPort

public class ApplicationGatewayFrontendPort
extends com.microsoft.azure.SubResource

Frontend port of an application gateway.

Constructor Summary

Constructor Description
ApplicationGatewayFrontendPort()

Method Summary

Modifier and Type Method and Description
java.lang.String etag()

Get a unique read-only string that changes whenever the resource is updated.

java.lang.String name()

Get name of the frontend port that is unique within an Application Gateway.

java.lang.Integer port()

Get frontend port.

ProvisioningState provisioningState()

Get the provisioning state of the frontend port resource.

java.lang.String type()

Get type of the resource.

ApplicationGatewayFrontendPort withName(String name)

Set name of the frontend port that is unique within an Application Gateway.

ApplicationGatewayFrontendPort withPort(Integer port)

Set frontend port.

Methods inherited from com.microsoft.azure.SubResource

com.microsoft.azure.SubResource.id com.microsoft.azure.SubResource.withId

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

ApplicationGatewayFrontendPort

public ApplicationGatewayFrontendPort()

Method Details

etag

public String etag()

Get a unique read-only string that changes whenever the resource is updated.

Returns:

the etag value

name

public String name()

Get name of the frontend port that is unique within an Application Gateway.

Returns:

the name value

port

public Integer port()

Get frontend port.

Returns:

the port value

provisioningState

public ProvisioningState provisioningState()

Get the provisioning state of the frontend port resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.

Returns:

the provisioningState value

type

public String type()

Get type of the resource.

Returns:

the type value

withName

public ApplicationGatewayFrontendPort withName(String name)

Set name of the frontend port that is unique within an Application Gateway.

Parameters:

name - the name value to set

Returns:

the ApplicationGatewayFrontendPort object itself.

withPort

public ApplicationGatewayFrontendPort withPort(Integer port)

Set frontend port.

Parameters:

port - the port value to set

Returns:

the ApplicationGatewayFrontendPort object itself.

Applies to