AzureBlobDataFeedSource.AuthenticationType Struct

Definition

The different ways of authenticating to an AzureBlobDataFeedSource. Defaults to 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)
Inheritance
AzureBlobDataFeedSource.AuthenticationType
Implements

Properties

Basic

Only uses the Azure.AI.MetricsAdvisor.Administration.AzureBlobDataFeedSource.ConnectionString present in this AzureBlobDataFeedSource instance for authentication.

ManagedIdentity

Uses Managed Identity authentication.

Methods

Equals(AzureBlobDataFeedSource+AuthenticationType)

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(AzureBlobDataFeedSource+AuthenticationType, AzureBlobDataFeedSource+AuthenticationType)

Determines if two AzureBlobDataFeedSource.AuthenticationType values are the same.

Implicit(String to AuthenticationType)

Converts a string to an AzureBlobDataFeedSource.AuthenticationType.

Inequality(AzureBlobDataFeedSource+AuthenticationType, AzureBlobDataFeedSource+AuthenticationType)

Determines if two AzureBlobDataFeedSource.AuthenticationType values are not the same.

Applies to