Class PartnerContent

java.lang.Object
com.azure.resourcemanager.logic.models.PartnerContent

public final class PartnerContent extends Object
The integration account partner content.
  • Constructor Details

    • PartnerContent

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

    • b2B

      public B2BPartnerContent b2B()
      Get the b2B property: The B2B partner content.
      Returns:
      the b2B value.
    • withB2B

      public PartnerContent withB2B(B2BPartnerContent b2B)
      Set the b2B property: The B2B partner content.
      Parameters:
      b2B - the b2B value to set.
      Returns:
      the PartnerContent object itself.
    • validate

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