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

VirtualMachinePublisher Interface

Implements

public interface VirtualMachinePublisher
extends HasName

Represents a virtual machine image publisher.

Method Summary

Modifier and Type Method and Description
abstract VirtualMachineExtensionImageTypes extensionTypes()

Gets the virtual machine image extensions from this publisher.

abstract VirtualMachineOffers offers()

Gets the offers from this publisher.

abstract Region region()

Gets the region where virtual machine images from this publisher are available.

Method Details

extensionTypes

public abstract VirtualMachineExtensionImageTypes extensionTypes()

Gets the virtual machine image extensions from this publisher.

Returns:

the virtual machine image extensions from this publisher

offers

public abstract VirtualMachineOffers offers()

Gets the offers from this publisher.

Returns:

the offers from this publisher

region

public abstract Region region()

Gets the region where virtual machine images from this publisher are available.

Returns:

the region where virtual machine images from this publisher are available

Applies to