ArmApiManagementModelFactory.ApiManagementSkuCapacity 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 ApiManagementSkuCapacity.
public static Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuCapacity ApiManagementSkuCapacity (int? minimum = default, int? maximum = default, int? default = default, Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuCapacityScaleType? scaleType = default);
static member ApiManagementSkuCapacity : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuCapacityScaleType> -> Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuCapacity
Public Shared Function ApiManagementSkuCapacity (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 ApiManagementSkuCapacityScaleType) = Nothing) As ApiManagementSkuCapacity
Parameters
- scaleType
- Nullable<ApiManagementSkuCapacityScaleType>
The scale type applicable to the sku.
Returns
A new ApiManagementSkuCapacity instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET