Class ResourceModelWithAllowedPropertySetPlan

java.lang.Object
com.azure.resourcemanager.desktopvirtualization.models.Plan
com.azure.resourcemanager.desktopvirtualization.models.ResourceModelWithAllowedPropertySetPlan

public final class ResourceModelWithAllowedPropertySetPlan extends Plan
The ResourceModelWithAllowedPropertySetPlan model.
  • Constructor Details

    • ResourceModelWithAllowedPropertySetPlan

      public ResourceModelWithAllowedPropertySetPlan()
  • Method Details

    • withName

      Set the name property: A user defined name of the 3rd Party Artifact that is being procured.
      Overrides:
      withName in class Plan
      Parameters:
      name - the name value to set.
      Returns:
      the Plan object itself.
    • withPublisher

      public ResourceModelWithAllowedPropertySetPlan withPublisher(String publisher)
      Set the publisher property: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic.
      Overrides:
      withPublisher in class Plan
      Parameters:
      publisher - the publisher value to set.
      Returns:
      the Plan object itself.
    • withProduct

      public ResourceModelWithAllowedPropertySetPlan withProduct(String product)
      Set the product property: The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
      Overrides:
      withProduct in class Plan
      Parameters:
      product - the product value to set.
      Returns:
      the Plan object itself.
    • withPromotionCode

      public ResourceModelWithAllowedPropertySetPlan withPromotionCode(String promotionCode)
      Set the promotionCode property: A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
      Overrides:
      withPromotionCode in class Plan
      Parameters:
      promotionCode - the promotionCode value to set.
      Returns:
      the Plan object itself.
    • withVersion

      public ResourceModelWithAllowedPropertySetPlan withVersion(String version)
      Set the version property: The version of the desired product/artifact.
      Overrides:
      withVersion in class Plan
      Parameters:
      version - the version value to set.
      Returns:
      the Plan object itself.
    • validate

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