BlobScanResultsOptions Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. BlobScanResultsOptions
- com.
- com.
public final class BlobScanResultsOptions
extends ExpandableStringEnum<BlobScanResultsOptions>
Optional. Write scan result on BlobIndexTags by default.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Blob |
BLOB_INDEX_TAGS
Write scan results on the blobs index tags. |
|
static final
Blob |
NONE
Do not write scan results on the blobs index tags. |
Constructor Summary
| Constructor | Description |
|---|---|
| BlobScanResultsOptions() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Blob |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Blob |
fromString(String name)
Creates or finds a Blob |
|
static
Collection<Blob |
values()
Gets known Blob |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BLOB_INDEX_TAGS
public static final BlobScanResultsOptions BLOB_INDEX_TAGS
Write scan results on the blobs index tags.
NONE
public static final BlobScanResultsOptions NONE
Do not write scan results on the blobs index tags.
Constructor Details
BlobScanResultsOptions
@Deprecated
public BlobScanResultsOptions()
Deprecated
Creates a new instance of BlobScanResultsOptions value.
Method Details
fromString
public static BlobScanResultsOptions fromString(String name)
Creates or finds a BlobScanResultsOptions from its string representation.
Parameters:
Returns:
values
public static Collection<BlobScanResultsOptions> values()
Gets known BlobScanResultsOptions values.
Returns: