Class LoadBalancerVipSwapRequestFrontendIpConfigurationProperties

java.lang.Object
com.azure.resourcemanager.network.fluent.models.LoadBalancerVipSwapRequestFrontendIpConfigurationProperties

public final class LoadBalancerVipSwapRequestFrontendIpConfigurationProperties extends Object
The properties of VIP swap request's frontend IP configuration object.
  • Constructor Details

    • LoadBalancerVipSwapRequestFrontendIpConfigurationProperties

      public LoadBalancerVipSwapRequestFrontendIpConfigurationProperties()
      Creates an instance of LoadBalancerVipSwapRequestFrontendIpConfigurationProperties class.
  • Method Details

    • publicIpAddress

      public com.azure.core.management.SubResource publicIpAddress()
      Get the publicIpAddress property: A reference to public IP address resource.
      Returns:
      the publicIpAddress value.
    • withPublicIpAddress

      public LoadBalancerVipSwapRequestFrontendIpConfigurationProperties withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)
      Set the publicIpAddress property: A reference to public IP address resource.
      Parameters:
      publicIpAddress - the publicIpAddress value to set.
      Returns:
      the LoadBalancerVipSwapRequestFrontendIpConfigurationProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.