Class IntegrationAccountPartnerInner

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

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

    • IntegrationAccountPartnerInner

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

    • withLocation

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

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

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

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

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

      public IntegrationAccountPartnerInner withContent(PartnerContent content)
      Set the content property: The partner content.
      Parameters:
      content - the content value to set.
      Returns:
      the IntegrationAccountPartnerInner object itself.
    • validate

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