Condividi tramite


AccountSkuListResult Constructors

Definition

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