Interface HasPublicIpAddress

All Known Subinterfaces:
ApplicationGatewayFrontend, ApplicationGatewayListener, ApplicationGatewayRequestRoutingRule, LoadBalancerPublicFrontend, NicIpConfiguration

public interface HasPublicIpAddress
An interface representing a model's ability to reference a public IP address.
  • Method Details

    • publicIpAddressId

      String publicIpAddressId()
      Gets the resource ID of the associated public IP address.
      Returns:
      the resource ID of the associated public IP address
    • getPublicIpAddress

      PublicIpAddress getPublicIpAddress()
      Gets the associated public IP address.
      Returns:
      the associated public IP address
    • getPublicIpAddressAsync

      Mono<PublicIpAddress> getPublicIpAddressAsync()
      Gets the associated public IP address.
      Returns:
      the associated public IP address