IVirtualMachineExtensionImage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable client-side representation of an Azure virtual machine extension image. Note: Azure virtual machine extension image is also referred as virtual machine extension handler.
public interface IVirtualMachineExtensionImage : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineExtensionImageInner>
type IVirtualMachineExtensionImage = interface
interface IHasInner<VirtualMachineExtensionImageInner>
Public Interface IVirtualMachineExtensionImage
Implements IHasInner(Of VirtualMachineExtensionImageInner)
- Implements
Properties
ComputeRole |
Gets the type of role this virtual machine extension image supports. |
HandlerSchema |
Gets the schema defined by publisher, where extension consumers should provide settings in a matching schema. |
Id |
Gets the resource ID of the extension image. |
Inner | (Inherited from IHasInner<T>) |
OSType |
Gets the operating system this virtual machine extension image supports. |
PublisherName |
Gets the name of the publisher of the virtual machine extension image. |
RegionName |
Gets the region in which virtual machine extension image is available. |
SupportsMultipleExtensions |
Gets true if the handler can support multiple extensions. |
SupportsVirtualMachineScaleSets |
Gets true if the extension can be used with virtual machine scale sets, false otherwise. |
TypeName |
Gets the name of the virtual machine extension image type this image belongs to. |
Version |
Gets the virtual machine extension image version this image belongs to. |
VersionName |
Gets the name of the virtual machine extension image version this image represents. |
Applies to
Azure SDK for .NET