Uses of Class
com.azure.resourcemanager.elasticsan.models.AutoScalePolicyEnforcement
Packages that use AutoScalePolicyEnforcement
Package
Description
Package containing the data models for ElasticSanManagement.
-
Uses of AutoScalePolicyEnforcement in com.azure.resourcemanager.elasticsan.models
Fields in com.azure.resourcemanager.elasticsan.models declared as AutoScalePolicyEnforcementModifier and TypeFieldDescriptionstatic final AutoScalePolicyEnforcementAutoScalePolicyEnforcement.DISABLEDStatic value Disabled for AutoScalePolicyEnforcement.static final AutoScalePolicyEnforcementAutoScalePolicyEnforcement.ENABLEDStatic value Enabled for AutoScalePolicyEnforcement.static final AutoScalePolicyEnforcementAutoScalePolicyEnforcement.NONEStatic value None for AutoScalePolicyEnforcement.Methods in com.azure.resourcemanager.elasticsan.models that return AutoScalePolicyEnforcementModifier and TypeMethodDescriptionScaleUpProperties.autoScalePolicyEnforcement()Get the autoScalePolicyEnforcement property: Enable or Disable scale up setting on Elastic San Appliance.static AutoScalePolicyEnforcementAutoScalePolicyEnforcement.fromString(String name) Creates or finds a AutoScalePolicyEnforcement from its string representation.Methods in com.azure.resourcemanager.elasticsan.models that return types with arguments of type AutoScalePolicyEnforcementModifier and TypeMethodDescriptionstatic Collection<AutoScalePolicyEnforcement> AutoScalePolicyEnforcement.values()Gets known AutoScalePolicyEnforcement values.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type AutoScalePolicyEnforcementModifier and TypeMethodDescriptionScaleUpProperties.withAutoScalePolicyEnforcement(AutoScalePolicyEnforcement autoScalePolicyEnforcement) Set the autoScalePolicyEnforcement property: Enable or Disable scale up setting on Elastic San Appliance.