List<VirtualMachineImageResourceInner> |
VirtualMachineImagesClient.list(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.
|
List<VirtualMachineImageResourceInner> |
VirtualMachineImagesEdgeZonesClient.list(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.
|
Mono<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesClient.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.
|
Mono<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesClient.listAsync(String location,
String publisherName,
String offer,
String skus,
String expand,
Integer top,
String orderby) |
Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU.
|
Mono<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesEdgeZonesClient.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.
|
Mono<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesEdgeZonesClient.listAsync(String location,
String edgeZone,
String publisherName,
String offer,
String skus,
String expand,
Integer top,
String orderby) |
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and
SKU.
|
List<VirtualMachineImageResourceInner> |
VirtualMachineImagesClient.listOffers(String location,
String publisherName) |
Gets a list of virtual machine image offers for the specified location and publisher.
|
List<VirtualMachineImageResourceInner> |
VirtualMachineImagesEdgeZonesClient.listOffers(String location,
String edgeZone,
String publisherName) |
Gets a list of virtual machine image offers for the specified location, edge zone and publisher.
|
Mono<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesClient.listOffersAsync(String location,
String publisherName) |
Gets a list of virtual machine image offers for the specified location and publisher.
|
Mono<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesEdgeZonesClient.listOffersAsync(String location,
String edgeZone,
String publisherName) |
Gets a list of virtual machine image offers for the specified location, edge zone and publisher.
|
com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesClient.listOffersWithResponse(String location,
String publisherName,
com.azure.core.util.Context context) |
Gets a list of virtual machine image offers for the specified location and publisher.
|
com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesEdgeZonesClient.listOffersWithResponse(String location,
String edgeZone,
String publisherName,
com.azure.core.util.Context context) |
Gets a list of virtual machine image offers for the specified location, edge zone and publisher.
|
Mono<com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>>> |
VirtualMachineImagesClient.listOffersWithResponseAsync(String location,
String publisherName) |
Gets a list of virtual machine image offers for the specified location and publisher.
|
Mono<com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>>> |
VirtualMachineImagesEdgeZonesClient.listOffersWithResponseAsync(String location,
String edgeZone,
String publisherName) |
Gets a list of virtual machine image offers for the specified location, edge zone and publisher.
|
List<VirtualMachineImageResourceInner> |
VirtualMachineImagesClient.listPublishers(String location) |
Gets a list of virtual machine image publishers for the specified Azure location.
|
List<VirtualMachineImageResourceInner> |
VirtualMachineImagesEdgeZonesClient.listPublishers(String location,
String edgeZone) |
Gets a list of virtual machine image publishers for the specified Azure location and edge zone.
|
Mono<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesClient.listPublishersAsync(String location) |
Gets a list of virtual machine image publishers for the specified Azure location.
|
Mono<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesEdgeZonesClient.listPublishersAsync(String location,
String edgeZone) |
Gets a list of virtual machine image publishers for the specified Azure location and edge zone.
|
com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesClient.listPublishersWithResponse(String location,
com.azure.core.util.Context context) |
Gets a list of virtual machine image publishers for the specified Azure location.
|
com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesEdgeZonesClient.listPublishersWithResponse(String location,
String edgeZone,
com.azure.core.util.Context context) |
Gets a list of virtual machine image publishers for the specified Azure location and edge zone.
|
Mono<com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>>> |
VirtualMachineImagesClient.listPublishersWithResponseAsync(String location) |
Gets a list of virtual machine image publishers for the specified Azure location.
|
Mono<com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>>> |
VirtualMachineImagesEdgeZonesClient.listPublishersWithResponseAsync(String location,
String edgeZone) |
Gets a list of virtual machine image publishers for the specified Azure location and edge zone.
|
List<VirtualMachineImageResourceInner> |
VirtualMachineImagesClient.listSkus(String location,
String publisherName,
String offer) |
Gets a list of virtual machine image SKUs for the specified location, publisher, and offer.
|
List<VirtualMachineImageResourceInner> |
VirtualMachineImagesEdgeZonesClient.listSkus(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.
|
Mono<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesClient.listSkusAsync(String location,
String publisherName,
String offer) |
Gets a list of virtual machine image SKUs for the specified location, publisher, and offer.
|
Mono<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesEdgeZonesClient.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.
|
com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesClient.listSkusWithResponse(String location,
String publisherName,
String offer,
com.azure.core.util.Context context) |
Gets a list of virtual machine image SKUs for the specified location, publisher, and offer.
|
com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesEdgeZonesClient.listSkusWithResponse(String location,
String edgeZone,
String publisherName,
String offer,
com.azure.core.util.Context context) |
Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.
|
Mono<com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>>> |
VirtualMachineImagesClient.listSkusWithResponseAsync(String location,
String publisherName,
String offer) |
Gets a list of virtual machine image SKUs for the specified location, publisher, and offer.
|
Mono<com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>>> |
VirtualMachineImagesEdgeZonesClient.listSkusWithResponseAsync(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.
|
com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesClient.listWithResponse(String location,
String publisherName,
String offer,
String skus,
String expand,
Integer top,
String orderby,
com.azure.core.util.Context context) |
Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU.
|
com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>> |
VirtualMachineImagesEdgeZonesClient.listWithResponse(String location,
String edgeZone,
String publisherName,
String offer,
String skus,
String expand,
Integer top,
String orderby,
com.azure.core.util.Context context) |
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and
SKU.
|
Mono<com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>>> |
VirtualMachineImagesClient.listWithResponseAsync(String location,
String publisherName,
String offer,
String skus,
String expand,
Integer top,
String orderby) |
Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU.
|
Mono<com.azure.core.http.rest.Response<List<VirtualMachineImageResourceInner>>> |
VirtualMachineImagesEdgeZonesClient.listWithResponseAsync(String location,
String edgeZone,
String publisherName,
String offer,
String skus,
String expand,
Integer top,
String orderby) |
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and
SKU.
|