AzureDataExplorerDataConnectionPayload 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.
The AzureDataExplorerDataConnectionPayload.
public class AzureDataExplorerDataConnectionPayload : Azure.Analytics.Defender.Easm.DataConnectionPayload, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.AzureDataExplorerDataConnectionPayload>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.AzureDataExplorerDataConnectionPayload>
type AzureDataExplorerDataConnectionPayload = class
inherit DataConnectionPayload
interface IJsonModel<AzureDataExplorerDataConnectionPayload>
interface IPersistableModel<AzureDataExplorerDataConnectionPayload>
Public Class AzureDataExplorerDataConnectionPayload
Inherits DataConnectionPayload
Implements IJsonModel(Of AzureDataExplorerDataConnectionPayload), IPersistableModel(Of AzureDataExplorerDataConnectionPayload)
- Inheritance
- Implements
Constructors
AzureDataExplorerDataConnectionPayload(AzureDataExplorerDataConnectionProperties) |
Initializes a new instance of AzureDataExplorerDataConnectionPayload. |
Properties
Content |
The type of data the data connection will transfer. (Inherited from DataConnectionPayload) |
Frequency |
The rate at which the data connection will receive updates. (Inherited from DataConnectionPayload) |
FrequencyOffset |
The day to update the data connection on. (1-7 for weekly, 1-31 for monthly). (Inherited from DataConnectionPayload) |
Name |
The name of data connection. (Inherited from DataConnectionPayload) |
Properties |
properties. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET