ManagedEnvironmentUsages interface
Interface representing a ManagedEnvironmentUsages.
Methods
list(string, string, Managed |
Gets the current usage information as well as the limits for environment. |
Method Details
list(string, string, ManagedEnvironmentUsagesListOptionalParams)
Gets the current usage information as well as the limits for environment.
function list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentUsagesListOptionalParams): PagedAsyncIterableIterator<Usage, Usage[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Environment.
The options parameters.