StampCapacity Constructors
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.
Overloads
StampCapacity()
public StampCapacity ();
Public Sub New ()
Applies to
StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String)
public StampCapacity (string name = default, long? availableCapacity = default, long? totalCapacity = default, string unit = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ComputeModeOptions? computeMode = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.WorkerSizeOptions? workerSize = default, int? workerSizeId = default, bool? excludeFromCapacityAllocation = default, bool? isApplicableForAllComputeModes = default, string siteMode = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.StampCapacity : string * Nullable<int64> * Nullable<int64> * string * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ComputeModeOptions> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.WorkerSizeOptions> * Nullable<int> * Nullable<bool> * Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.StampCapacity
Public Sub New (Optional name As String = Nothing, Optional availableCapacity As Nullable(Of Long) = Nothing, Optional totalCapacity As Nullable(Of Long) = Nothing, Optional unit As String = Nothing, Optional computeMode As Nullable(Of ComputeModeOptions) = Nothing, Optional workerSize As Nullable(Of WorkerSizeOptions) = Nothing, Optional workerSizeId As Nullable(Of Integer) = Nothing, Optional excludeFromCapacityAllocation As Nullable(Of Boolean) = Nothing, Optional isApplicableForAllComputeModes As Nullable(Of Boolean) = Nothing, Optional siteMode As String = Nothing)
Parameters
- name
- String
- unit
- String
- computeMode
- Nullable<ComputeModeOptions>
- workerSize
- Nullable<WorkerSizeOptions>
- siteMode
- String