AccountModel 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
AccountModel() |
Initializes a new instance of the AccountModel class. |
AccountModel(String, String, String, DeploymentModel, Nullable<Int32>, IDictionary<String,String>, ModelDeprecationInfo, SystemData) |
Initializes a new instance of the AccountModel class. |
AccountModel()
Initializes a new instance of the AccountModel class.
public AccountModel ();
Public Sub New ()
Applies to
AccountModel(String, String, String, DeploymentModel, Nullable<Int32>, IDictionary<String,String>, ModelDeprecationInfo, SystemData)
Initializes a new instance of the AccountModel class.
public AccountModel (string format = default, string name = default, string version = default, Microsoft.Azure.Management.CognitiveServices.Models.DeploymentModel baseModel = default, int? maxCapacity = default, System.Collections.Generic.IDictionary<string,string> capabilities = default, Microsoft.Azure.Management.CognitiveServices.Models.ModelDeprecationInfo deprecation = default, Microsoft.Azure.Management.CognitiveServices.Models.SystemData systemData = default);
new Microsoft.Azure.Management.CognitiveServices.Models.AccountModel : string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.DeploymentModel * Nullable<int> * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CognitiveServices.Models.ModelDeprecationInfo * Microsoft.Azure.Management.CognitiveServices.Models.SystemData -> Microsoft.Azure.Management.CognitiveServices.Models.AccountModel
Public Sub New (Optional format As String = Nothing, Optional name As String = Nothing, Optional version As String = Nothing, Optional baseModel As DeploymentModel = Nothing, Optional maxCapacity As Nullable(Of Integer) = Nothing, Optional capabilities As IDictionary(Of String, String) = Nothing, Optional deprecation As ModelDeprecationInfo = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- format
- String
Deployment model format.
- name
- String
Deployment model name.
- version
- String
Deployment model version.
- baseModel
- DeploymentModel
Base Model Identifier.
- capabilities
- IDictionary<String,String>
The capabilities.
- deprecation
- ModelDeprecationInfo
- systemData
- SystemData
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET