LocationOperationsExtensions.ListUsage(ILocationOperations, 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.
Get the usage for a subscription
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ContainerInstance.Models.Usage> ListUsage (this Microsoft.Azure.Management.ContainerInstance.ILocationOperations operations, string location);
static member ListUsage : Microsoft.Azure.Management.ContainerInstance.ILocationOperations * string -> seq<Microsoft.Azure.Management.ContainerInstance.Models.Usage>
<Extension()>
Public Function ListUsage (operations As ILocationOperations, location As String) As IEnumerable(Of Usage)
Parameters
- operations
- ILocationOperations
The operations group for this extension method.
- location
- String
The identifier for the physical azure location.
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.