Uses of Class
com.azure.resourcemanager.appservice.models.ResourceScopeType
-
Packages that use ResourceScopeType 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 ResourceScopeType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ResourceScopeType Modifier and Type Method Description ResourceScopeTypeRecommendationInner. resourceScope()Get the resourceScope property: Name of a resource type this recommendation applies, e.g.ResourceScopeTypeRecommendationProperties. resourceScope()Get the resourceScope property: Name of a resource type this recommendation applies, e.g.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ResourceScopeType Modifier and Type Method Description RecommendationInnerRecommendationInner. withResourceScope(ResourceScopeType resourceScope)Set the resourceScope property: Name of a resource type this recommendation applies, e.g.RecommendationPropertiesRecommendationProperties. withResourceScope(ResourceScopeType resourceScope)Set the resourceScope property: Name of a resource type this recommendation applies, e.g. -
Uses of ResourceScopeType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as ResourceScopeType Modifier and Type Field Description static ResourceScopeTypeResourceScopeType. SERVER_FARMStatic value ServerFarm for ResourceScopeType.static ResourceScopeTypeResourceScopeType. SUBSCRIPTIONStatic value Subscription for ResourceScopeType.static ResourceScopeTypeResourceScopeType. WEB_SITEStatic value WebSite for ResourceScopeType.Methods in com.azure.resourcemanager.appservice.models that return ResourceScopeType Modifier and Type Method Description static ResourceScopeTypeResourceScopeType. fromString(String name)Creates or finds a ResourceScopeType from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ResourceScopeType Modifier and Type Method Description static Collection<ResourceScopeType>ResourceScopeType. values()
-