Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineUpdateInner
Packages that use VirtualMachineUpdateInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineUpdateInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type VirtualMachineUpdateInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineInner>,VirtualMachineInner> VirtualMachinesClient.beginUpdate(String resourceGroupName, String vmName, VirtualMachineUpdateInner parameters) The operation to update a virtual machine.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineInner>,VirtualMachineInner> VirtualMachinesClient.beginUpdate(String resourceGroupName, String vmName, VirtualMachineUpdateInner parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context) The operation to update a virtual machine.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineInner>,VirtualMachineInner> VirtualMachinesClient.beginUpdateAsync(String resourceGroupName, String vmName, VirtualMachineUpdateInner parameters) The operation to update a virtual machine.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineInner>,VirtualMachineInner> VirtualMachinesClient.beginUpdateAsync(String resourceGroupName, String vmName, VirtualMachineUpdateInner parameters, String ifMatch, String ifNoneMatch) The operation to update a virtual machine.VirtualMachinesClient.update(String resourceGroupName, String vmName, VirtualMachineUpdateInner parameters) The operation to update a virtual machine.VirtualMachinesClient.update(String resourceGroupName, String vmName, VirtualMachineUpdateInner parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context) The operation to update a virtual machine.VirtualMachinesClient.updateAsync(String resourceGroupName, String vmName, VirtualMachineUpdateInner parameters) The operation to update a virtual machine.VirtualMachinesClient.updateAsync(String resourceGroupName, String vmName, VirtualMachineUpdateInner parameters, String ifMatch, String ifNoneMatch) The operation to update a virtual machine.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>VirtualMachinesClient.updateWithResponseAsync(String resourceGroupName, String vmName, VirtualMachineUpdateInner parameters, String ifMatch, String ifNoneMatch) The operation to update a virtual machine. -
Uses of VirtualMachineUpdateInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineUpdateInnerModifier and TypeMethodDescriptionVirtualMachineUpdateInner.withAdditionalCapabilities(AdditionalCapabilities additionalCapabilities) Set the additionalCapabilities property: Specifies additional capabilities enabled or disabled on the virtual machine.VirtualMachineUpdateInner.withApplicationProfile(ApplicationProfile applicationProfile) Set the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.VirtualMachineUpdateInner.withAvailabilitySet(com.azure.core.management.SubResource availabilitySet) Set the availabilitySet property: Specifies information about the availability set that the virtual machine should be assigned to.VirtualMachineUpdateInner.withBillingProfile(BillingProfile billingProfile) Set the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.VirtualMachineUpdateInner.withCapacityReservation(CapacityReservationProfile capacityReservation) Set the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.VirtualMachineUpdateInner.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineUpdateInner.withEvictionPolicy(VirtualMachineEvictionPolicyTypes evictionPolicy) Set the evictionPolicy property: Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.VirtualMachineUpdateInner.withExtensionsTimeBudget(String extensionsTimeBudget) Set the extensionsTimeBudget property: Specifies the time alloted for all extensions to start.VirtualMachineUpdateInner.withHardwareProfile(HardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineUpdateInner.withHost(com.azure.core.management.SubResource host) Set the host property: Specifies information about the dedicated host that the virtual machine resides in.VirtualMachineUpdateInner.withHostGroup(com.azure.core.management.SubResource hostGroup) Set the hostGroup property: Specifies information about the dedicated host group that the virtual machine resides in.VirtualMachineUpdateInner.withIdentity(VirtualMachineIdentity identity) Set the identity property: The identity of the virtual machine, if configured.VirtualMachineUpdateInner.withLicenseType(String licenseType) Set the licenseType property: Specifies that the image or disk that is being used was licensed on-premises.VirtualMachineUpdateInner.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineUpdateInner.withOsProfile(OSProfile osProfile) Set the osProfile property: Specifies the operating system settings used while creating the virtual machine.Set the plan property: Specifies information about the marketplace image used to create the virtual machine.VirtualMachineUpdateInner.withPlatformFaultDomain(Integer platformFaultDomain) Set the platformFaultDomain property: Specifies the scale set logical fault domain into which the Virtual Machine will be created.VirtualMachineUpdateInner.withPriority(VirtualMachinePriorityTypes priority) Set the priority property: Specifies the priority for the virtual machine.VirtualMachineUpdateInner.withProximityPlacementGroup(com.azure.core.management.SubResource proximityPlacementGroup) Set the proximityPlacementGroup property: Specifies information about the proximity placement group that the virtual machine should be assigned to.VirtualMachineUpdateInner.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachineUpdateInner.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineUpdateInner.withStorageProfile(StorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.Set the tags property: Resource tags.VirtualMachineUpdateInner.withUserData(String userData) Set the userData property: UserData for the VM, which must be base-64 encoded.VirtualMachineUpdateInner.withVirtualMachineScaleSet(com.azure.core.management.SubResource virtualMachineScaleSet) Set the virtualMachineScaleSet property: Specifies information about the virtual machine scale set that the virtual machine should be assigned to.Set the zones property: The virtual machine zones.