VirtualMachineImagesEdgeZonesClient Interface
public interface VirtualMachineImagesEdgeZonesClient
An instance of this class provides access to all the operations defined in VirtualMachineImagesEdgeZonesClient.
Method Summary
Method Details
get
public abstract VirtualMachineImageInner get(String location, String edgeZone, String publisherName, String offer, String skus, String version)
Gets a virtual machine image in an edge zone.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a virtual machine image in an edge zone.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a virtual machine image in an edge zone.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a virtual machine image in an edge zone.
Parameters:
Returns:
list
public abstract List
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.
Parameters:
Returns:
listAsync
public abstract Mono> listAsync(String location, String edgeZone, String publisherName, String offer, String skus)
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.
Parameters:
Returns:
listOffers
public abstract List
Gets a list of virtual machine image offers for the specified location, edge zone and publisher.
Parameters:
Returns:
listOffersAsync
public abstract Mono> listOffersAsync(String location, String edgeZone, String publisherName)
Gets a list of virtual machine image offers for the specified location, edge zone and publisher.
Parameters:
Returns:
listOffersWithResponse
public abstract Response> listOffersWithResponse(String location, String edgeZone, String publisherName, Context context)
Gets a list of virtual machine image offers for the specified location, edge zone and publisher.
Parameters:
Returns:
listOffersWithResponseAsync
public abstract Mono
Gets a list of virtual machine image offers for the specified location, edge zone and publisher.
Parameters:
Returns:
listPublishers
public abstract List
Gets a list of virtual machine image publishers for the specified Azure location and edge zone.
Parameters:
Returns:
listPublishersAsync
public abstract Mono> listPublishersAsync(String location, String edgeZone)
Gets a list of virtual machine image publishers for the specified Azure location and edge zone.
Parameters:
Returns:
listPublishersWithResponse
public abstract Response> listPublishersWithResponse(String location, String edgeZone, Context context)
Gets a list of virtual machine image publishers for the specified Azure location and edge zone.
Parameters:
Returns:
listPublishersWithResponseAsync
public abstract Mono
Gets a list of virtual machine image publishers for the specified Azure location and edge zone.
Parameters:
Returns:
listSkus
public abstract List
Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.
Parameters:
Returns:
listSkusAsync
public abstract Mono> listSkusAsync(String location, String edgeZone, String publisherName, String offer)
Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.
Parameters:
Returns:
listSkusWithResponse
public abstract Response> listSkusWithResponse(String location, String edgeZone, String publisherName, String offer, Context context)
Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.
Parameters:
Returns:
listSkusWithResponseAsync
public abstract Mono
Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.
Parameters:
Returns:
listWithResponse
public abstract Response> listWithResponse(String location, String edgeZone, String publisherName, String offer, String skus, String expand, Integer top, String orderby, Context context)
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.
Parameters:
Returns:
Applies to
Azure SDK for Java