Class IntegrationAccountProperties

java.lang.Object
com.azure.resourcemanager.logic.fluent.models.IntegrationAccountProperties

public final class IntegrationAccountProperties extends Object
The integration account properties.
  • Constructor Details

    • IntegrationAccountProperties

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

    • integrationServiceEnvironment

      public ResourceReference integrationServiceEnvironment()
      Get the integrationServiceEnvironment property: The integration service environment.
      Returns:
      the integrationServiceEnvironment value.
    • withIntegrationServiceEnvironment

      public IntegrationAccountProperties withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment)
      Set the integrationServiceEnvironment property: The integration service environment.
      Parameters:
      integrationServiceEnvironment - the integrationServiceEnvironment value to set.
      Returns:
      the IntegrationAccountProperties object itself.
    • state

      public WorkflowState state()
      Get the state property: The workflow state.
      Returns:
      the state value.
    • withState

      public IntegrationAccountProperties withState(WorkflowState state)
      Set the state property: The workflow state.
      Parameters:
      state - the state value to set.
      Returns:
      the IntegrationAccountProperties object itself.
    • validate

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