IDomainsOperations Interface

Definition

DomainsOperations operations.

public interface IDomainsOperations
type IDomainsOperations = interface
Public Interface IDomainsOperations

Methods

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

Gets a specific domain in the current tenant.

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

Gets a list of domains for the current tenant.

Extension Methods

GetAsync(IDomainsOperations, String, CancellationToken)

Gets a specific domain in the current tenant.

ListAsync(IDomainsOperations, ODataQuery<UserInner>, CancellationToken)

Gets a list of domains for the current tenant.

Applies to