Freigeben über


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

Name Description
SecurityInsightsFileImportContentType(String)

Initializes a new instance of SecurityInsightsFileImportContentType.

Properties

Name Description
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

Name Description
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

Name Description
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