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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET