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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET