java.lang.Object
org.jclouds.azurecompute.arm.domain.Plan

public abstract class Plan extends Object
Plan
  • Constructor Details

    • Plan

      public Plan()
  • Method Details

    • publisher

      public abstract String publisher()
      The publisher of the Plan
    • name

      public abstract String name()
      The name of the Plan
    • product

      public abstract String product()
      The product of the Plan
    • create

      public static Plan create(String publisher, String name, String product)