UsagesOperationsExtensions.ListByLocation(IUsagesOperations, String) 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.
Gets the current usage count and the limit for the resources of the location under the subscription.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Storage.Models.Usage> ListByLocation (this Microsoft.Azure.Management.Storage.IUsagesOperations operations, string location);
static member ListByLocation : Microsoft.Azure.Management.Storage.IUsagesOperations * string -> seq<Microsoft.Azure.Management.Storage.Models.Usage>
<Extension()>
Public Function ListByLocation (operations As IUsagesOperations, location As String) As IEnumerable(Of Usage)
Parameters
- operations
- IUsagesOperations
The operations group for this extension method.
- location
- String
The location of the Azure Storage resource.
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