共用方式為


IEnrollmentAccountsOperations 介面

定義

EnrollmentAccountsOperations 作業。

public interface IEnrollmentAccountsOperations
type IEnrollmentAccountsOperations = interface
Public Interface IEnrollmentAccountsOperations

方法

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

依名稱取得註冊帳戶。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出呼叫端有權存取的註冊帳戶。

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

列出呼叫端有權存取的註冊帳戶。

擴充方法

Get(IEnrollmentAccountsOperations, String)

依名稱取得註冊帳戶。

GetAsync(IEnrollmentAccountsOperations, String, CancellationToken)

依名稱取得註冊帳戶。

List(IEnrollmentAccountsOperations)

列出呼叫端有權存取的註冊帳戶。

ListAsync(IEnrollmentAccountsOperations, CancellationToken)

列出呼叫端有權存取的註冊帳戶。

ListNext(IEnrollmentAccountsOperations, String)

列出呼叫端有權存取的註冊帳戶。

ListNextAsync(IEnrollmentAccountsOperations, String, CancellationToken)

列出呼叫端有權存取的註冊帳戶。

適用於