Class ApplicationGatewayFrontendPortPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ApplicationGatewayFrontendPortPropertiesFormat
-
public final class ApplicationGatewayFrontendPortPropertiesFormat extends Object
Properties of Frontend port of an application gateway.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayFrontendPortPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerport()Get the port property: Frontend port.ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the frontend port resource.voidvalidate()Validates the instance.ApplicationGatewayFrontendPortPropertiesFormatwithPort(Integer port)Set the port property: Frontend port.
-
-
-
Method Detail
-
port
public Integer port()
Get the port property: Frontend port.- Returns:
- the port value.
-
withPort
public ApplicationGatewayFrontendPortPropertiesFormat withPort(Integer port)
Set the port property: Frontend port.- Parameters:
port- the port value to set.- Returns:
- the ApplicationGatewayFrontendPortPropertiesFormat object itself.
-
provisioningState
public ProvisioningState 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.
-
-