AccountSkuListResult Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AccountSkuListResult() |
Initialise une nouvelle instance de la classe AccountSkuListResult. |
AccountSkuListResult(IList<AccountSku>) |
Initialise une nouvelle instance de la classe AccountSkuListResult. |
AccountSkuListResult()
Initialise une nouvelle instance de la classe AccountSkuListResult.
public AccountSkuListResult ();
Public Sub New ()
S’applique à
AccountSkuListResult(IList<AccountSku>)
Initialise une nouvelle instance de la classe AccountSkuListResult.
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)
Paramètres
- value
- IList<AccountSku>
Obtient la liste des comptes Cognitive Services et leurs propriétés.
S’applique à
Azure SDK for .NET