SecurityInsightsFileImportState 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 state of the file import.
public readonly struct SecurityInsightsFileImportState : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsFileImportState>
type SecurityInsightsFileImportState = struct
Public Structure SecurityInsightsFileImportState
Implements IEquatable(Of SecurityInsightsFileImportState)
- Inheritance
-
SecurityInsightsFileImportState
- Implements
Constructors
SecurityInsightsFileImportState(String) |
Initializes a new instance of SecurityInsightsFileImportState. |
Properties
FatalError |
A fatal error has occurred while ingesting the file. |
Ingested |
The file has been ingested. |
IngestedWithErrors |
The file has been ingested with errors. |
InProgress |
The file ingestion is in progress. |
Invalid |
The file is invalid. |
Unspecified |
Unspecified state. |
WaitingForUpload |
Waiting for the file to be uploaded. |
Methods
Equals(SecurityInsightsFileImportState) |
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(SecurityInsightsFileImportState, SecurityInsightsFileImportState) |
Determines if two SecurityInsightsFileImportState values are the same. |
Implicit(String to SecurityInsightsFileImportState) |
Converts a string to a SecurityInsightsFileImportState. |
Inequality(SecurityInsightsFileImportState, SecurityInsightsFileImportState) |
Determines if two SecurityInsightsFileImportState values are not the same. |
Applies to
Azure SDK for .NET