SecurityInsightsFileFormat 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.
The format of the file.
public readonly struct SecurityInsightsFileFormat : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsFileFormat>
type SecurityInsightsFileFormat = struct
Public Structure SecurityInsightsFileFormat
Implements IEquatable(Of SecurityInsightsFileFormat)
- Inheritance
-
SecurityInsightsFileFormat
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityInsightsFileFormat(String) |
Initializes a new instance of SecurityInsightsFileFormat. |
Properties
| Name | Description |
|---|---|
| Csv |
A CSV file. |
| Json |
A JSON file. |
| Unspecified |
A file of other format. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityInsightsFileFormat) |
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(SecurityInsightsFileFormat, SecurityInsightsFileFormat) |
Determines if two SecurityInsightsFileFormat values are the same. |
| Implicit(String to SecurityInsightsFileFormat) |
Converts a String to a SecurityInsightsFileFormat. |
| Inequality(SecurityInsightsFileFormat, SecurityInsightsFileFormat) |
Determines if two SecurityInsightsFileFormat values are not the same. |