Interface AvailableWorkloadProfiles
public interface AvailableWorkloadProfiles
Resource collection API of AvailableWorkloadProfiles.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AvailableWorkloadProfile> Get available workload profiles by location.com.azure.core.http.rest.PagedIterable<AvailableWorkloadProfile> Get available workload profiles by location.
-
Method Details
-
get
Get available workload profiles by location. Get all available workload profiles for a location.- Parameters:
location- The name of Azure region.- Returns:
- all available workload profiles for a location as paginated response with
PagedIterable. - 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.
-
get
com.azure.core.http.rest.PagedIterable<AvailableWorkloadProfile> get(String location, com.azure.core.util.Context context) Get available workload profiles by location. Get all available workload profiles for a location.- Parameters:
location- The name of Azure region.context- The context to associate with this operation.- Returns:
- all available workload profiles for a location as paginated response with
PagedIterable. - 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.
-