IEnrollmentAccountsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET