Interface ApplicationGatewayFrontend

  • All Superinterfaces:
    com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayFrontendIPConfigurationInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ApplicationGateway>, HasPrivateIPAddress, HasPublicIPAddress, com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet, com.microsoft.azure.management.resources.fluentcore.model.Indexable

    public interface ApplicationGatewayFrontend
    extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayFrontendIPConfigurationInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>, HasPrivateIPAddress, com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet, HasPublicIPAddress
    A client-side representation of an application gateway frontend.
    • Method Detail

      • isPublic

        boolean isPublic()
        Returns:
        true if the frontend is accessible via a public IP address, else false
      • isPrivate

        boolean isPrivate()
        Returns:
        true is the frontend is accessible via an private IP address
      • getSubnet

        Subnet getSubnet()
        Returns:
        the associated subnet