Uses of Class
com.azure.resourcemanager.appservice.models.ComputeModeOptions
-
Packages that use ComputeModeOptions 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 ComputeModeOptions in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ComputeModeOptions Modifier and Type Method Description ComputeModeOptionsStampCapacityInner. computeMode()Get the computeMode property: Shared/dedicated workers.ComputeModeOptionsUsageInner. computeMode()Get the computeMode property: Compute mode used for this usage.ComputeModeOptionsUsageProperties. computeMode()Get the computeMode property: Compute mode used for this usage.ComputeModeOptionsWorkerPool. computeMode()Get the computeMode property: Shared or dedicated app hosting.ComputeModeOptionsWorkerPoolResourceInner. computeMode()Get the computeMode property: Shared or dedicated app hosting.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ComputeModeOptions Modifier and Type Method Description StampCapacityInnerStampCapacityInner. withComputeMode(ComputeModeOptions computeMode)Set the computeMode property: Shared/dedicated workers.WorkerPoolWorkerPool. withComputeMode(ComputeModeOptions computeMode)Set the computeMode property: Shared or dedicated app hosting.WorkerPoolResourceInnerWorkerPoolResourceInner. withComputeMode(ComputeModeOptions computeMode)Set the computeMode property: Shared or dedicated app hosting. -
Uses of ComputeModeOptions in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ComputeModeOptions Modifier and Type Method Description static ComputeModeOptionsComputeModeOptions. fromString(String value)Parses a serialized value to a ComputeModeOptions instance.static ComputeModeOptionsComputeModeOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeModeOptions[]ComputeModeOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-