SkuCapacity Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
SkuCapacity() |
Initialiseert een nieuw exemplaar van de klasse SKUCapacity. |
SkuCapacity(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
Initialiseert een nieuw exemplaar van de klasse SKUCapacity. |
SkuCapacity()
Initialiseert een nieuw exemplaar van de klasse SKUCapacity.
public SkuCapacity ();
Public Sub New ()
Van toepassing op
SkuCapacity(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
Initialiseert een nieuw exemplaar van de klasse SKUCapacity.
public SkuCapacity (int? minimum = default, int? maximum = default, int? defaultProperty = default, string scaleType = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SkuCapacity : Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.SkuCapacity
Public Sub New (Optional minimum As Nullable(Of Integer) = Nothing, Optional maximum As Nullable(Of Integer) = Nothing, Optional defaultProperty As Nullable(Of Integer) = Nothing, Optional scaleType As String = Nothing)
Parameters
- scaleType
- String
Beschikbare schaalconfiguraties voor een App Service-plan.
Van toepassing op
Azure SDK for .NET