다음을 통해 공유


VirtualMachineSizesClient Interface

public interface VirtualMachineSizesClient

An instance of this class provides access to all the operations defined in VirtualMachineSizesClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<VirtualMachineSizeInner> list(String location)

This API is deprecated.

abstract PagedIterable<VirtualMachineSizeInner> list(String location, Context context)

This API is deprecated.

abstract PagedFlux<VirtualMachineSizeInner> listAsync(String location)

This API is deprecated.

Method Details

list

public abstract PagedIterable list(String location)

This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list).

Parameters:

location - The location upon which virtual-machine-sizes is queried.

Returns:

the List Virtual Machine operation response as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String location, Context context)

This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list).

Parameters:

location - The location upon which virtual-machine-sizes is queried.
context - The context to associate with this operation.

Returns:

the List Virtual Machine operation response as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String location)

This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list).

Parameters:

location - The location upon which virtual-machine-sizes is queried.

Returns:

the List Virtual Machine operation response as paginated response with PagedFlux<T>.

Applies to