IItemOperations.GetAsync(String, 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 a gallery items.
public System.Threading.Tasks.Task<Microsoft.Azure.Commands.Resources.Models.Gallery.Models.ItemGetParameters> GetAsync (string itemIdentity, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Resources.Models.Gallery.Models.ItemGetParameters>
Public Function GetAsync (itemIdentity As String, cancellationToken As CancellationToken) As Task(Of ItemGetParameters)
Parameters
- itemIdentity
- String
Gallery item identity.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Gallery item information.