ArmMachineLearningModelFactory.MachineLearningSkuCapacity 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 MachineLearningSkuCapacity.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuCapacity MachineLearningSkuCapacity (int? minimum = default, int? maximum = default, int? default = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuScaleType? scaleType = default);
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuCapacity MachineLearningSkuCapacity (int? default = default, int? maximum = default, int? minimum = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuScaleType? scaleType = default);
static member MachineLearningSkuCapacity : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuScaleType> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuCapacity
static member MachineLearningSkuCapacity : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuScaleType> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuCapacity
Public Shared Function MachineLearningSkuCapacity (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 MachineLearningSkuScaleType) = Nothing) As MachineLearningSkuCapacity
Public Shared Function MachineLearningSkuCapacity (Optional default As Nullable(Of Integer) = Nothing, Optional maximum As Nullable(Of Integer) = Nothing, Optional minimum As Nullable(Of Integer) = Nothing, Optional scaleType As Nullable(Of MachineLearningSkuScaleType) = Nothing) As MachineLearningSkuCapacity
Parameters
- scaleType
- Nullable<MachineLearningSkuScaleType>
Gets or sets the type of the scale.
Returns
A new MachineLearningSkuCapacity 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