AccountSkuListResult 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
AccountSkuListResult() |
Initializes a new instance of the AccountSkuListResult class. |
AccountSkuListResult(IList<AccountSku>) |
Initializes a new instance of the AccountSkuListResult class. |
AccountSkuListResult()
Initializes a new instance of the AccountSkuListResult class.
public AccountSkuListResult ();
Public Sub New ()
Applies to
AccountSkuListResult(IList<AccountSku>)
Initializes a new instance of the AccountSkuListResult class.
public AccountSkuListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.AccountSku> value = default);
new Microsoft.Azure.Management.CognitiveServices.Models.AccountSkuListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.AccountSku> -> Microsoft.Azure.Management.CognitiveServices.Models.AccountSkuListResult
Public Sub New (Optional value As IList(Of AccountSku) = Nothing)
Parameters
- value
- IList<AccountSku>
Gets the list of Cognitive Services accounts and their properties.