CommitmentTiersOperationsExtensions.List Method
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.
List Commitment Tiers.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.CognitiveServices.Models.CommitmentTier> List(this Microsoft.Azure.Management.CognitiveServices.ICommitmentTiersOperations operations, string location);
static member List : Microsoft.Azure.Management.CognitiveServices.ICommitmentTiersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.CognitiveServices.Models.CommitmentTier>
<Extension()>
Public Function List (operations As ICommitmentTiersOperations, location As String) As IPage(Of CommitmentTier)
Parameters
- operations
- ICommitmentTiersOperations
The operations group for this extension method.
- location
- String
Resource location.
Returns
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