LogAnalyticsDataConnection 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 LogAnalyticsDataConnection.
public class LogAnalyticsDataConnection : Azure.Analytics.Defender.Easm.DataConnection, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.LogAnalyticsDataConnection>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.LogAnalyticsDataConnection>
type LogAnalyticsDataConnection = class
inherit DataConnection
interface IJsonModel<LogAnalyticsDataConnection>
interface IPersistableModel<LogAnalyticsDataConnection>
Public Class LogAnalyticsDataConnection
Inherits DataConnection
Implements IJsonModel(Of LogAnalyticsDataConnection), IPersistableModel(Of LogAnalyticsDataConnection)
- Inheritance
- Implements
Properties
Active |
An indicator of whether the data connection is active. (Inherited from DataConnection) |
Content |
The type of data the data connection will transfer. (Inherited from DataConnection) |
CreatedDate |
The date the data connection was created. (Inherited from DataConnection) |
DisplayName |
The name that can be used for display purposes. (Inherited from DataConnection) |
Frequency |
The rate at which the data connection will receive updates. (Inherited from DataConnection) |
FrequencyOffset |
The day to update the data connection on. (Inherited from DataConnection) |
Id |
The system generated unique id for the resource. (Inherited from DataConnection) |
InactiveMessage |
A message that specifies details about data connection if inactive. (Inherited from DataConnection) |
Name |
The caller provided unique name for the resource. (Inherited from DataConnection) |
Properties |
properties. |
UpdatedDate |
The date the data connection was last updated. (Inherited from DataConnection) |
UserUpdatedAt |
The date the data connection was last updated by user. (Inherited from DataConnection) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET