Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StampCapacityInner
Packages that use StampCapacityInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of StampCapacityInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type StampCapacityInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<StampCapacityInner> AppServiceEnvironmentsClient.listCapacities
(String resourceGroupName, String name) Get the used, available, and total worker capacity an App Service Environment.com.azure.core.http.rest.PagedIterable
<StampCapacityInner> AppServiceEnvironmentsClient.listCapacities
(String resourceGroupName, String name, com.azure.core.util.Context context) Get the used, available, and total worker capacity an App Service Environment.com.azure.core.http.rest.PagedFlux
<StampCapacityInner> AppServiceEnvironmentsClient.listCapacitiesAsync
(String resourceGroupName, String name) Get the used, available, and total worker capacity an App Service Environment. -
Uses of StampCapacityInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StampCapacityInnerModifier and TypeMethodDescriptionstatic StampCapacityInner
StampCapacityInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StampCapacityInner from the JsonReader.StampCapacityInner.withAvailableCapacity
(Long availableCapacity) Set the availableCapacity property: Available capacity (# of machines, bytes of storage etc...).StampCapacityInner.withComputeMode
(ComputeModeOptions computeMode) Set the computeMode property: Shared/dedicated workers.StampCapacityInner.withExcludeFromCapacityAllocation
(Boolean excludeFromCapacityAllocation) Set the excludeFromCapacityAllocation property: If <code>true</code>, it includes basic apps.StampCapacityInner.withIsApplicableForAllComputeModes
(Boolean isApplicableForAllComputeModes) Set the isApplicableForAllComputeModes property: <code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>.StampCapacityInner.withIsLinux
(Boolean isLinux) Set the isLinux property: Is this a linux stamp capacity.Set the name property: Name of the stamp.StampCapacityInner.withSiteMode
(String siteMode) Set the siteMode property: Shared or Dedicated.StampCapacityInner.withTotalCapacity
(Long totalCapacity) Set the totalCapacity property: Total capacity (# of machines, bytes of storage etc...).Set the unit property: Name of the unit.StampCapacityInner.withWorkerSize
(WorkerSizeOptions workerSize) Set the workerSize property: Size of the machines.StampCapacityInner.withWorkerSizeId
(Integer workerSizeId) Set the workerSizeId property: Size ID of machines: 0 - Small 1 - Medium 2 - Large. -
Uses of StampCapacityInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type StampCapacityInnerModifier and TypeMethodDescriptionStampCapacityCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StampCapacityInnerModifier and TypeMethodDescriptionStampCapacityCollection.withValue
(List<StampCapacityInner> value) Set the value property: Collection of resources.