다음을 통해 공유


ITargetsOperations Interface

Definition

TargetsOperations operations.

public interface ITargetsOperations
type ITargetsOperations = interface
Public Interface ITargetsOperations

Methods

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

Create or update a Target resource that extends a tracked regional resource.

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

Delete a Target resource that extends a tracked regional resource.

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

Get a Target resource that extends a tracked regional resource.

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

Get a list of Target resources that extend a tracked regional resource.

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

Get a list of Target resources that extend a tracked regional resource.

Extension Methods

CreateOrUpdate(ITargetsOperations, String, String, String, String, String, Target)

Create or update a Target resource that extends a tracked regional resource.

CreateOrUpdateAsync(ITargetsOperations, String, String, String, String, String, Target, CancellationToken)

Create or update a Target resource that extends a tracked regional resource.

Delete(ITargetsOperations, String, String, String, String, String)

Delete a Target resource that extends a tracked regional resource.

DeleteAsync(ITargetsOperations, String, String, String, String, String, CancellationToken)

Delete a Target resource that extends a tracked regional resource.

Get(ITargetsOperations, String, String, String, String, String)

Get a Target resource that extends a tracked regional resource.

GetAsync(ITargetsOperations, String, String, String, String, String, CancellationToken)

Get a Target resource that extends a tracked regional resource.

List(ITargetsOperations, String, String, String, String, String)

Get a list of Target resources that extend a tracked regional resource.

ListAsync(ITargetsOperations, String, String, String, String, String, CancellationToken)

Get a list of Target resources that extend a tracked regional resource.

ListNext(ITargetsOperations, String)

Get a list of Target resources that extend a tracked regional resource.

ListNextAsync(ITargetsOperations, String, CancellationToken)

Get a list of Target resources that extend a tracked regional resource.

Applies to