ITargetTypesOperations 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.
TargetTypesOperations operations.
public interface ITargetTypesOperations
type ITargetTypesOperations = interface
Public Interface ITargetTypesOperations
Methods
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a Target Type resources for given location. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get a list of Target Type resources for given location. |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a list of Target Type resources for given location. |
Extension Methods
Get(ITargetTypesOperations, String, String) |
Get a Target Type resources for given location. |
GetAsync(ITargetTypesOperations, String, String, CancellationToken) |
Get a Target Type resources for given location. |
List(ITargetTypesOperations, String, String) |
Get a list of Target Type resources for given location. |
ListAsync(ITargetTypesOperations, String, String, CancellationToken) |
Get a list of Target Type resources for given location. |
ListNext(ITargetTypesOperations, String) |
Get a list of Target Type resources for given location. |
ListNextAsync(ITargetTypesOperations, String, CancellationToken) |
Get a list of Target Type resources for given location. |