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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET