SubscriptionUsagesOperationsExtensions.Get 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 a subscription usage metric.
public static Microsoft.Azure.Management.Sql.Models.SubscriptionUsage Get (this Microsoft.Azure.Management.Sql.ISubscriptionUsagesOperations operations, string locationName, string usageName);
static member Get : Microsoft.Azure.Management.Sql.ISubscriptionUsagesOperations * string * string -> Microsoft.Azure.Management.Sql.Models.SubscriptionUsage
<Extension()>
Public Function Get (operations As ISubscriptionUsagesOperations, locationName As String, usageName As String) As SubscriptionUsage
Parameters
- operations
- ISubscriptionUsagesOperations
The operations group for this extension method.
- locationName
- String
The name of the region where the resource is located.
- usageName
- String
Name of usage metric to return.
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.