AnalyticsDefenderEasmModelFactory.AzureDataExplorerDataConnectionPayload 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.
Initializes a new instance of AzureDataExplorerDataConnectionPayload.
public static Azure.Analytics.Defender.Easm.AzureDataExplorerDataConnectionPayload AzureDataExplorerDataConnectionPayload (string name = default, Azure.Analytics.Defender.Easm.DataConnectionContent? content = default, Azure.Analytics.Defender.Easm.DataConnectionFrequency? frequency = default, int? frequencyOffset = default, Azure.Analytics.Defender.Easm.AzureDataExplorerDataConnectionProperties properties = default);
static member AzureDataExplorerDataConnectionPayload : string * Nullable<Azure.Analytics.Defender.Easm.DataConnectionContent> * Nullable<Azure.Analytics.Defender.Easm.DataConnectionFrequency> * Nullable<int> * Azure.Analytics.Defender.Easm.AzureDataExplorerDataConnectionProperties -> Azure.Analytics.Defender.Easm.AzureDataExplorerDataConnectionPayload
Public Shared Function AzureDataExplorerDataConnectionPayload (Optional name As String = Nothing, Optional content As Nullable(Of DataConnectionContent) = Nothing, Optional frequency As Nullable(Of DataConnectionFrequency) = Nothing, Optional frequencyOffset As Nullable(Of Integer) = Nothing, Optional properties As AzureDataExplorerDataConnectionProperties = Nothing) As AzureDataExplorerDataConnectionPayload
Parameters
- name
- String
The name of data connection.
- content
- Nullable<DataConnectionContent>
The type of data the data connection will transfer.
- frequency
- Nullable<DataConnectionFrequency>
The rate at which the data connection will receive updates.
The day to update the data connection on. (1-7 for weekly, 1-31 for monthly).
- properties
- AzureDataExplorerDataConnectionProperties
properties.
Returns
A new AzureDataExplorerDataConnectionPayload instance for mocking.
Applies to
Azure SDK for .NET