IContentTypeOperations 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.
ContentTypeOperations operations.
public interface IContentTypeOperations
type IContentTypeOperations = interface
Public Interface IContentTypeOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates the developer portal's content type. Content
types describe content items' properties, validation rules, and
constraints. Custom content types' identifiers need to start with
the |
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Removes the specified developer portal's content type. Content
types describe content items' properties, validation rules, and
constraints. Built-in content types (with identifiers starting with
the |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the details of the developer portal's content type. Content types describe content items' properties, validation rules, and constraints. |
ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints. |
ListByServiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints. |
Extension Methods
CreateOrUpdate(IContentTypeOperations, String, String, String, String) |
Creates or updates the developer portal's content type. Content types
describe content items' properties, validation rules, and constraints.
Custom content types' identifiers need to start with the |
CreateOrUpdateAsync(IContentTypeOperations, String, String, String, String, CancellationToken) |
Creates or updates the developer portal's content type. Content types
describe content items' properties, validation rules, and constraints.
Custom content types' identifiers need to start with the |
Delete(IContentTypeOperations, String, String, String, String) |
Removes the specified developer portal's content type. Content types
describe content items' properties, validation rules, and constraints.
Built-in content types (with identifiers starting with the |
DeleteAsync(IContentTypeOperations, String, String, String, String, CancellationToken) |
Removes the specified developer portal's content type. Content types
describe content items' properties, validation rules, and constraints.
Built-in content types (with identifiers starting with the |
Get(IContentTypeOperations, String, String, String) |
Gets the details of the developer portal's content type. Content types describe content items' properties, validation rules, and constraints. |
GetAsync(IContentTypeOperations, String, String, String, CancellationToken) |
Gets the details of the developer portal's content type. Content types describe content items' properties, validation rules, and constraints. |
ListByService(IContentTypeOperations, String, String) |
Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints. |
ListByServiceAsync(IContentTypeOperations, String, String, CancellationToken) |
Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints. |
ListByServiceNext(IContentTypeOperations, String) |
Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints. |
ListByServiceNextAsync(IContentTypeOperations, String, CancellationToken) |
Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints. |
Applies to
Azure SDK for .NET