ArmSecurityInsightsModelFactory.DcrConfiguration 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.SecurityInsights.Models.DcrConfiguration DcrConfiguration(string dataCollectionEndpoint = default, string dataCollectionRuleImmutableId = default, string streamName = default);
static member DcrConfiguration : string * string * string -> Azure.ResourceManager.SecurityInsights.Models.DcrConfiguration
Public Shared Function DcrConfiguration (Optional dataCollectionEndpoint As String = Nothing, Optional dataCollectionRuleImmutableId As String = Nothing, Optional streamName As String = Nothing) As DcrConfiguration
Parameters
- dataCollectionEndpoint
- String
Represents the data collection ingestion endpoint in log analytics.
- dataCollectionRuleImmutableId
- String
The data collection rule immutable id, the rule defines the transformation and data destination.
- streamName
- String
The stream we are sending the data to.
Returns
A new DcrConfiguration instance for mocking.