다음을 통해 공유


ICapabilityTypesOperations Interface

Definition

CapabilityTypesOperations operations.

public interface ICapabilityTypesOperations
type ICapabilityTypesOperations = interface
Public Interface ICapabilityTypesOperations

Methods

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

Get a Capability Type resource for given Target Type and location.

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

Get a list of Capability Type resources for given Target Type and location.

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

Get a list of Capability Type resources for given Target Type and location.

Extension Methods

Get(ICapabilityTypesOperations, String, String, String)

Get a Capability Type resource for given Target Type and location.

GetAsync(ICapabilityTypesOperations, String, String, String, CancellationToken)

Get a Capability Type resource for given Target Type and location.

List(ICapabilityTypesOperations, String, String, String)

Get a list of Capability Type resources for given Target Type and location.

ListAsync(ICapabilityTypesOperations, String, String, String, CancellationToken)

Get a list of Capability Type resources for given Target Type and location.

ListNext(ICapabilityTypesOperations, String)

Get a list of Capability Type resources for given Target Type and location.

ListNextAsync(ICapabilityTypesOperations, String, CancellationToken)

Get a list of Capability Type resources for given Target Type and location.

Applies to