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