Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceUpgradeMode
-
Packages that use CloudServiceUpgradeMode Package Description com.azure.resourcemanager.compute.models 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 CloudServiceUpgradeMode Modifier and Type Field Description static CloudServiceUpgradeModeCloudServiceUpgradeMode. AUTOStatic value Auto for CloudServiceUpgradeMode.static CloudServiceUpgradeModeCloudServiceUpgradeMode. MANUALStatic value Manual for CloudServiceUpgradeMode.static CloudServiceUpgradeModeCloudServiceUpgradeMode. SIMULTANEOUSStatic value Simultaneous for CloudServiceUpgradeMode.Methods in com.azure.resourcemanager.compute.models that return CloudServiceUpgradeMode Modifier and Type Method Description static CloudServiceUpgradeModeCloudServiceUpgradeMode. fromString(String name)Creates or finds a CloudServiceUpgradeMode from its string representation.CloudServiceUpgradeModeCloudServiceProperties. 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 CloudServiceUpgradeMode Modifier and Type Method Description static Collection<CloudServiceUpgradeMode>CloudServiceUpgradeMode. values()Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceUpgradeMode Modifier and Type Method Description CloudServicePropertiesCloudServiceProperties. withUpgradeMode(CloudServiceUpgradeMode upgradeMode)Set the upgradeMode property: Update mode for the cloud service.
-