Model Constructors
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.
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.