Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StampCapacityInner
-
Packages that use StampCapacityInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.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 StampCapacityInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type StampCapacityInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<StampCapacityInner>AppServiceEnvironmentsClient. listCapacities(String resourceGroupName, String name)Description for 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)Description for 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)Description for 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 StampCapacityInner Modifier and Type Method Description StampCapacityInnerStampCapacityInner. withAvailableCapacity(Long availableCapacity)Set the availableCapacity property: Available capacity (# of machines, bytes of storage etc...).StampCapacityInnerStampCapacityInner. withComputeMode(ComputeModeOptions computeMode)Set the computeMode property: Shared/dedicated workers.StampCapacityInnerStampCapacityInner. withExcludeFromCapacityAllocation(Boolean excludeFromCapacityAllocation)Set the excludeFromCapacityAllocation property: If <code>true</code>, it includes basic apps.StampCapacityInnerStampCapacityInner. withIsApplicableForAllComputeModes(Boolean isApplicableForAllComputeModes)Set the isApplicableForAllComputeModes property: <code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>.StampCapacityInnerStampCapacityInner. withIsLinux(Boolean isLinux)Set the isLinux property: Is this a linux stamp capacity.StampCapacityInnerStampCapacityInner. withName(String name)Set the name property: Name of the stamp.StampCapacityInnerStampCapacityInner. withSiteMode(String siteMode)Set the siteMode property: Shared or Dedicated.StampCapacityInnerStampCapacityInner. withTotalCapacity(Long totalCapacity)Set the totalCapacity property: Total capacity (# of machines, bytes of storage etc...).StampCapacityInnerStampCapacityInner. withUnit(String unit)Set the unit property: Name of the unit.StampCapacityInnerStampCapacityInner. withWorkerSize(WorkerSizeOptions workerSize)Set the workerSize property: Size of the machines.StampCapacityInnerStampCapacityInner. 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 StampCapacityInner Modifier and Type Method Description List<StampCapacityInner>StampCapacityCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StampCapacityInner Modifier and Type Method Description StampCapacityCollectionStampCapacityCollection. withValue(List<StampCapacityInner> value)Set the value property: Collection of resources.
-