BlobScanResultsConfig Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Write scan result on BlobIndexTags by default.
public readonly struct BlobScanResultsConfig : IEquatable<Azure.ResourceManager.SecurityCenter.Models.BlobScanResultsConfig>
type BlobScanResultsConfig = struct
Public Structure BlobScanResultsConfig
Implements IEquatable(Of BlobScanResultsConfig)
- Inheritance
-
BlobScanResultsConfig
- Implements
Constructors
| Name | Description |
|---|---|
| BlobScanResultsConfig(String) |
Initializes a new instance of BlobScanResultsConfig. |
Properties
| Name | Description |
|---|---|
| BlobIndexTags |
Write scan results on the blobs index tags. |
| None |
Do not write scan results on the blobs index tags. |
Methods
| Name | Description |
|---|---|
| Equals(BlobScanResultsConfig) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(BlobScanResultsConfig, BlobScanResultsConfig) |
Determines if two BlobScanResultsConfig values are the same. |
| Implicit(String to BlobScanResultsConfig) |
Converts a string to a BlobScanResultsConfig. |
| Implicit(String to Nullable<BlobScanResultsConfig>) | |
| Inequality(BlobScanResultsConfig, BlobScanResultsConfig) |
Determines if two BlobScanResultsConfig values are not the same. |