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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET