VirtualMachineImagesOperationsExtensions.ListByEdgeZone 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 all virtual machine image versions for the specified edge zone
public static Microsoft.Azure.Management.Compute.Models.VmImagesInEdgeZoneListResult ListByEdgeZone (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations operations, string location, string edgeZone);
static member ListByEdgeZone : Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations * string * string -> Microsoft.Azure.Management.Compute.Models.VmImagesInEdgeZoneListResult
<Extension()>
Public Function ListByEdgeZone (operations As IVirtualMachineImagesOperations, location As String, edgeZone As String) As VmImagesInEdgeZoneListResult
Parameters
- operations
- IVirtualMachineImagesOperations
The operations group for this extension method.
- location
- String
The name of a supported Azure region.
- edgeZone
- String
The name of the edge zone.
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET