Class ApplicationGatewayFrontendPort
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get a unique read-only string that changes whenever the resource is updated.name()
Get name of the frontend port that is unique within an Application Gateway.port()
Get frontend port.Get the provisioning state of the frontend port resource.type()
Get type of the resource.Set name of the frontend port that is unique within an Application Gateway.Set frontend port.Methods inherited from class com.microsoft.azure.SubResource
id, withId
-
Constructor Details
-
ApplicationGatewayFrontendPort
public ApplicationGatewayFrontendPort()
-
-
Method Details
-
port
Get frontend port.- Returns:
- the port value
-
withPort
Set frontend port.- Parameters:
port
- the port value to set- Returns:
- the ApplicationGatewayFrontendPort object itself.
-
provisioningState
Get the provisioning state of the frontend port resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
name
Get name of the frontend port that is unique within an Application Gateway.- Returns:
- the name value
-
withName
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.
-
etag
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-
type
Get type of the resource.- Returns:
- the type value
-