ArmCognitiveServicesModelFactory.DeploymentCapacitySettings 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.
public static Azure.ResourceManager.CognitiveServices.Models.DeploymentCapacitySettings DeploymentCapacitySettings(int? designatedCapacity = default, int? priority = default);
static member DeploymentCapacitySettings : Nullable<int> * Nullable<int> -> Azure.ResourceManager.CognitiveServices.Models.DeploymentCapacitySettings
Public Shared Function DeploymentCapacitySettings (Optional designatedCapacity As Nullable(Of Integer) = Nothing, Optional priority As Nullable(Of Integer) = Nothing) As DeploymentCapacitySettings
Parameters
Returns
A new DeploymentCapacitySettings instance for mocking.