你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PathRecommendation Class
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.
Represents a path that is recommended to be allowed and its properties
public class PathRecommendation
type PathRecommendation = class
Public Class PathRecommendation
- Inheritance
-
PathRecommendation
Constructors
PathRecommendation() |
Initializes a new instance of the PathRecommendation class. |
PathRecommendation(String, String, String, PublisherInfo, Nullable<Boolean>, IList<String>, IList<UserRecommendation>, String, String) |
Initializes a new instance of the PathRecommendation class. |
Properties
Action |
Gets or sets the recommendation action of the machine or rule Possible values include: 'Recommended', 'Add', 'Remove' |
Common |
Gets or sets whether the application is commonly run on the machine |
ConfigurationStatus |
Gets or sets the configuration status of the machines group or machine or rule Possible values include: 'Configured', 'NotConfigured', 'InProgress', 'Failed', 'NoStatus' |
FileType |
Gets or sets the type of the file (for Linux files - Executable is used) Possible values include: 'Exe', 'Dll', 'Msi', 'Script', 'Executable', 'Unknown' |
Path |
Gets or sets the full path of the file, or an identifier of the application |
PublisherInfo |
Gets or sets represents the publisher information of a process/rule |
Type |
Gets or sets the type of IoT Security recommendation. Possible values include: 'IoT_ACRAuthentication', 'IoT_AgentSendsUnutilizedMessages', 'IoT_Baseline', 'IoT_EdgeHubMemOptimize', 'IoT_EdgeLoggingOptions', 'IoT_InconsistentModuleSettings', 'IoT_InstallAgent', 'IoT_IPFilter_DenyAll', 'IoT_IPFilter_PermissiveRule', 'IoT_OpenPorts', 'IoT_PermissiveFirewallPolicy', 'IoT_PermissiveInputFirewallRules', 'IoT_PermissiveOutputFirewallRules', 'IoT_PrivilegedDockerOptions', 'IoT_SharedCredentials', 'IoT_VulnerableTLSCipherSuite' |
Usernames |
Gets or sets |
UserSids |
Gets or sets |
Extension Methods
ConvertToPSType(PathRecommendation) |