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