Interface ManagedEnvironmentUsagesClient
public interface ManagedEnvironmentUsagesClient
An instance of this class provides access to all the operations defined in ManagedEnvironmentUsagesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<UsageInner> Gets the current usage information as well as the limits for environment.com.azure.core.http.rest.PagedIterable
<UsageInner> Gets the current usage information as well as the limits for environment.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<UsageInner> 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<UsageInner> 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.
-