次の方法で共有


BatchAuthenticationMode 列挙型

定義

Batch アカウントの認証モード。

public enum BatchAuthenticationMode
type BatchAuthenticationMode = 
Public Enum BatchAuthenticationMode
継承
BatchAuthenticationMode

フィールド

Aad 1

Azure Active Directory を使用した認証モード。

SharedKey 0

共有キーを使用した認証モード。

TaskAuthenticationToken 2

タスク認証トークンを使用した認証モード。

適用対象