共用方式為


ICapabilitiesOperations Interface

Definition

CapabilitiesOperations operations.

public interface ICapabilitiesOperations
type ICapabilitiesOperations = interface
Public Interface ICapabilitiesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Create or update a Capability resource that extends a Target resource.

DeleteWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a Capability that extends a Target resource.

GetWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a Capability resource that extends a Target resource.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of Capability resources that extend a Target resource..

ListWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a list of Capability resources that extend a Target resource..

Extension Methods

CreateOrUpdate(ICapabilitiesOperations, String, String, String, String, String, String)

Create or update a Capability resource that extends a Target resource.

CreateOrUpdateAsync(ICapabilitiesOperations, String, String, String, String, String, String, CancellationToken)

Create or update a Capability resource that extends a Target resource.

Delete(ICapabilitiesOperations, String, String, String, String, String, String)

Delete a Capability that extends a Target resource.

DeleteAsync(ICapabilitiesOperations, String, String, String, String, String, String, CancellationToken)

Delete a Capability that extends a Target resource.

Get(ICapabilitiesOperations, String, String, String, String, String, String)

Get a Capability resource that extends a Target resource.

GetAsync(ICapabilitiesOperations, String, String, String, String, String, String, CancellationToken)

Get a Capability resource that extends a Target resource.

List(ICapabilitiesOperations, String, String, String, String, String, String)

Get a list of Capability resources that extend a Target resource..

ListAsync(ICapabilitiesOperations, String, String, String, String, String, String, CancellationToken)

Get a list of Capability resources that extend a Target resource..

ListNext(ICapabilitiesOperations, String)

Get a list of Capability resources that extend a Target resource..

ListNextAsync(ICapabilitiesOperations, String, CancellationToken)

Get a list of Capability resources that extend a Target resource..

Applies to