IItemOperations.ListAsync(ItemListParameters, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets collection of gallery items.
public System.Threading.Tasks.Task<Microsoft.Azure.Commands.Resources.Models.Gallery.Models.ItemListResult> ListAsync (Microsoft.Azure.Commands.Resources.Models.Gallery.Models.ItemListParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : Microsoft.Azure.Commands.Resources.Models.Gallery.Models.ItemListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Resources.Models.Gallery.Models.ItemListResult>
Public Function ListAsync (parameters As ItemListParameters, cancellationToken As CancellationToken) As Task(Of ItemListResult)
Parameters
- parameters
- ItemListParameters
Query parameters. If null is passed returns all gallery items.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
List of gallery items.