IEnrollmentAccountsOperations Interface

Definition

EnrollmentAccountsOperations operations.

public interface IEnrollmentAccountsOperations
type IEnrollmentAccountsOperations = interface
Public Interface IEnrollmentAccountsOperations

Methods

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

Gets a enrollment account by name.

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

Lists the enrollment accounts the caller has access to.

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

Lists the enrollment accounts the caller has access to.

Extension Methods

Get(IEnrollmentAccountsOperations, String)

Gets a enrollment account by name.

GetAsync(IEnrollmentAccountsOperations, String, CancellationToken)

Gets a enrollment account by name.

List(IEnrollmentAccountsOperations)

Lists the enrollment accounts the caller has access to.

ListAsync(IEnrollmentAccountsOperations, CancellationToken)

Lists the enrollment accounts the caller has access to.

ListNext(IEnrollmentAccountsOperations, String)

Lists the enrollment accounts the caller has access to.

ListNextAsync(IEnrollmentAccountsOperations, String, CancellationToken)

Lists the enrollment accounts the caller has access to.

Applies to