Class IntegrationAccountSessionInner

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

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

    • IntegrationAccountSessionInner

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

    • withLocation

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

      Overrides:
      withTags in class com.azure.core.management.Resource
    • createdTime

      public OffsetDateTime createdTime()
      Get the createdTime property: The created time.
      Returns:
      the createdTime value.
    • changedTime

      public OffsetDateTime changedTime()
      Get the changedTime property: The changed time.
      Returns:
      the changedTime value.
    • content

      public Object content()
      Get the content property: The session content.
      Returns:
      the content value.
    • withContent

      public IntegrationAccountSessionInner withContent(Object content)
      Set the content property: The session content.
      Parameters:
      content - the content value to set.
      Returns:
      the IntegrationAccountSessionInner object itself.
    • validate

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