Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineInstallPatchesResultInner
Packages that use VirtualMachineInstallPatchesResultInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineInstallPatchesResultInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return VirtualMachineInstallPatchesResultInnerModifier and TypeMethodDescriptionVirtualMachinesClient.installPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.VirtualMachinesClient.installPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput, com.azure.core.util.Context context) Installs patches on the VM.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineInstallPatchesResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>, VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>, VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>, VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput, com.azure.core.util.Context context) Installs patches on the VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>, VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput, com.azure.core.util.Context context) Installs patches on the VM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>, VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatchesAsync(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>, VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatchesAsync(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.VirtualMachinesClient.installPatchesAsync(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM. -
Uses of VirtualMachineInstallPatchesResultInner in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type VirtualMachineInstallPatchesResultInnerModifier and TypeClassDescriptionfinal classThe result summary of an installation operation.Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineInstallPatchesResultInnerModifier and TypeMethodDescriptionVirtualMachineInstallPatchesResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineInstallPatchesResultInner from the JsonReader.