Uses of Class
com.azure.resourcemanager.compute.fluent.models.VmImagesInEdgeZoneListResultInner
Packages that use VmImagesInEdgeZoneListResultInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of VmImagesInEdgeZoneListResultInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return VmImagesInEdgeZoneListResultInnerModifier and TypeMethodDescriptionVirtualMachineImagesClient.listByEdgeZone(String location, String edgeZone) Gets a list of all virtual machine image versions for the specified edge zone.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VmImagesInEdgeZoneListResultInnerModifier and TypeMethodDescriptionVirtualMachineImagesClient.listByEdgeZoneAsync(String location, String edgeZone) Gets a list of all virtual machine image versions for the specified edge zone.com.azure.core.http.rest.Response<VmImagesInEdgeZoneListResultInner>VirtualMachineImagesClient.listByEdgeZoneWithResponse(String location, String edgeZone, com.azure.core.util.Context context) Gets a list of all virtual machine image versions for the specified edge zone.Mono<com.azure.core.http.rest.Response<VmImagesInEdgeZoneListResultInner>>VirtualMachineImagesClient.listByEdgeZoneWithResponseAsync(String location, String edgeZone) Gets a list of all virtual machine image versions for the specified edge zone. -
Uses of VmImagesInEdgeZoneListResultInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VmImagesInEdgeZoneListResultInnerModifier and TypeMethodDescriptionVmImagesInEdgeZoneListResultInner.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of VMImages in EdgeZone.VmImagesInEdgeZoneListResultInner.withValue(List<VirtualMachineImageResourceInner> value) Set the value property: The list of VMImages in EdgeZone.