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 AutoScalePolicyEnforcement
AutoScalePolicyEnforcement.DISABLED
Static value Disabled for AutoScalePolicyEnforcement.static final AutoScalePolicyEnforcement
AutoScalePolicyEnforcement.ENABLED
Static value Enabled for AutoScalePolicyEnforcement.static final AutoScalePolicyEnforcement
AutoScalePolicyEnforcement.NONE
Static 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 AutoScalePolicyEnforcement
AutoScalePolicyEnforcement.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.