Class AssociationProperties

java.lang.Object
com.azure.resourcemanager.servicenetworking.fluent.models.AssociationProperties

public final class AssociationProperties extends Object
Association Properties.
  • Constructor Details

    • AssociationProperties

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

    • associationType

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

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

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

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

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning State.
      Returns:
      the provisioningState value.
    • validate

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