Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Images

Package version

Interface representing a Images.

Hierarchy

  • Images

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes an Image.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • imageName: string

      The name of the image.

    • Optional options: ImagesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

beginUpdate

beginUpdateAndWait

get

list

  • Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.

    Parameters

    Returns PagedAsyncIterableIterator<Image>

listByResourceGroup

Generated using TypeDoc