Uses of Class
com.azure.resourcemanager.containerservice.models.PurchasePlan
-
Packages that use PurchasePlan Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of PurchasePlan in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PurchasePlan Modifier and Type Method Description PurchasePlanOpenShiftManagedClusterInner. plan()Get the plan property: Define the resource plan as required by ARM for billing purposes.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type PurchasePlan Modifier and Type Method Description OpenShiftManagedClusterInnerOpenShiftManagedClusterInner. withPlan(PurchasePlan plan)Set the plan property: Define the resource plan as required by ARM for billing purposes. -
Uses of PurchasePlan in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return PurchasePlan Modifier and Type Method Description PurchasePlanPurchasePlan. withName(String name)Set the name property: The plan ID.PurchasePlanPurchasePlan. withProduct(String product)Set the product property: Specifies the product of the image from the marketplace.PurchasePlanPurchasePlan. withPromotionCode(String promotionCode)Set the promotionCode property: The promotion code.PurchasePlanPurchasePlan. withPublisher(String publisher)Set the publisher property: The plan ID.
-