Condividi tramite


PathRecommendationFileType Struct

Definition

The type of the file (for Linux files - Executable is used).

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

Constructors

PathRecommendationFileType(String)

Initializes a new instance of PathRecommendationFileType.

Properties

Dll

Dll.

Exe

Exe.

Executable

Executable.

Msi

Msi.

Script

Script.

Unknown

Unknown.

Methods

Equals(PathRecommendationFileType)

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

Determines if two PathRecommendationFileType values are the same.

Implicit(String to PathRecommendationFileType)

Converts a string to a PathRecommendationFileType.

Inequality(PathRecommendationFileType, PathRecommendationFileType)

Determines if two PathRecommendationFileType values are not the same.

Applies to