Uses of Class
com.azure.resourcemanager.elasticsan.models.PolicyState
Packages that use PolicyState
Package
Description
Package containing the data models for ElasticSanManagement.
-
Uses of PolicyState in com.azure.resourcemanager.elasticsan.models
Fields in com.azure.resourcemanager.elasticsan.models declared as PolicyStateModifier and TypeFieldDescriptionstatic final PolicyState
PolicyState.DISABLED
Static value Disabled for PolicyState.static final PolicyState
PolicyState.ENABLED
Static value Enabled for PolicyState.Methods in com.azure.resourcemanager.elasticsan.models that return PolicyStateModifier and TypeMethodDescriptionstatic PolicyState
PolicyState.fromString
(String name) Creates or finds a PolicyState from its string representation.DeleteRetentionPolicy.policyState()
Get the policyState property: The policyState property.Methods in com.azure.resourcemanager.elasticsan.models that return types with arguments of type PolicyStateModifier and TypeMethodDescriptionstatic Collection
<PolicyState> PolicyState.values()
Gets known PolicyState values.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type PolicyStateModifier and TypeMethodDescriptionDeleteRetentionPolicy.withPolicyState
(PolicyState policyState) Set the policyState property: The policyState property.