IVirtualMachineExtensionImageType Interface

Definition

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

public interface IVirtualMachineExtensionImageType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineExtensionImageInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName
type IVirtualMachineExtensionImageType = interface
    interface IHasInner<VirtualMachineExtensionImageInner>
    interface IHasName
Public Interface IVirtualMachineExtensionImageType
Implements IHasInner(Of VirtualMachineExtensionImageInner), IHasName
Implements

Properties

Id

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

Inner (Inherited from IHasInner<T>)
Name

Gets the name of the resource

(Inherited from IHasName)
Publisher

Gets the publisher of this virtual machine extension image type.

RegionName

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

Versions

Gets Virtual machine image extension versions available in this type.

Applies to