Interface VirtualMachineExtensionImageType

All Superinterfaces:
HasInnerModel<VirtualMachineExtensionImageInner>, HasName

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
    Description
    id()
    Gets the resource ID of the virtual machine extension image type.
    Gets the publisher of this virtual machine extension image type.
    Gets the region in which virtual machine extension image type is available.
    Gets Virtual machine image extension versions available in this type.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name
  • Method Details

    • id

      String id()
      Gets the resource ID of the virtual machine extension image type.
      Returns:
      the resource ID of the virtual machine extension image type
    • regionName

      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
    • publisher

      Gets the publisher of this virtual machine extension image type.
      Returns:
      the publisher of this virtual machine extension image type
    • versions

      Gets Virtual machine image extension versions available in this type.
      Returns:
      Virtual machine image extension versions available in this type