EvaluateDeploymentPoliciesDeploymentProperties Constructor
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 EvaluateDeploymentPoliciesDeploymentProperties.
public EvaluateDeploymentPoliciesDeploymentProperties(Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentModel model);
new Azure.ResourceManager.CognitiveServices.Models.EvaluateDeploymentPoliciesDeploymentProperties : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentModel -> Azure.ResourceManager.CognitiveServices.Models.EvaluateDeploymentPoliciesDeploymentProperties
Public Sub New (model As CognitiveServicesAccountDeploymentModel)
Parameters
The model to evaluate.
Exceptions
model is null.