EvaluateDeploymentPoliciesDeployment 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 EvaluateDeploymentPoliciesDeployment.
public EvaluateDeploymentPoliciesDeployment(string name, Azure.ResourceManager.CognitiveServices.Models.EvaluateDeploymentPoliciesDeploymentProperties properties);
new Azure.ResourceManager.CognitiveServices.Models.EvaluateDeploymentPoliciesDeployment : string * Azure.ResourceManager.CognitiveServices.Models.EvaluateDeploymentPoliciesDeploymentProperties -> Azure.ResourceManager.CognitiveServices.Models.EvaluateDeploymentPoliciesDeployment
Public Sub New (name As String, properties As EvaluateDeploymentPoliciesDeploymentProperties)
Parameters
- name
- String
The name of the hypothetical deployment.
Properties of the hypothetical deployment.
Exceptions
name or properties is null.