Uses of Class
com.azure.resourcemanager.appservice.models.ResourceScopeType
Packages that use ResourceScopeType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 ResourceScopeTypeModifier and TypeMethodDescriptionRecommendationInner.resourceScope()Get the resourceScope property: Name of a resource type this recommendation applies, e.g.RecommendationProperties.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 ResourceScopeTypeModifier and TypeMethodDescriptionRecommendationInner.withResourceScope(ResourceScopeType resourceScope) Set the resourceScope property: Name of a resource type this recommendation applies, e.g.RecommendationProperties.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 ResourceScopeTypeModifier and TypeFieldDescriptionstatic final ResourceScopeTypeResourceScopeType.SERVER_FARMStatic value ServerFarm for ResourceScopeType.static final ResourceScopeTypeResourceScopeType.SUBSCRIPTIONStatic value Subscription for ResourceScopeType.static final ResourceScopeTypeResourceScopeType.WEB_SITEStatic value WebSite for ResourceScopeType.Methods in com.azure.resourcemanager.appservice.models that return ResourceScopeTypeModifier and TypeMethodDescriptionstatic 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 ResourceScopeTypeModifier and TypeMethodDescriptionstatic Collection<ResourceScopeType>ResourceScopeType.values()Gets known ResourceScopeType values.