Interface ManagedEnvironmentUsages
public interface ManagedEnvironmentUsages
Resource collection API of ManagedEnvironmentUsages.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<Usage> list(String resourceGroupName, String environmentName) Gets the current usage information as well as the limits for environment.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.environmentName
- Name of the Environment.- Returns:
- the current usage information as well as the limits for environment as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<Usage> list(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Gets the current usage information as well as the limits for environment.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.environmentName
- Name of the Environment.context
- The context to associate with this operation.- Returns:
- the current usage information as well as the limits for environment as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-