DataFeedSourceKind 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.
data source type.
public readonly struct DataFeedSourceKind : IEquatable<Azure.AI.MetricsAdvisor.Models.DataFeedSourceKind>
type DataFeedSourceKind = struct
Public Structure DataFeedSourceKind
Implements IEquatable(Of DataFeedSourceKind)
- Inheritance
-
DataFeedSourceKind
- Implements
Constructors
DataFeedSourceKind(String) |
Determines if two DataFeedSourceKind values are the same. |
Properties
AzureApplicationInsights |
Azure Application Insights. |
AzureBlob |
Azure Blob Storage. |
AzureCosmosDb |
Azure Cosmos DB. |
AzureDataExplorer |
Azure Data Explorer. |
AzureDataLakeStorage |
Azure Data Lake Storage Gen2. |
AzureEventHubs |
Azure Event Hubs. |
AzureTable |
Azure Table. |
InfluxDb |
InfluxDB. |
LogAnalytics |
Log Analytics. |
MongoDb |
MongoDB. |
MySql |
MySQL. |
PostgreSql |
PostgreSQL. |
SqlServer |
SQL Server. |
Methods
Equals(DataFeedSourceKind) |
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(DataFeedSourceKind, DataFeedSourceKind) |
Determines if two DataFeedSourceKind values are the same. |
Implicit(String to DataFeedSourceKind) |
Converts a string to a DataFeedSourceKind. |
Inequality(DataFeedSourceKind, DataFeedSourceKind) |
Determines if two DataFeedSourceKind values are not the same. |
Applies to
Azure SDK for .NET