ArmDataMigrationModelFactory.ResourceSkuCapacity 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 ResourceSkuCapacity.
public static Azure.ResourceManager.DataMigration.Models.ResourceSkuCapacity ResourceSkuCapacity (long? minimum = default, long? maximum = default, long? default = default, Azure.ResourceManager.DataMigration.Models.ResourceSkuCapacityScaleType? scaleType = default);
static member ResourceSkuCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<Azure.ResourceManager.DataMigration.Models.ResourceSkuCapacityScaleType> -> Azure.ResourceManager.DataMigration.Models.ResourceSkuCapacity
Public Shared Function ResourceSkuCapacity (Optional minimum As Nullable(Of Long) = Nothing, Optional maximum As Nullable(Of Long) = Nothing, Optional default As Nullable(Of Long) = Nothing, Optional scaleType As Nullable(Of ResourceSkuCapacityScaleType) = Nothing) As ResourceSkuCapacity
Parameters
- scaleType
- Nullable<ResourceSkuCapacityScaleType>
The scale type applicable to the SKU.
Returns
A new ResourceSkuCapacity instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET