Interface ComputeSkus

    • Method Detail

      • listByResourceType

        com.azure.core.http.rest.PagedIterable<ComputeSku> listByResourceType​(ComputeResourceType resourceType)
        Lists all the skus with the specified resource type.
        Parameters:
        resourceType - the compute resource type
        Returns:
        the skus list
      • listByResourceTypeAsync

        com.azure.core.http.rest.PagedFlux<ComputeSku> listByResourceTypeAsync​(ComputeResourceType resourceType)
        Lists all the skus with the specified resource type.
        Parameters:
        resourceType - the compute resource type
        Returns:
        an observable that emits skus
      • listByRegionAndResourceType

        com.azure.core.http.rest.PagedIterable<ComputeSku> listByRegionAndResourceType​(com.azure.core.management.Region region,
                                                                                       ComputeResourceType resourceType)
        Lists all the skus with the specified resource type in the given region.
        Parameters:
        region - the region
        resourceType - the resource type
        Returns:
        the skus list
      • listByRegionAndResourceTypeAsync

        com.azure.core.http.rest.PagedFlux<ComputeSku> listByRegionAndResourceTypeAsync​(com.azure.core.management.Region region,
                                                                                        ComputeResourceType resourceType)
        Lists all the skus with the specified resource type in the given region.
        Parameters:
        region - the region
        resourceType - the resource type
        Returns:
        an observable that emits skus