ArmSecurityCenterModelFactory.AgentlessConfiguration Method
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.
public static Azure.ResourceManager.SecurityCenter.Models.AgentlessConfiguration AgentlessConfiguration(Azure.ResourceManager.SecurityCenter.Models.AgentlessEnablement? agentlessEnabled = default, Azure.ResourceManager.SecurityCenter.Models.AutoDiscovery? agentlessAutoDiscovery = default, System.Collections.Generic.IEnumerable<string> scanners = default, Azure.ResourceManager.SecurityCenter.Models.IotSecurityInventoryListKind? inventoryListType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.InventoryList> inventoryList = default);
static member AgentlessConfiguration : Nullable<Azure.ResourceManager.SecurityCenter.Models.AgentlessEnablement> * Nullable<Azure.ResourceManager.SecurityCenter.Models.AutoDiscovery> * seq<string> * Nullable<Azure.ResourceManager.SecurityCenter.Models.IotSecurityInventoryListKind> * seq<Azure.ResourceManager.SecurityCenter.Models.InventoryList> -> Azure.ResourceManager.SecurityCenter.Models.AgentlessConfiguration
Public Shared Function AgentlessConfiguration (Optional agentlessEnabled As Nullable(Of AgentlessEnablement) = Nothing, Optional agentlessAutoDiscovery As Nullable(Of AutoDiscovery) = Nothing, Optional scanners As IEnumerable(Of String) = Nothing, Optional inventoryListType As Nullable(Of IotSecurityInventoryListKind) = Nothing, Optional inventoryList As IEnumerable(Of InventoryList) = Nothing) As AgentlessConfiguration
Parameters
- agentlessEnabled
- Nullable<AgentlessEnablement>
Agentless Enablement states.
- agentlessAutoDiscovery
- Nullable<AutoDiscovery>
AutoDiscovery states.
- scanners
- IEnumerable<String>
Gets or sets the scanners for the connector.
- inventoryListType
- Nullable<IotSecurityInventoryListKind>
Types for inventory list.
- inventoryList
- IEnumerable<InventoryList>
Gets or sets the inventory list for inclusion or exclusion from Agentless. Will be ignored if agentless auto-discovery is enabled.
Returns
A new AgentlessConfiguration instance for mocking.