IContentItemOperations 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.
ContentItemOperations operations.
public interface IContentItemOperations
type IContentItemOperations = interface
Public Interface IContentItemOperations
Methods
Extension Methods
CreateOrUpdate(IContentItemOperations, String, String, String, String, String) |
Creates a new developer portal's content item specified by the provided content type. |
CreateOrUpdateAsync(IContentItemOperations, String, String, String, String, String, CancellationToken) |
Creates a new developer portal's content item specified by the provided content type. |
Delete(IContentItemOperations, String, String, String, String, String) |
Removes the specified developer portal's content item. |
DeleteAsync(IContentItemOperations, String, String, String, String, String, CancellationToken) |
Removes the specified developer portal's content item. |
Get(IContentItemOperations, String, String, String, String) |
Returns the developer portal's content item specified by its identifier. |
GetAsync(IContentItemOperations, String, String, String, String, CancellationToken) |
Returns the developer portal's content item specified by its identifier. |
GetEntityTag(IContentItemOperations, String, String, String, String) |
Returns the entity state (ETag) version of the developer portal's content item specified by its identifier. |
GetEntityTagAsync(IContentItemOperations, String, String, String, String, CancellationToken) |
Returns the entity state (ETag) version of the developer portal's content item specified by its identifier. |
ListByService(IContentItemOperations, String, String, String) |
Lists developer portal's content items specified by the provided content type. |
ListByServiceAsync(IContentItemOperations, String, String, String, CancellationToken) |
Lists developer portal's content items specified by the provided content type. |
ListByServiceNext(IContentItemOperations, String) |
Lists developer portal's content items specified by the provided content type. |
ListByServiceNextAsync(IContentItemOperations, String, CancellationToken) |
Lists developer portal's content items specified by the provided content type. |
Applies to
Azure SDK for .NET