ArcDeploymentModel(String, String) 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 ArcDeploymentModel.
public ArcDeploymentModel(string format, string name);
new Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentModel : string * string -> Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentModel
Public Sub New (format As String, name As String)
Parameters
- format
- String
Deployment model format.
- name
- String
Deployment model name.
Exceptions
format or name is null.