AzureBlobDataFeedSource Class

AzureBlobDataFeedSource.

Inheritance
azure.ai.metricsadvisor.models._models.DataFeedSource
AzureBlobDataFeedSource

Constructor

AzureBlobDataFeedSource(container: str, blob_template: str, **kwargs: Any)

Parameters

credential_id
str

The datasource credential id.

connection_string
str

Azure Blob connection string.

msi
bool

If using managed identity authentication.

container
str
Required

Required. Container.

blob_template
str
Required

Required. Blob Template.

Variables

data_source_type
str or <xref:azure.ai.metricsadvisor.models.DatasourceType>

Required. data source type.Constant filled by server. Possible values include: "AzureApplicationInsights", "AzureBlob", "AzureCosmosDB", "AzureDataExplorer", "AzureDataLakeStorageGen2", "AzureEventHubs", "AzureLogAnalytics", "AzureTable", "InfluxDB", "MongoDB", "MySql", "PostgreSql", "SqlServer".

authentication_type
str or <xref:azure.ai.metricsadvisor.models.DatasourceAuthenticationType>

authentication type for corresponding data source. Possible values include: "Basic", "ManagedIdentity", "AzureSQLConnectionString", "DataLakeGen2SharedKey", "ServicePrincipal", "ServicePrincipalInKV". Default is "Basic".