你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Model Constructors

Definition

Overloads

Model()

Initializes a new instance of the Model class.

Model(AccountModel, String, String)

Initializes a new instance of the Model class.

Model()

Initializes a new instance of the Model class.

public Model ();
Public Sub New ()

Applies to

Model(AccountModel, String, String)

Initializes a new instance of the Model class.

public Model (Microsoft.Azure.Management.CognitiveServices.Models.AccountModel modelProperty = default, string kind = default, string skuName = default);
new Microsoft.Azure.Management.CognitiveServices.Models.Model : Microsoft.Azure.Management.CognitiveServices.Models.AccountModel * string * string -> Microsoft.Azure.Management.CognitiveServices.Models.Model
Public Sub New (Optional modelProperty As AccountModel = Nothing, Optional kind As String = Nothing, Optional skuName As String = Nothing)

Parameters

modelProperty
AccountModel

Model Metadata.

kind
String

The Kind of the Model.

skuName
String

The SKU of the Model.

Applies to