Class ListEncryptionScopesInclude
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ListEncryptionScopesInclude>
com.azure.resourcemanager.storage.models.ListEncryptionScopesInclude
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ListEncryptionScopesInclude
extends com.azure.core.util.ExpandableStringEnum<ListEncryptionScopesInclude>
Defines values for ListEncryptionScopesInclude.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ListEncryptionScopesIncludeStatic value All for ListEncryptionScopesInclude.static final ListEncryptionScopesIncludeStatic value Disabled for ListEncryptionScopesInclude.static final ListEncryptionScopesIncludeStatic value Enabled for ListEncryptionScopesInclude. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListEncryptionScopesIncludefromString(String name) Creates or finds a ListEncryptionScopesInclude from its string representation.values()Gets known ListEncryptionScopesInclude values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ALL
Static value All for ListEncryptionScopesInclude. -
ENABLED
Static value Enabled for ListEncryptionScopesInclude. -
DISABLED
Static value Disabled for ListEncryptionScopesInclude.
-
-
Constructor Details
-
ListEncryptionScopesInclude
Deprecated.Use thefromString(String)factory method.Creates a new instance of ListEncryptionScopesInclude value.
-
-
Method Details
-
fromString
Creates or finds a ListEncryptionScopesInclude from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ListEncryptionScopesInclude.
-
values
Gets known ListEncryptionScopesInclude values.- Returns:
- known ListEncryptionScopesInclude values.
-
fromString(String)factory method.