Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineImageInner
-
Packages that use VirtualMachineImageInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models 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 VirtualMachineImageInner Modifier and Type Method Description VirtualMachineImageInnerVirtualMachineImagesClient. get(String location, String publisherName, String offer, String skus, String version)Gets a virtual machine image.VirtualMachineImageInnerVirtualMachineImagesEdgeZonesClient. 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 VirtualMachineImageInner Modifier and Type Method Description Mono<VirtualMachineImageInner>VirtualMachineImagesClient. getAsync(String location, String publisherName, String offer, String skus, String version)Gets a virtual machine image.Mono<VirtualMachineImageInner>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 VirtualMachineImageInner Modifier and Type Method Description VirtualMachineImageInnerVirtualMachineImageInner. withArchitecture(ArchitectureTypes architecture)Set the architecture property: Specifies the Architecture Type.VirtualMachineImageInnerVirtualMachineImageInner. withAutomaticOSUpgradeProperties(AutomaticOSUpgradeProperties automaticOSUpgradeProperties)Set the automaticOSUpgradeProperties property: Describes automatic OS upgrade properties on the image.VirtualMachineImageInnerVirtualMachineImageInner. withDataDiskImages(List<DataDiskImage> dataDiskImages)Set the dataDiskImages property: The dataDiskImages property.VirtualMachineImageInnerVirtualMachineImageInner. withDisallowed(DisallowedConfiguration disallowed)Set the disallowed property: Specifies disallowed configuration for the VirtualMachine created from the image.VirtualMachineImageInnerVirtualMachineImageInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the Virtual Machine.VirtualMachineImageInnerVirtualMachineImageInner. withFeatures(List<VirtualMachineImageFeature> features)Set the features property: The features property.VirtualMachineImageInnerVirtualMachineImageInner. withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)Set the hyperVGeneration property: Specifies the HyperVGeneration Type.VirtualMachineImageInnerVirtualMachineImageInner. withId(String id)VirtualMachineImageInnerVirtualMachineImageInner. withLocation(String location)Set the location property: The supported Azure location of the resource.VirtualMachineImageInnerVirtualMachineImageInner. withName(String name)Set the name property: The name of the resource.VirtualMachineImageInnerVirtualMachineImageInner. withOsDiskImage(OSDiskImage osDiskImage)Set the osDiskImage property: Contains the os disk image information.VirtualMachineImageInnerVirtualMachineImageInner. withPlan(PurchasePlan plan)Set the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.VirtualMachineImageInnerVirtualMachineImageInner. withTags(Map<String,String> tags)Set the tags property: Specifies the tags that are assigned to the virtual machine.
-