Class ApplicationGatewayListenerPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayListenerPropertiesFormat
Properties of listener of an application gateway.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayListenerPropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.management.SubResourceGet the frontendIpConfiguration property: Frontend IP configuration resource of an application gateway.com.azure.core.management.SubResourceGet the frontendPort property: Frontend port resource of an application gateway.protocol()Get the protocol property: Protocol of the listener.Get the provisioningState property: The provisioning state of the listener resource.com.azure.core.management.SubResourceGet the sslCertificate property: SSL certificate resource of an application gateway.com.azure.core.management.SubResourceGet the sslProfile property: SSL profile resource of the application gateway.voidvalidate()Validates the instance.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) Set the frontendIpConfiguration property: Frontend IP configuration resource of an application gateway.withFrontendPort(com.azure.core.management.SubResource frontendPort) Set the frontendPort property: Frontend port resource of an application gateway.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: Protocol of the listener.withSslCertificate(com.azure.core.management.SubResource sslCertificate) Set the sslCertificate property: SSL certificate resource of an application gateway.withSslProfile(com.azure.core.management.SubResource sslProfile) Set the sslProfile property: SSL profile resource of the application gateway.
-
Constructor Details
-
ApplicationGatewayListenerPropertiesFormat
public ApplicationGatewayListenerPropertiesFormat()Creates an instance of ApplicationGatewayListenerPropertiesFormat class.
-
-
Method Details
-
frontendIpConfiguration
public com.azure.core.management.SubResource frontendIpConfiguration()Get the frontendIpConfiguration property: Frontend IP configuration resource of an application gateway.- Returns:
- the frontendIpConfiguration value.
-
withFrontendIpConfiguration
public ApplicationGatewayListenerPropertiesFormat withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) Set the frontendIpConfiguration property: Frontend IP configuration resource of an application gateway.- Parameters:
frontendIpConfiguration- the frontendIpConfiguration value to set.- Returns:
- the ApplicationGatewayListenerPropertiesFormat object itself.
-
frontendPort
public com.azure.core.management.SubResource frontendPort()Get the frontendPort property: Frontend port resource of an application gateway.- Returns:
- the frontendPort value.
-
withFrontendPort
public ApplicationGatewayListenerPropertiesFormat withFrontendPort(com.azure.core.management.SubResource frontendPort) Set the frontendPort property: Frontend port resource of an application gateway.- Parameters:
frontendPort- the frontendPort value to set.- Returns:
- the ApplicationGatewayListenerPropertiesFormat object itself.
-
protocol
Get the protocol property: Protocol of the listener.- Returns:
- the protocol value.
-
withProtocol
Set the protocol property: Protocol of the listener.- Parameters:
protocol- the protocol value to set.- Returns:
- the ApplicationGatewayListenerPropertiesFormat object itself.
-
sslCertificate
public com.azure.core.management.SubResource sslCertificate()Get the sslCertificate property: SSL certificate resource of an application gateway.- Returns:
- the sslCertificate value.
-
withSslCertificate
public ApplicationGatewayListenerPropertiesFormat withSslCertificate(com.azure.core.management.SubResource sslCertificate) Set the sslCertificate property: SSL certificate resource of an application gateway.- Parameters:
sslCertificate- the sslCertificate value to set.- Returns:
- the ApplicationGatewayListenerPropertiesFormat object itself.
-
sslProfile
public com.azure.core.management.SubResource sslProfile()Get the sslProfile property: SSL profile resource of the application gateway.- Returns:
- the sslProfile value.
-
withSslProfile
public ApplicationGatewayListenerPropertiesFormat withSslProfile(com.azure.core.management.SubResource sslProfile) Set the sslProfile property: SSL profile resource of the application gateway.- Parameters:
sslProfile- the sslProfile value to set.- Returns:
- the ApplicationGatewayListenerPropertiesFormat object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the listener resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-