Class IntegrationAccountPartnerProperties

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

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

    • IntegrationAccountPartnerProperties

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

    • partnerType

      public PartnerType partnerType()
      Get the partnerType property: The partner type.
      Returns:
      the partnerType value.
    • withPartnerType

      public IntegrationAccountPartnerProperties withPartnerType(PartnerType partnerType)
      Set the partnerType property: The partner type.
      Parameters:
      partnerType - the partnerType value to set.
      Returns:
      the IntegrationAccountPartnerProperties object itself.
    • 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.
    • metadata

      public Object metadata()
      Get the metadata property: The metadata.
      Returns:
      the metadata value.
    • withMetadata

      public IntegrationAccountPartnerProperties withMetadata(Object metadata)
      Set the metadata property: The metadata.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the IntegrationAccountPartnerProperties object itself.
    • content

      public PartnerContent content()
      Get the content property: The partner content.
      Returns:
      the content value.
    • withContent

      Set the content property: The partner content.
      Parameters:
      content - the content value to set.
      Returns:
      the IntegrationAccountPartnerProperties object itself.
    • validate

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