AzureBlobDataFeedSource.AuthenticationType Estrutura

Definição

As diferentes maneiras de autenticar em um AzureBlobDataFeedSource. Assume o padrão de Basic.

public readonly struct AzureBlobDataFeedSource.AuthenticationType : IEquatable<Azure.AI.MetricsAdvisor.Administration.AzureBlobDataFeedSource.AuthenticationType>
type AzureBlobDataFeedSource.AuthenticationType = struct
Public Structure AzureBlobDataFeedSource.AuthenticationType
Implements IEquatable(Of AzureBlobDataFeedSource.AuthenticationType)
Herança
AzureBlobDataFeedSource.AuthenticationType
Implementações

Propriedades

Basic

Usa apenas o Azure.AI.MetricsAdvisor.Administration.AzureBlobDataFeedSource.ConnectionString presente nesta AzureBlobDataFeedSource instância para autenticação.

ManagedIdentity

Usa a autenticação de Identidade Gerenciada.

Métodos

Equals(AzureBlobDataFeedSource+AuthenticationType)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(AzureBlobDataFeedSource+AuthenticationType, AzureBlobDataFeedSource+AuthenticationType)

Determina se dois AzureBlobDataFeedSource.AuthenticationType valores são os mesmos.

Implicit(String to AuthenticationType)

Converte um string em um AzureBlobDataFeedSource.AuthenticationType.

Inequality(AzureBlobDataFeedSource+AuthenticationType, AzureBlobDataFeedSource+AuthenticationType)

Determina se dois AzureBlobDataFeedSource.AuthenticationType valores não são os mesmos.

Aplica-se a