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
SecurityInsightsFileFormat(String) |
Initializes a new instance of SecurityInsightsFileFormat. |
Properties
Csv |
A CSV file. |
Json |
A JSON file. |
Unspecified |
A file of other format. |
Methods
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
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. |
Applies to
Azure SDK for .NET