Uses of Class
com.azure.resourcemanager.compute.models.VMGuestPatchRebootSetting
-
Packages that use VMGuestPatchRebootSetting Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VMGuestPatchRebootSetting in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as VMGuestPatchRebootSetting Modifier and Type Field Description static VMGuestPatchRebootSettingVMGuestPatchRebootSetting. ALWAYSStatic value Always for VMGuestPatchRebootSetting.static VMGuestPatchRebootSettingVMGuestPatchRebootSetting. IF_REQUIREDStatic value IfRequired for VMGuestPatchRebootSetting.static VMGuestPatchRebootSettingVMGuestPatchRebootSetting. NEVERStatic value Never for VMGuestPatchRebootSetting.Methods in com.azure.resourcemanager.compute.models that return VMGuestPatchRebootSetting Modifier and Type Method Description static VMGuestPatchRebootSettingVMGuestPatchRebootSetting. fromString(String name)Creates or finds a VMGuestPatchRebootSetting from its string representation.VMGuestPatchRebootSettingVirtualMachineInstallPatchesParameters. rebootSetting()Get the rebootSetting property: Defines when it is acceptable to reboot a VM during a software update operation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VMGuestPatchRebootSetting Modifier and Type Method Description static Collection<VMGuestPatchRebootSetting>VMGuestPatchRebootSetting. values()Methods in com.azure.resourcemanager.compute.models with parameters of type VMGuestPatchRebootSetting Modifier and Type Method Description VirtualMachineInstallPatchesParametersVirtualMachineInstallPatchesParameters. withRebootSetting(VMGuestPatchRebootSetting rebootSetting)Set the rebootSetting property: Defines when it is acceptable to reboot a VM during a software update operation.
-