Uses of Class
com.azure.resourcemanager.appservice.models.ArmPlan
-
Packages that use ArmPlan Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ArmPlan in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ArmPlan Modifier and Type Method Description ArmPlanResponseMessageEnvelopeRemotePrivateEndpointConnection. plan()Get the plan property: Azure resource manager plan.ArmPlanArmPlan. withName(String name)Set the name property: The name.ArmPlanArmPlan. withProduct(String product)Set the product property: The product.ArmPlanArmPlan. withPromotionCode(String promotionCode)Set the promotionCode property: The promotion code.ArmPlanArmPlan. withPublisher(String publisher)Set the publisher property: The publisher.ArmPlanArmPlan. withVersion(String version)Set the version property: Version of product.Methods in com.azure.resourcemanager.appservice.models with parameters of type ArmPlan Modifier and Type Method Description ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponseMessageEnvelopeRemotePrivateEndpointConnection. withPlan(ArmPlan plan)Set the plan property: Azure resource manager plan.
-