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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET