Uses of Class
com.azure.resourcemanager.appservice.models.AppServicePlanRestrictions
-
Packages that use AppServicePlanRestrictions Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AppServicePlanRestrictions in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AppServicePlanRestrictions Modifier and Type Method Description AppServicePlanRestrictionsPremierAddOnOfferInner. webHostingPlanRestrictions()Get the webHostingPlanRestrictions property: App Service plans this offer is restricted to.AppServicePlanRestrictionsPremierAddOnOfferProperties. webHostingPlanRestrictions()Get the webHostingPlanRestrictions property: App Service plans this offer is restricted to.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AppServicePlanRestrictions Modifier and Type Method Description PremierAddOnOfferInnerPremierAddOnOfferInner. withWebHostingPlanRestrictions(AppServicePlanRestrictions webHostingPlanRestrictions)Set the webHostingPlanRestrictions property: App Service plans this offer is restricted to.PremierAddOnOfferPropertiesPremierAddOnOfferProperties. withWebHostingPlanRestrictions(AppServicePlanRestrictions webHostingPlanRestrictions)Set the webHostingPlanRestrictions property: App Service plans this offer is restricted to. -
Uses of AppServicePlanRestrictions in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AppServicePlanRestrictions Modifier and Type Method Description static AppServicePlanRestrictionsAppServicePlanRestrictions. fromString(String value)Parses a serialized value to a AppServicePlanRestrictions instance.static AppServicePlanRestrictionsAppServicePlanRestrictions. valueOf(String name)Returns the enum constant of this type with the specified name.static AppServicePlanRestrictions[]AppServicePlanRestrictions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-