Class TrafficControllerInner

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

public final class TrafficControllerInner extends com.azure.core.management.Resource
Concrete tracked resource types can be created by aliasing this type using a specific property type.
  • Constructor Details

    • TrafficControllerInner

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

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

      public List<String> configurationEndpoints()
      Get the configurationEndpoints property: Configuration Endpoints.
      Returns:
      the configurationEndpoints value.
    • frontends

      public List<ResourceId> frontends()
      Get the frontends property: Frontends References List.
      Returns:
      the frontends value.
    • associations

      public List<ResourceId> associations()
      Get the associations property: Associations References List.
      Returns:
      the associations value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The status of the last operation.
      Returns:
      the provisioningState value.
    • validate

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