java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.servicenetworking.fluent.models.FrontendInner

public final class FrontendInner extends com.azure.core.management.Resource
Frontend Subresource of Traffic Controller.
  • Constructor Details

    • FrontendInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • withLocation

      public FrontendInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public FrontendInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • mode

      public FrontendMode mode()
      Get the mode property: Frontend Mode (Optional).
      Returns:
      the mode value.
    • withMode

      public FrontendInner withMode(FrontendMode mode)
      Set the mode property: Frontend Mode (Optional).
      Parameters:
      mode - the mode value to set.
      Returns:
      the FrontendInner object itself.
    • ipAddressVersion

      public FrontendIpAddressVersion ipAddressVersion()
      Get the ipAddressVersion property: Frontend IP Address Version (Optional).
      Returns:
      the ipAddressVersion value.
    • withIpAddressVersion

      public FrontendInner withIpAddressVersion(FrontendIpAddressVersion ipAddressVersion)
      Set the ipAddressVersion property: Frontend IP Address Version (Optional).
      Parameters:
      ipAddressVersion - the ipAddressVersion value to set.
      Returns:
      the FrontendInner object itself.
    • publicIpAddress

      public FrontendPropertiesIpAddress publicIpAddress()
      Get the publicIpAddress property: Frontend Public IP Address (Optional).
      Returns:
      the publicIpAddress value.
    • withPublicIpAddress

      public FrontendInner withPublicIpAddress(FrontendPropertiesIpAddress publicIpAddress)
      Set the publicIpAddress property: Frontend Public IP Address (Optional).
      Parameters:
      publicIpAddress - the publicIpAddress value to set.
      Returns:
      the FrontendInner object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: test doc.
      Returns:
      the provisioningState value.
    • validate

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