AppServiceEnvironmentsOperationsExtensions.ListUsages 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.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.CsmUsageQuota> ListUsages (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string filter = default);
static member ListUsages : Microsoft.Azure.Management.WebSites.Version2016_09_01.IAppServiceEnvironmentsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.CsmUsageQuota>
<Extension()>
Public Function ListUsages (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional filter As String = Nothing) As IPage(Of CsmUsageQuota)
Parameters
- operations
- IAppServiceEnvironmentsOperations
- resourceGroupName
- String
- name
- String
- filter
- String