Uses of Class
com.azure.resourcemanager.appservice.models.WorkerSizeOptions
-
Packages that use WorkerSizeOptions 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 WorkerSizeOptions in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkerSizeOptions Modifier and Type Method Description WorkerSizeOptionsStampCapacityInner. workerSize()Get the workerSize property: Size of the machines.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type WorkerSizeOptions Modifier and Type Method Description StampCapacityInnerStampCapacityInner. withWorkerSize(WorkerSizeOptions workerSize)Set the workerSize property: Size of the machines. -
Uses of WorkerSizeOptions in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return WorkerSizeOptions Modifier and Type Method Description static WorkerSizeOptionsWorkerSizeOptions. fromString(String value)Parses a serialized value to a WorkerSizeOptions instance.static WorkerSizeOptionsWorkerSizeOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkerSizeOptions[]WorkerSizeOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-