你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineOffer Interface

Implements

public interface VirtualMachineOffer
extends HasName

Represents a virtual machine image offer.

Method Summary

Modifier and Type Method and Description
abstract VirtualMachinePublisher publisher()

Gets the publisher of this virtual machine image offer.

abstract Region region()

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

abstract VirtualMachineSkus skus()

Gets virtual machine image SKUs available in this offer.

Method Details

publisher

public abstract VirtualMachinePublisher publisher()

Gets the publisher of this virtual machine image offer.

Returns:

the publisher of this virtual machine image offer

region

public abstract Region region()

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

Returns:

the region where this virtual machine image offer is available

skus

public abstract VirtualMachineSkus skus()

Gets virtual machine image SKUs available in this offer.

Returns:

virtual machine image SKUs available in this offer

Applies to