ImageVersions interface
Interface representing a ImageVersions.
Methods
list |
List ImageVersion resources by Image |
Method Details
listByImage(string, string, ImageVersionsListByImageOptionalParams)
List ImageVersion resources by Image
function listByImage(resourceGroupName: string, imageName: string, options?: ImageVersionsListByImageOptionalParams): PagedAsyncIterableIterator<ImageVersion, ImageVersion[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- imageName
-
string
Name of the image.
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript