SecurityInsightsFileImportContentType Struct

Definition

The content type of this file.

public readonly struct SecurityInsightsFileImportContentType : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsFileImportContentType>
type SecurityInsightsFileImportContentType = struct
Public Structure SecurityInsightsFileImportContentType
Implements IEquatable(Of SecurityInsightsFileImportContentType)
Inheritance
SecurityInsightsFileImportContentType
Implements

Constructors

SecurityInsightsFileImportContentType(String)

Initializes a new instance of SecurityInsightsFileImportContentType.

Properties

BasicIndicator

File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern.

StixIndicator

File containing STIX indicators.

Unspecified

File containing other records.

Methods

Equals(SecurityInsightsFileImportContentType)

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(SecurityInsightsFileImportContentType, SecurityInsightsFileImportContentType)

Determines if two SecurityInsightsFileImportContentType values are the same.

Implicit(String to SecurityInsightsFileImportContentType)

Converts a string to a SecurityInsightsFileImportContentType.

Inequality(SecurityInsightsFileImportContentType, SecurityInsightsFileImportContentType)

Determines if two SecurityInsightsFileImportContentType values are not the same.

Applies to