IDomainTopicsOperations 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.
DomainTopicsOperations operations.
In this article
public interface IDomainTopicsOperations
type IDomainTopicsOperations = interface
Public Interface IDomainTopicsOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Create or update a domain topic.
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Delete a domain topic.
CreateOrUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Create or update a domain topic.
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Delete a domain topic.
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Get a domain topic.
ListByDomainNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
List domain topics.
ListByDomainWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
List domain topics.
Extension Methods
BeginCreateOrUpdate(IDomainTopicsOperations, String, String, String)
Create or update a domain topic.
BeginCreateOrUpdateAsync(IDomainTopicsOperations, String, String, String, CancellationToken)
Create or update a domain topic.
BeginDelete(IDomainTopicsOperations, String, String, String)
Delete a domain topic.
BeginDeleteAsync(IDomainTopicsOperations, String, String, String, CancellationToken)
Delete a domain topic.
CreateOrUpdate(IDomainTopicsOperations, String, String, String)
Create or update a domain topic.
CreateOrUpdateAsync(IDomainTopicsOperations, String, String, String, CancellationToken)
Create or update a domain topic.
Delete(IDomainTopicsOperations, String, String, String)
Delete a domain topic.
DeleteAsync(IDomainTopicsOperations, String, String, String, CancellationToken)
Delete a domain topic.
Get(IDomainTopicsOperations, String, String, String)
Get a domain topic.
GetAsync(IDomainTopicsOperations, String, String, String, CancellationToken)
Get a domain topic.
ListByDomain(IDomainTopicsOperations, String, String, String, Nullable<Int32>)
List domain topics.
ListByDomainAsync(IDomainTopicsOperations, String, String, String, Nullable<Int32>, CancellationToken)
List domain topics.
ListByDomainNext(IDomainTopicsOperations, String)
List domain topics.
ListByDomainNextAsync(IDomainTopicsOperations, String, CancellationToken)
List domain topics.
Applies to