ArmAppPlatformModelFactory.AppPlatformSkuCapacity Method
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.
Initializes a new instance of AppPlatformSkuCapacity.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapacity AppPlatformSkuCapacity (int minimum = 0, int? maximum = default, int? default = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuScaleType? scaleType = default);
static member AppPlatformSkuCapacity : int * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuScaleType> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapacity
Public Shared Function AppPlatformSkuCapacity (Optional minimum As Integer = 0, Optional maximum As Nullable(Of Integer) = Nothing, Optional default As Nullable(Of Integer) = Nothing, Optional scaleType As Nullable(Of AppPlatformSkuScaleType) = Nothing) As AppPlatformSkuCapacity
Parameters
- minimum
- Int32
Gets or sets the minimum.
- scaleType
- Nullable<AppPlatformSkuScaleType>
Gets or sets the type of the scale.
Returns
A new AppPlatformSkuCapacity instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET