Uses of Class
com.azure.resourcemanager.appservice.models.ResourceConfig
Packages that use ResourceConfig
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ResourceConfig in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ResourceConfigModifier and TypeMethodDescriptionSiteInner.resourceConfig()
Get the resourceConfig property: Function app resource requirements.SitePropertiesInner.resourceConfig()
Get the resourceConfig property: Function app resource requirements.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ResourceConfigModifier and TypeMethodDescriptionSiteInner.withResourceConfig
(ResourceConfig resourceConfig) Set the resourceConfig property: Function app resource requirements.SitePropertiesInner.withResourceConfig
(ResourceConfig resourceConfig) Set the resourceConfig property: Function app resource requirements. -
Uses of ResourceConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ResourceConfigModifier and TypeMethodDescriptionstatic ResourceConfig
ResourceConfig.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceConfig from the JsonReader.Set the cpu property: Required CPU in cores, e.g. 0.5.ResourceConfig.withMemory
(String memory) Set the memory property: Required memory, e.g. "1Gi".