| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
StampCapacityInner |
StampCapacityInner.withAvailableCapacity(Long availableCapacity)
Set the availableCapacity property: Available capacity (# of machines, bytes of storage etc...).
|
StampCapacityInner |
StampCapacityInner.withComputeMode(ComputeModeOptions computeMode)
Set the computeMode property: Shared/dedicated workers.
|
StampCapacityInner |
StampCapacityInner.withExcludeFromCapacityAllocation(Boolean excludeFromCapacityAllocation)
Set the excludeFromCapacityAllocation property: If <code>true</code>, it includes basic apps.
|
StampCapacityInner |
StampCapacityInner.withIsApplicableForAllComputeModes(Boolean isApplicableForAllComputeModes)
Set the isApplicableForAllComputeModes property: <code>true</code> if capacity is applicable for all
apps; otherwise, <code>false</code>.
|
StampCapacityInner |
StampCapacityInner.withIsLinux(Boolean isLinux)
Set the isLinux property: Is this a linux stamp capacity.
|
StampCapacityInner |
StampCapacityInner.withName(String name)
Set the name property: Name of the stamp.
|
StampCapacityInner |
StampCapacityInner.withSiteMode(String siteMode)
Set the siteMode property: Shared or Dedicated.
|
StampCapacityInner |
StampCapacityInner.withTotalCapacity(Long totalCapacity)
Set the totalCapacity property: Total capacity (# of machines, bytes of storage etc...).
|
StampCapacityInner |
StampCapacityInner.withUnit(String unit)
Set the unit property: Name of the unit.
|
StampCapacityInner |
StampCapacityInner.withWorkerSize(WorkerSizeOptions workerSize)
Set the workerSize property: Size of the machines.
|
StampCapacityInner |
StampCapacityInner.withWorkerSizeId(Integer workerSizeId)
Set the workerSizeId property: Size ID of machines: 0 - Small 1 - Medium 2 - Large.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.