DataFeedSourceKind Struct

Definition

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