Uses of Class
com.azure.resourcemanager.resources.models.Plan
-
Packages that use Plan Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of Plan in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return Plan Modifier and Type Method Description PlanGenericResourceInner. plan()Get the plan property: The plan of the resource.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type Plan Modifier and Type Method Description GenericResourceExpandedInnerGenericResourceExpandedInner. withPlan(Plan plan)Set the plan property: The plan of the resource.GenericResourceInnerGenericResourceInner. withPlan(Plan plan)Set the plan property: The plan of the resource. -
Uses of Plan in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return Plan Modifier and Type Method Description PlanGenericResource. plan()PlanPlan. withName(String name)Set the name property: The plan ID.PlanPlan. withProduct(String product)Set the product property: The offer ID.PlanPlan. withPromotionCode(String promotionCode)Set the promotionCode property: The promotion code.PlanPlan. withPublisher(String publisher)Set the publisher property: The publisher ID.PlanPlan. withVersion(String version)Set the version property: The plan's version.Methods in com.azure.resourcemanager.resources.models with parameters of type Plan Modifier and Type Method Description GenericResource.DefinitionStages.WithCreateGenericResource.DefinitionStages.WithPlan. withPlan(Plan plan)Specifies the plan of the resource.GenericResource.UpdateGenericResource.UpdateStages.WithPlan. withPlan(Plan plan)Specifies the plan of the resource.
-