Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineImageInner
Packages that use VirtualMachineImageInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineImageInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return VirtualMachineImageInnerModifier and TypeMethodDescriptionVirtualMachineImagesClient.get(String location, String publisherName, String offer, String skus, String version) Gets a virtual machine image.VirtualMachineImagesEdgeZonesClient.get(String location, String edgeZone, String publisherName, String offer, String skus, String version) Gets a virtual machine image in an edge zone.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineImageInnerModifier and TypeMethodDescriptionVirtualMachineImagesClient.getAsync(String location, String publisherName, String offer, String skus, String version) Gets a virtual machine image.VirtualMachineImagesEdgeZonesClient.getAsync(String location, String edgeZone, String publisherName, String offer, String skus, String version) Gets a virtual machine image in an edge zone.com.azure.core.http.rest.Response<VirtualMachineImageInner> VirtualMachineImagesClient.getWithResponse(String location, String publisherName, String offer, String skus, String version, com.azure.core.util.Context context) Gets a virtual machine image.com.azure.core.http.rest.Response<VirtualMachineImageInner> VirtualMachineImagesEdgeZonesClient.getWithResponse(String location, String edgeZone, String publisherName, String offer, String skus, String version, com.azure.core.util.Context context) Gets a virtual machine image in an edge zone.Mono<com.azure.core.http.rest.Response<VirtualMachineImageInner>> VirtualMachineImagesClient.getWithResponseAsync(String location, String publisherName, String offer, String skus, String version) Gets a virtual machine image.Mono<com.azure.core.http.rest.Response<VirtualMachineImageInner>> VirtualMachineImagesEdgeZonesClient.getWithResponseAsync(String location, String edgeZone, String publisherName, String offer, String skus, String version) Gets a virtual machine image in an edge zone.com.azure.core.http.rest.PagedIterable<VirtualMachineImageInner> VirtualMachineImagesClient.listWithProperties(String location, String publisherName, String offer, String skus, Expand expand) The listWithProperties operation.com.azure.core.http.rest.PagedIterable<VirtualMachineImageInner> VirtualMachineImagesClient.listWithProperties(String location, String publisherName, String offer, String skus, Expand expand, Integer top, String orderby, com.azure.core.util.Context context) The listWithProperties operation.com.azure.core.http.rest.PagedFlux<VirtualMachineImageInner> VirtualMachineImagesClient.listWithPropertiesAsync(String location, String publisherName, String offer, String skus, Expand expand) The listWithProperties operation.com.azure.core.http.rest.PagedFlux<VirtualMachineImageInner> VirtualMachineImagesClient.listWithPropertiesAsync(String location, String publisherName, String offer, String skus, Expand expand, Integer top, String orderby) The listWithProperties operation. -
Uses of VirtualMachineImageInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineImageInnerModifier and TypeMethodDescriptionstatic VirtualMachineImageInnerVirtualMachineImageInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineImageInner from the JsonReader.VirtualMachineImageInner.withArchitecture(ArchitectureTypes architecture) Set the architecture property: Specifies the Architecture Type.VirtualMachineImageInner.withAutomaticOSUpgradeProperties(AutomaticOSUpgradeProperties automaticOSUpgradeProperties) Set the automaticOSUpgradeProperties property: Describes automatic OS upgrade properties on the image.VirtualMachineImageInner.withDataDiskImages(List<DataDiskImage> dataDiskImages) Set the dataDiskImages property: The dataDiskImages property.VirtualMachineImageInner.withDisallowed(DisallowedConfiguration disallowed) Set the disallowed property: Specifies disallowed configuration for the VirtualMachine created from the image.VirtualMachineImageInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location of the Virtual Machine.VirtualMachineImageInner.withFeatures(List<VirtualMachineImageFeature> features) Set the features property: The features property.VirtualMachineImageInner.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration) Set the hyperVGeneration property: Specifies the HyperVGeneration Type.VirtualMachineImageInner.withImageDeprecationStatus(ImageDeprecationStatus imageDeprecationStatus) Set the imageDeprecationStatus property: Describes image deprecation status properties on the image.VirtualMachineImageInner.withLocation(String location) Set the location property: The supported Azure location of the resource.Set the name property: The name of the resource.VirtualMachineImageInner.withOsDiskImage(OSDiskImage osDiskImage) Set the osDiskImage property: Contains the os disk image information.VirtualMachineImageInner.withPlan(PurchasePlan plan) Set the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.Set the tags property: Specifies the tags that are assigned to the virtual machine. -
Uses of VirtualMachineImageInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineImageInnerModifier and TypeMethodDescriptionVirtualMachineImagesWithPropertiesListResult.value()Get the value property: The list of virtual machine images.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineImageInnerModifier and TypeMethodDescriptionVirtualMachineImagesWithPropertiesListResult.withValue(List<VirtualMachineImageInner> value) Set the value property: The list of virtual machine images.