次の方法で共有


AccountModel コンストラクター

定義

オーバーロード

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

基本モデル識別子。

maxCapacity
Nullable<Int32>

最大容量。

capabilities
IDictionary<String,String>

機能。

deprecation
ModelDeprecationInfo
systemData
SystemData

適用対象