VirtualMachineImagesOperationsExtensions.ListPublishersAsync 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 list of virtual machine image publishers for the specified Azure ___location.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineImageResourceInner>> ListPublishersAsync(this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImagesOperations operations, string ___location, System.Threading.CancellationToken cancellationToken = default);
static member ListPublishersAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImagesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineImageResourceInner>>
<Extension()>
Public Function ListPublishersAsync (operations As IVirtualMachineImagesOperations, ___location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of VirtualMachineImageResourceInner))
Parameters
- operations
- IVirtualMachineImagesOperations
The operations group for this extension method.
- ___location
- String
The name of a supported Azure region.
- cancellationToken
- CancellationToken
The cancellation token.