Uses of Enum
com.azure.resourcemanager.appservice.models.AppServicePlanRestrictions
Packages that use AppServicePlanRestrictions
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 AppServicePlanRestrictionsModifier and TypeMethodDescriptionPremierAddOnOfferInner.webHostingPlanRestrictions()
Get the webHostingPlanRestrictions property: App Service plans this offer is restricted to.PremierAddOnOfferProperties.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 AppServicePlanRestrictionsModifier and TypeMethodDescriptionPremierAddOnOfferInner.withWebHostingPlanRestrictions
(AppServicePlanRestrictions webHostingPlanRestrictions) Set the webHostingPlanRestrictions property: App Service plans this offer is restricted to.PremierAddOnOfferProperties.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 AppServicePlanRestrictionsModifier and TypeMethodDescriptionstatic AppServicePlanRestrictions
AppServicePlanRestrictions.fromString
(String value) Parses a serialized value to a AppServicePlanRestrictions instance.static AppServicePlanRestrictions
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.