IManifestsOperations 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 IManifestsOperations
type IManifestsOperations = interface
Public Interface IManifestsOperations
Methods
CreateWithHttpMessagesAsync(String, String, Manifest, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetAttributesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetListWithHttpMessagesAsync(String, String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
UpdateAttributesWithHttpMessagesAsync(String, String, ChangeableAttributes, Dictionary<String,List<String>>, CancellationToken)
Extension Methods
CreateAsync(IManifestsOperations, String, String, Manifest, CancellationToken)
DeleteAsync(IManifestsOperations, String, String, CancellationToken)
GetAsync(IManifestsOperations, String, String, String, CancellationToken)
GetAttributesAsync(IManifestsOperations, String, String, CancellationToken)
GetListAsync(IManifestsOperations, String, String, Nullable<Int32>, String, CancellationToken)
UpdateAttributesAsync(IManifestsOperations, String, String, ChangeableAttributes, CancellationToken)
Applies to