Freigeben über


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

Name Description
PathRecommendationFileType(String)

Initializes a new instance of PathRecommendationFileType.

Properties

Name Description
Dll

Dll.

Exe

Exe.

Executable

Executable.

Msi

Msi.

Script

Script.

Unknown

Unknown.

Methods

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

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