Partager via


VirtualMachineSku Interface

Implements

public interface VirtualMachineSku
extends HasName

Represents a virtual machine image SKU.

Method Summary

Modifier and Type Method and Description
abstract VirtualMachineImagesInSku images()

Gets virtual machine images in the SKU.

abstract VirtualMachineOffer offer()

Gets the virtual machine offer name that this SKU belongs to.

abstract VirtualMachinePublisher publisher()

Gets the publisher of this virtual machine image offer SKU.

abstract Region region()

Gets the region where this virtual machine image offer SKU is available.

Method Details

images

public abstract VirtualMachineImagesInSku images()

Gets virtual machine images in the SKU.

Returns:

virtual machine images in the SKU

offer

public abstract VirtualMachineOffer offer()

Gets the virtual machine offer name that this SKU belongs to.

Returns:

the virtual machine offer name that this SKU belongs to

publisher

public abstract VirtualMachinePublisher publisher()

Gets the publisher of this virtual machine image offer SKU.

Returns:

the publisher of this virtual machine image offer SKU

region

public abstract Region region()

Gets the region where this virtual machine image offer SKU is available.

Returns:

the region where this virtual machine image offer SKU is available

Applies to