Class ApplicationGatewayFrontendPortPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayFrontendPortPropertiesFormat
Properties of Frontend port of an application gateway.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayFrontendPortPropertiesFormat class. -
Method Summary
-
Constructor Details
-
ApplicationGatewayFrontendPortPropertiesFormat
public ApplicationGatewayFrontendPortPropertiesFormat()Creates an instance of ApplicationGatewayFrontendPortPropertiesFormat class.
-
-
Method Details
-
port
Get the port property: Frontend port.- Returns:
- the port value.
-
withPort
Set the port property: Frontend port.- Parameters:
port- the port value to set.- Returns:
- the ApplicationGatewayFrontendPortPropertiesFormat object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the frontend port resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-