次の方法で共有


AzureBlobDataFeedSource.AuthenticationType 構造体

定義

AzureBlobDataFeedSource対するさまざまな認証方法。 既定値は 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)
継承
AzureBlobDataFeedSource.AuthenticationType
実装

プロパティ

Basic

認証には Azure.AI.MetricsAdvisor.Administration.AzureBlobDataFeedSource.ConnectionString 、この AzureBlobDataFeedSource インスタンス内の 存在のみを使用します。

ManagedIdentity

マネージド ID 認証を使用します。

メソッド

Equals(AzureBlobDataFeedSource+AuthenticationType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AzureBlobDataFeedSource+AuthenticationType, AzureBlobDataFeedSource+AuthenticationType)

2 つの AzureBlobDataFeedSource.AuthenticationType 値が同じかどうかを判断します。

Implicit(String to AuthenticationType)

stringAzureBlobDataFeedSource.AuthenticationType に変換します。

Inequality(AzureBlobDataFeedSource+AuthenticationType, AzureBlobDataFeedSource+AuthenticationType)

2 つの AzureBlobDataFeedSource.AuthenticationType 値が同じでないかどうかを判断します。

適用対象