IApplyUpdatesOperations Interface

Definition

ApplyUpdatesOperations operations.

public interface IApplyUpdatesOperations
type IApplyUpdatesOperations = interface
Public Interface IApplyUpdatesOperations

Methods

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

Apply Updates to resource with parent

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

Apply Updates to resource

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

Track Updates to resource with parent

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

Track Updates to resource

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

Get Configuration records within a subscription

Extension Methods

CreateOrUpdate(IApplyUpdatesOperations, String, String, String, String)

Apply Updates to resource

CreateOrUpdateAsync(IApplyUpdatesOperations, String, String, String, String, CancellationToken)

Apply Updates to resource

CreateOrUpdateParent(IApplyUpdatesOperations, String, String, String, String, String, String)

Apply Updates to resource with parent

CreateOrUpdateParentAsync(IApplyUpdatesOperations, String, String, String, String, String, String, CancellationToken)

Apply Updates to resource with parent

Get(IApplyUpdatesOperations, String, String, String, String, String)

Track Updates to resource

GetAsync(IApplyUpdatesOperations, String, String, String, String, String, CancellationToken)

Track Updates to resource

GetParent(IApplyUpdatesOperations, String, String, String, String, String, String, String)

Track Updates to resource with parent

GetParentAsync(IApplyUpdatesOperations, String, String, String, String, String, String, String, CancellationToken)

Track Updates to resource with parent

List(IApplyUpdatesOperations)

Get Configuration records within a subscription

ListAsync(IApplyUpdatesOperations, CancellationToken)

Get Configuration records within a subscription

Applies to