Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceUpgradeMode
Packages that use CloudServiceUpgradeMode
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceUpgradeMode in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as CloudServiceUpgradeModeModifier and TypeFieldDescriptionstatic final CloudServiceUpgradeModeCloudServiceUpgradeMode.AUTOStatic value Auto for CloudServiceUpgradeMode.static final CloudServiceUpgradeModeCloudServiceUpgradeMode.MANUALStatic value Manual for CloudServiceUpgradeMode.static final CloudServiceUpgradeModeCloudServiceUpgradeMode.SIMULTANEOUSStatic value Simultaneous for CloudServiceUpgradeMode.Methods in com.azure.resourcemanager.compute.models that return CloudServiceUpgradeModeModifier and TypeMethodDescriptionstatic CloudServiceUpgradeModeCloudServiceUpgradeMode.fromString(String name) Creates or finds a CloudServiceUpgradeMode from its string representation.CloudServiceProperties.upgradeMode()Get the upgradeMode property: Update mode for the cloud service.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CloudServiceUpgradeModeModifier and TypeMethodDescriptionstatic Collection<CloudServiceUpgradeMode>CloudServiceUpgradeMode.values()Gets known CloudServiceUpgradeMode values.Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceUpgradeModeModifier and TypeMethodDescriptionCloudServiceProperties.withUpgradeMode(CloudServiceUpgradeMode upgradeMode) Set the upgradeMode property: Update mode for the cloud service.