ImagesOperations interface
Interface representing a Images operations.
Properties
| get | Get the resource. |
| list |
List by disconnected operation. |
| list |
Get the URI to download the image. |
Property Details
get
Get the resource.
get: (resourceGroupName: string, name: string, imageName: string, options?: ImagesGetOptionalParams) => Promise<Image>
Property Value
(resourceGroupName: string, name: string, imageName: string, options?: ImagesGetOptionalParams) => Promise<Image>
listByDisconnectedOperation
List by disconnected operation.
listByDisconnectedOperation: (resourceGroupName: string, name: string, options?: ImagesListByDisconnectedOperationOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>
Property Value
(resourceGroupName: string, name: string, options?: ImagesListByDisconnectedOperationOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>
listDownloadUri
Get the URI to download the image.
listDownloadUri: (resourceGroupName: string, name: string, imageName: string, options?: ImagesListDownloadUriOptionalParams) => Promise<ImageDownloadResult>
Property Value
(resourceGroupName: string, name: string, imageName: string, options?: ImagesListDownloadUriOptionalParams) => Promise<ImageDownloadResult>