Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VirtualMachineImages

Package version

Class representing a VirtualMachineImages.

Hierarchy

  • VirtualMachineImages

Index

Constructors

constructor

Methods

get

  • get(location: string, publisherName: string, offer: string, skus: string, version: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachineImagesGetResponse>
  • get(location: string, publisherName: string, offer: string, skus: string, version: string, callback: msRest.ServiceCallback<VirtualMachineImage>): void
  • get(location: string, publisherName: string, offer: string, skus: string, version: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VirtualMachineImage>): void
  • Gets a virtual machine image.

    Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • offer: string

      A valid image publisher offer.

    • skus: string

      A valid image SKU.

    • version: string

      A valid image SKU version.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.VirtualMachineImagesGetResponse>

    Promise<Models.VirtualMachineImagesGetResponse>

  • Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • offer: string

      A valid image publisher offer.

    • skus: string

      A valid image SKU.

    • version: string

      A valid image SKU version.

    • callback: msRest.ServiceCallback<VirtualMachineImage>

      The callback

    Returns void

  • Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • offer: string

      A valid image publisher offer.

    • skus: string

      A valid image SKU.

    • version: string

      A valid image SKU version.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VirtualMachineImage>

      The callback

    Returns void

list

  • list(location: string, publisherName: string, offer: string, skus: string, options?: Models.VirtualMachineImagesListOptionalParams): Promise<Models.VirtualMachineImagesListResponse>
  • list(location: string, publisherName: string, offer: string, skus: string, callback: msRest.ServiceCallback<VirtualMachineImageResource[]>): void
  • list(location: string, publisherName: string, offer: string, skus: string, options: VirtualMachineImagesListOptionalParams, callback: msRest.ServiceCallback<VirtualMachineImageResource[]>): void
  • Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU.

    Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • offer: string

      A valid image publisher offer.

    • skus: string

      A valid image SKU.

    • Optional options: Models.VirtualMachineImagesListOptionalParams

    Returns Promise<Models.VirtualMachineImagesListResponse>

    Promise<Models.VirtualMachineImagesListResponse>

  • Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • offer: string

      A valid image publisher offer.

    • skus: string

      A valid image SKU.

    • callback: msRest.ServiceCallback<VirtualMachineImageResource[]>

      The callback

    Returns void

  • Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • offer: string

      A valid image publisher offer.

    • skus: string

      A valid image SKU.

    • options: VirtualMachineImagesListOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<VirtualMachineImageResource[]>

      The callback

    Returns void

listOffers

  • listOffers(location: string, publisherName: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachineImagesListOffersResponse>
  • listOffers(location: string, publisherName: string, callback: msRest.ServiceCallback<VirtualMachineImageResource[]>): void
  • listOffers(location: string, publisherName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VirtualMachineImageResource[]>): void
  • Gets a list of virtual machine image offers for the specified location and publisher.

    Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.VirtualMachineImagesListOffersResponse>

    Promise<Models.VirtualMachineImagesListOffersResponse>

  • Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • callback: msRest.ServiceCallback<VirtualMachineImageResource[]>

      The callback

    Returns void

  • Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VirtualMachineImageResource[]>

      The callback

    Returns void

listPublishers

  • listPublishers(location: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachineImagesListPublishersResponse>
  • listPublishers(location: string, callback: msRest.ServiceCallback<VirtualMachineImageResource[]>): void
  • listPublishers(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VirtualMachineImageResource[]>): void
  • Gets a list of virtual machine image publishers for the specified Azure location.

    Parameters

    • location: string

      The name of a supported Azure region.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.VirtualMachineImagesListPublishersResponse>

    Promise<Models.VirtualMachineImagesListPublishersResponse>

  • Parameters

    Returns void

  • Parameters

    • location: string

      The name of a supported Azure region.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VirtualMachineImageResource[]>

      The callback

    Returns void

listSkus

  • listSkus(location: string, publisherName: string, offer: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachineImagesListSkusResponse>
  • listSkus(location: string, publisherName: string, offer: string, callback: msRest.ServiceCallback<VirtualMachineImageResource[]>): void
  • listSkus(location: string, publisherName: string, offer: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VirtualMachineImageResource[]>): void
  • Gets a list of virtual machine image SKUs for the specified location, publisher, and offer.

    Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • offer: string

      A valid image publisher offer.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.VirtualMachineImagesListSkusResponse>

    Promise<Models.VirtualMachineImagesListSkusResponse>

  • Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • offer: string

      A valid image publisher offer.

    • callback: msRest.ServiceCallback<VirtualMachineImageResource[]>

      The callback

    Returns void

  • Parameters

    • location: string

      The name of a supported Azure region.

    • publisherName: string

      A valid image publisher.

    • offer: string

      A valid image publisher offer.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VirtualMachineImageResource[]>

      The callback

    Returns void

Generated using TypeDoc