com.azure.core.http.rest.PagedIterable<ComputeSku> |
ComputeSkus.listByRegionAndResourceType(com.azure.core.management.Region region,
ComputeResourceType resourceType) |
Lists all the skus with the specified resource type in the given region.
|
com.azure.core.http.rest.PagedFlux<ComputeSku> |
ComputeSkus.listByRegionAndResourceTypeAsync(com.azure.core.management.Region region,
ComputeResourceType resourceType) |
Lists all the skus with the specified resource type in the given region.
|
com.azure.core.http.rest.PagedIterable<ComputeSku> |
ComputeSkus.listByResourceType(ComputeResourceType resourceType) |
Lists all the skus with the specified resource type.
|
com.azure.core.http.rest.PagedFlux<ComputeSku> |
ComputeSkus.listByResourceTypeAsync(ComputeResourceType resourceType) |
Lists all the skus with the specified resource type.
|