ICapabilityTypesOperations 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.
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
Azure SDK for .NET