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
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