Compartilhar via


VirtualMachineExtensionImageType Interface

Implements

public interface VirtualMachineExtensionImageType
extends HasInnerModel<VirtualMachineExtensionImageInner>, HasName

An immutable client-side representation of an Azure virtual machine extension image type.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the resource ID of the virtual machine extension image type.

abstract VirtualMachinePublisher publisher()

Gets the publisher of this virtual machine extension image type.

abstract String regionName()

Gets the region in which virtual machine extension image type is available.

abstract VirtualMachineExtensionImageVersions versions()

Gets Virtual machine image extension versions available in this type.

Method Details

id

public abstract String id()

Gets the resource ID of the virtual machine extension image type.

Returns:

the resource ID of the virtual machine extension image type

publisher

public abstract VirtualMachinePublisher publisher()

Gets the publisher of this virtual machine extension image type.

Returns:

the publisher of this virtual machine extension image type

regionName

public abstract String regionName()

Gets the region in which virtual machine extension image type is available.

Returns:

the region in which virtual machine extension image type is available

versions

public abstract VirtualMachineExtensionImageVersions versions()

Gets Virtual machine image extension versions available in this type.

Returns:

Virtual machine image extension versions available in this type

Applies to