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

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

    • AssociationInner

      public AssociationInner()
      Creates an instance of AssociationInner 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 AssociationInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

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

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

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

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

      public AssociationInner withSubnet(AssociationSubnet subnet)
      Set the subnet property: Association Subnet.
      Parameters:
      subnet - the subnet value to set.
      Returns:
      the AssociationInner 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.