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