次の方法で共有


AuthenticationType Enum

Definition

Authentication type used by Azure AI service to connect to another service.

public enum AuthenticationType
type AuthenticationType = 
Public Enum AuthenticationType
Inheritance
AuthenticationType

Fields

Name Value Description
ApiKey 0

API Key authentication.

EntraId 1

Entra ID authentication (formerly known as AAD).

SAS 2

Shared Access Signature (SAS) authentication.

Applies to