ArmCognitiveServicesModelFactory.CognitiveServicesAccountDeploymentScaleSettings 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 CognitiveServicesAccountDeploymentScaleSettings.
public static Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentScaleSettings CognitiveServicesAccountDeploymentScaleSettings (Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentScaleType? scaleType = default, int? capacity = default, int? activeCapacity = default);
static member CognitiveServicesAccountDeploymentScaleSettings : Nullable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentScaleType> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentScaleSettings
Public Shared Function CognitiveServicesAccountDeploymentScaleSettings (Optional scaleType As Nullable(Of CognitiveServicesAccountDeploymentScaleType) = Nothing, Optional capacity As Nullable(Of Integer) = Nothing, Optional activeCapacity As Nullable(Of Integer) = Nothing) As CognitiveServicesAccountDeploymentScaleSettings
Parameters
Deployment scale type.
Deployment active capacity. This value might be different from capacity
if customer recently updated capacity
.
Returns
A new CognitiveServicesAccountDeploymentScaleSettings 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