Uses of Class
com.azure.resourcemanager.loganalytics.models.DataSourceKind
Packages that use DataSourceKind
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of DataSourceKind in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return DataSourceKindModifier and TypeMethodDescriptionDataSourceInner.kind()Get the kind property: The kind of the DataSource.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type DataSourceKindModifier and TypeMethodDescriptionDataSourceInner.withKind(DataSourceKind kind) Set the kind property: The kind of the DataSource. -
Uses of DataSourceKind in com.azure.resourcemanager.loganalytics.models
Fields in com.azure.resourcemanager.loganalytics.models declared as DataSourceKindModifier and TypeFieldDescriptionstatic final DataSourceKindDataSourceKind.APPLICATION_INSIGHTSStatic value ApplicationInsights for DataSourceKind.static final DataSourceKindDataSourceKind.AZURE_ACTIVITY_LOGStatic value AzureActivityLog for DataSourceKind.static final DataSourceKindDataSourceKind.AZURE_AUDIT_LOGStatic value AzureAuditLog for DataSourceKind.static final DataSourceKindDataSourceKind.CHANGE_TRACKING_CONTENT_LOCATIONStatic value ChangeTrackingContentLocation for DataSourceKind.static final DataSourceKindDataSourceKind.CHANGE_TRACKING_CUSTOM_PATHStatic value ChangeTrackingCustomPath for DataSourceKind.static final DataSourceKindDataSourceKind.CHANGE_TRACKING_DATA_TYPE_CONFIGURATIONStatic value ChangeTrackingDataTypeConfiguration for DataSourceKind.static final DataSourceKindDataSourceKind.CHANGE_TRACKING_DEFAULT_REGISTRYStatic value ChangeTrackingDefaultRegistry for DataSourceKind.static final DataSourceKindDataSourceKind.CHANGE_TRACKING_LINUX_PATHStatic value ChangeTrackingLinuxPath for DataSourceKind.static final DataSourceKindDataSourceKind.CHANGE_TRACKING_PATHStatic value ChangeTrackingPath for DataSourceKind.static final DataSourceKindDataSourceKind.CHANGE_TRACKING_REGISTRYStatic value ChangeTrackingRegistry for DataSourceKind.static final DataSourceKindDataSourceKind.CHANGE_TRACKING_SERVICESStatic value ChangeTrackingServices for DataSourceKind.static final DataSourceKindDataSourceKind.CUSTOM_LOGStatic value CustomLog for DataSourceKind.static final DataSourceKindDataSourceKind.CUSTOM_LOG_COLLECTIONStatic value CustomLogCollection for DataSourceKind.static final DataSourceKindDataSourceKind.DNS_ANALYTICSStatic value DnsAnalytics for DataSourceKind.static final DataSourceKindDataSourceKind.GENERIC_DATA_SOURCEStatic value GenericDataSource for DataSourceKind.static final DataSourceKindDataSourceKind.IISLOGSStatic value IISLogs for DataSourceKind.static final DataSourceKindDataSourceKind.IMPORT_COMPUTER_GROUPStatic value ImportComputerGroup for DataSourceKind.static final DataSourceKindDataSourceKind.ITSMStatic value Itsm for DataSourceKind.static final DataSourceKindDataSourceKind.LINUX_CHANGE_TRACKING_PATHStatic value LinuxChangeTrackingPath for DataSourceKind.static final DataSourceKindDataSourceKind.LINUX_PERFORMANCE_COLLECTIONStatic value LinuxPerformanceCollection for DataSourceKind.static final DataSourceKindDataSourceKind.LINUX_PERFORMANCE_OBJECTStatic value LinuxPerformanceObject for DataSourceKind.static final DataSourceKindDataSourceKind.LINUX_SYSLOGStatic value LinuxSyslog for DataSourceKind.static final DataSourceKindDataSourceKind.LINUX_SYSLOG_COLLECTIONStatic value LinuxSyslogCollection for DataSourceKind.static final DataSourceKindDataSourceKind.NETWORK_MONITORINGStatic value NetworkMonitoring for DataSourceKind.static final DataSourceKindDataSourceKind.OFFICE365Static value Office365 for DataSourceKind.static final DataSourceKindDataSourceKind.SECURITY_CENTER_SECURITY_WINDOWS_BASELINE_CONFIGURATIONStatic value SecurityCenterSecurityWindowsBaselineConfiguration for DataSourceKind.static final DataSourceKindDataSourceKind.SECURITY_EVENT_COLLECTION_CONFIGURATIONStatic value SecurityEventCollectionConfiguration for DataSourceKind.static final DataSourceKindDataSourceKind.SECURITY_INSIGHTS_SECURITY_EVENT_COLLECTION_CONFIGURATIONStatic value SecurityInsightsSecurityEventCollectionConfiguration for DataSourceKind.static final DataSourceKindDataSourceKind.SECURITY_WINDOWS_BASELINE_CONFIGURATIONStatic value SecurityWindowsBaselineConfiguration for DataSourceKind.static final DataSourceKindDataSourceKind.SQL_DATA_CLASSIFICATIONStatic value SqlDataClassification for DataSourceKind.static final DataSourceKindDataSourceKind.WINDOWS_EVENTStatic value WindowsEvent for DataSourceKind.static final DataSourceKindDataSourceKind.WINDOWS_PERFORMANCE_COUNTERStatic value WindowsPerformanceCounter for DataSourceKind.static final DataSourceKindDataSourceKind.WINDOWS_TELEMETRYStatic value WindowsTelemetry for DataSourceKind.Methods in com.azure.resourcemanager.loganalytics.models that return DataSourceKindModifier and TypeMethodDescriptionstatic DataSourceKindDataSourceKind.fromString(String name) Creates or finds a DataSourceKind from its string representation.DataSource.kind()Gets the kind property: The kind of the DataSource.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type DataSourceKindModifier and TypeMethodDescriptionstatic Collection<DataSourceKind>DataSourceKind.values()Gets known DataSourceKind values.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type DataSourceKindModifier and TypeMethodDescriptionDataSource.DefinitionStages.WithKind.withKind(DataSourceKind kind) Specifies the kind property: The kind of the DataSource..DataSource.UpdateStages.WithKind.withKind(DataSourceKind kind) Specifies the kind property: The kind of the DataSource..