Language

ArcDeploymentModel(String, String) Constructor

Definition

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.

Applies to