OperationalInsightsDataSourceKind Struct
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 kind of the DataSource.
public readonly struct OperationalInsightsDataSourceKind : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataSourceKind>
type OperationalInsightsDataSourceKind = struct
Public Structure OperationalInsightsDataSourceKind
Implements IEquatable(Of OperationalInsightsDataSourceKind)
- Inheritance
-
OperationalInsightsDataSourceKind
- Implements
Constructors
OperationalInsightsDataSourceKind(String) |
Initializes a new instance of OperationalInsightsDataSourceKind. |
Properties
ApplicationInsights |
ApplicationInsights. |
AzureActivityLog |
AzureActivityLog. |
AzureAuditLog |
AzureAuditLog. |
ChangeTrackingContentLocation |
ChangeTrackingContentLocation. |
ChangeTrackingCustomPath |
ChangeTrackingCustomPath. |
ChangeTrackingDataTypeConfiguration |
ChangeTrackingDataTypeConfiguration. |
ChangeTrackingDefaultRegistry |
ChangeTrackingDefaultRegistry. |
ChangeTrackingLinuxPath |
ChangeTrackingLinuxPath. |
ChangeTrackingPath |
ChangeTrackingPath. |
ChangeTrackingRegistry |
ChangeTrackingRegistry. |
ChangeTrackingServices |
ChangeTrackingServices. |
CustomLog |
CustomLog. |
CustomLogCollection |
CustomLogCollection. |
DnsAnalytics |
DnsAnalytics. |
GenericDataSource |
GenericDataSource. |
IISLogs |
IISLogs. |
ImportComputerGroup |
ImportComputerGroup. |
Itsm |
Itsm. |
LinuxChangeTrackingPath |
LinuxChangeTrackingPath. |
LinuxPerformanceCollection |
LinuxPerformanceCollection. |
LinuxPerformanceObject |
LinuxPerformanceObject. |
LinuxSyslog |
LinuxSyslog. |
LinuxSyslogCollection |
LinuxSyslogCollection. |
NetworkMonitoring |
NetworkMonitoring. |
Office365 |
Office365. |
SecurityCenterSecurityWindowsBaselineConfiguration |
SecurityCenterSecurityWindowsBaselineConfiguration. |
SecurityEventCollectionConfiguration |
SecurityEventCollectionConfiguration. |
SecurityInsightsSecurityEventCollectionConfiguration |
SecurityInsightsSecurityEventCollectionConfiguration. |
SecurityWindowsBaselineConfiguration |
SecurityWindowsBaselineConfiguration. |
SqlDataClassification |
SqlDataClassification. |
WindowsEvent |
WindowsEvent. |
WindowsPerformanceCounter |
WindowsPerformanceCounter. |
WindowsTelemetry |
WindowsTelemetry. |
Methods
Equals(OperationalInsightsDataSourceKind) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(OperationalInsightsDataSourceKind, OperationalInsightsDataSourceKind) |
Determines if two OperationalInsightsDataSourceKind values are the same. |
Implicit(String to OperationalInsightsDataSourceKind) |
Converts a String to a OperationalInsightsDataSourceKind. |
Inequality(OperationalInsightsDataSourceKind, OperationalInsightsDataSourceKind) |
Determines if two OperationalInsightsDataSourceKind values are not the same. |
Applies to
Azure SDK for .NET