Interface AvailableServiceTiers
public interface AvailableServiceTiers
Resource collection API of AvailableServiceTiers.
-
Method Summary
Modifier and TypeMethodDescriptionlistByWorkspace(String resourceGroupName, String workspaceName) Gets the available service tiers for the workspace.com.azure.core.http.rest.Response<List<AvailableServiceTier>>listByWorkspaceWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets the available service tiers for the workspace.
-
Method Details
-
listByWorkspace
Gets the available service tiers for the workspace.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.workspaceName- The name of the workspace.- Returns:
- the available service tiers for the workspace.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByWorkspaceWithResponse
com.azure.core.http.rest.Response<List<AvailableServiceTier>> listByWorkspaceWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets the available service tiers for the workspace.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.workspaceName- The name of the workspace.context- The context to associate with this operation.- Returns:
- the available service tiers for the workspace along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-