VirtualMachineImagesOperationsExtensions.ListPublishers 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.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource> ListPublishers (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations operations, string location);
static member ListPublishers : Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>
<Extension()>
Public Function ListPublishers (operations As IVirtualMachineImagesOperations, location As String) As IList(Of VirtualMachineImageResource)
Parameters
- operations
- IVirtualMachineImagesOperations
The operations group for this extension method.
- location
- String
The name of a supported Azure region.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET