AccountModel コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AccountModel() |
AccountModel クラスの新しいインスタンスを初期化します。 |
AccountModel(String, String, String, DeploymentModel, Nullable<Int32>, IDictionary<String,String>, ModelDeprecationInfo, SystemData) |
AccountModel クラスの新しいインスタンスを初期化します。 |
AccountModel()
AccountModel クラスの新しいインスタンスを初期化します。
public AccountModel ();
Public Sub New ()
適用対象
AccountModel(String, String, String, DeploymentModel, Nullable<Int32>, IDictionary<String,String>, ModelDeprecationInfo, SystemData)
AccountModel クラスの新しいインスタンスを初期化します。
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)
パラメーター
- format
- String
デプロイ モデルの形式。
- name
- String
デプロイ モデル名。
- version
- String
デプロイ モデルのバージョン。
- baseModel
- DeploymentModel
基本モデル識別子。
- capabilities
- IDictionary<String,String>
機能。
- deprecation
- ModelDeprecationInfo
- systemData
- SystemData
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET