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