ComputeExtensions.GetVirtualMachineImagesByEdgeZone Method

Definition

Gets a list of all virtual machine image versions for the specified edge zone <item> Mocking. To mock this method, please mock GetVirtualMachineImagesByEdgeZone(AzureLocation, String, CancellationToken) instead. </item>

public static Azure.Pageable<Azure.ResourceManager.Compute.Models.VirtualMachineImageBase> GetVirtualMachineImagesByEdgeZone(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, System.Threading.CancellationToken cancellationToken = default);
static member GetVirtualMachineImagesByEdgeZone : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.Models.VirtualMachineImageBase>
<Extension()>
Public Function GetVirtualMachineImagesByEdgeZone (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

location
AzureLocation

The name of the Azure region.

edgeZone
String

The name of the edge zone.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of VirtualMachineImageBase that may take multiple service requests to iterate over.

Exceptions

edgeZone is an empty string, and was expected to be non-empty.

subscriptionResource is null.

Applies to