ITopLevelDomainsOperations 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.
public interface ITopLevelDomainsOperations
type ITopLevelDomainsOperations = interface
Public Interface ITopLevelDomainsOperations
Methods
GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListAgreementsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListAgreementsWithHttpMessagesAsync(String, Nullable<Boolean>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
Extension Methods
Get(ITopLevelDomainsOperations, String)
GetAsync(ITopLevelDomainsOperations, String, CancellationToken)
List(ITopLevelDomainsOperations)
ListAgreements(ITopLevelDomainsOperations, String, Nullable<Boolean>, Nullable<Boolean>)
ListAgreementsAsync(ITopLevelDomainsOperations, String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)
ListAgreementsNext(ITopLevelDomainsOperations, String)
ListAgreementsNextAsync(ITopLevelDomainsOperations, String, CancellationToken)
ListAsync(ITopLevelDomainsOperations, CancellationToken)
ListNext(ITopLevelDomainsOperations, String)
ListNextAsync(ITopLevelDomainsOperations, String, CancellationToken)
Applies to