StampCapacity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stamp capacity information.
public class StampCapacity
type StampCapacity = class
Public Class StampCapacity
- Inheritance
-
StampCapacity
Constructors
StampCapacity() |
Initializes a new instance of the StampCapacity class. |
StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>) |
Initializes a new instance of the StampCapacity class. |
Properties
AvailableCapacity |
Gets or sets available capacity (# of machines, bytes of storage etc...). |
ComputeMode |
Gets or sets shared/dedicated workers. Possible values include: 'Shared', 'Dedicated', 'Dynamic' |
ExcludeFromCapacityAllocation |
Gets or sets if <code>true</code>, it includes basic apps. Basic apps are not used for capacity allocation. |
IsApplicableForAllComputeModes |
Gets or sets <code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>. |
IsLinux |
Gets or sets is this a linux stamp capacity |
Name |
Gets or sets name of the stamp. |
SiteMode |
Gets or sets shared or Dedicated. |
TotalCapacity |
Gets or sets total capacity (# of machines, bytes of storage etc...). |
Unit |
Gets or sets name of the unit. |
WorkerSize |
Gets or sets size of the machines. Possible values include: 'Small', 'Medium', 'Large', 'D1', 'D2', 'D3', 'NestedSmall', 'Default' |
WorkerSizeId |
Gets or sets size ID of machines: 0 - Small 1 - Medium 2 - Large |
Applies to
Azure SDK for .NET