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.
-
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. -
Uses of VirtualMachineImageInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineImageInnerModifier and TypeMethodDescriptionVirtualMachineImageInner.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.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.