Class IntegrationAccountInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.logic.fluent.models.IntegrationAccountInner

public final class IntegrationAccountInner extends com.azure.core.management.Resource
The integration account.
  • Constructor Details

    • IntegrationAccountInner

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

    • sku

      public IntegrationAccountSku sku()
      Get the sku property: The sku.
      Returns:
      the sku value.
    • withSku

      Set the sku property: The sku.
      Parameters:
      sku - the sku value to set.
      Returns:
      the IntegrationAccountInner object itself.
    • withLocation

      public IntegrationAccountInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

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

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

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

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

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

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