Class AssociationUpdateProperties

java.lang.Object
com.azure.resourcemanager.servicenetworking.models.AssociationUpdateProperties

public final class AssociationUpdateProperties extends Object
The updatable properties of the Association.
  • Constructor Details

    • AssociationUpdateProperties

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

    • associationType

      public AssociationType associationType()
      Get the associationType property: Association Type.
      Returns:
      the associationType value.
    • withAssociationType

      public AssociationUpdateProperties withAssociationType(AssociationType associationType)
      Set the associationType property: Association Type.
      Parameters:
      associationType - the associationType value to set.
      Returns:
      the AssociationUpdateProperties object itself.
    • subnet

      public AssociationSubnet subnet()
      Get the subnet property: Association Subnet.
      Returns:
      the subnet value.
    • withSubnet

      public AssociationUpdateProperties withSubnet(AssociationSubnet subnet)
      Set the subnet property: Association Subnet.
      Parameters:
      subnet - the subnet value to set.
      Returns:
      the AssociationUpdateProperties object itself.
    • validate

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