Share via


IApiVersionSetOperations Interface

Definition

ApiVersionSetOperations operations.

public interface IApiVersionSetOperations
type IApiVersionSetOperations = interface
Public Interface IApiVersionSetOperations

Methods

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

Creates or Updates a Api Version Set.

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

Deletes specific Api Version Set.

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

Gets the entity state (Etag) version of the Api Version Set specified by its identifier.

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

Gets the details of the Api Version Set specified by its identifier.

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

Lists a collection of API Version Sets in the specified service instance.

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<ApiVersionSetContract>, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of API Version Sets in the specified service instance.

UpdateWithHttpMessagesAsync(String, String, String, ApiVersionSetUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)

Updates the details of the Api VersionSet specified by its identifier.

Extension Methods

CreateOrUpdate(IApiVersionSetOperations, String, String, String, ApiVersionSetContract, String)

Creates or Updates a Api Version Set.

CreateOrUpdateAsync(IApiVersionSetOperations, String, String, String, ApiVersionSetContract, String, CancellationToken)

Creates or Updates a Api Version Set.

Delete(IApiVersionSetOperations, String, String, String, String)

Deletes specific Api Version Set.

DeleteAsync(IApiVersionSetOperations, String, String, String, String, CancellationToken)

Deletes specific Api Version Set.

Get(IApiVersionSetOperations, String, String, String)

Gets the details of the Api Version Set specified by its identifier.

GetAsync(IApiVersionSetOperations, String, String, String, CancellationToken)

Gets the details of the Api Version Set specified by its identifier.

GetEntityTag(IApiVersionSetOperations, String, String, String)

Gets the entity state (Etag) version of the Api Version Set specified by its identifier.

GetEntityTagAsync(IApiVersionSetOperations, String, String, String, CancellationToken)

Gets the entity state (Etag) version of the Api Version Set specified by its identifier.

ListByService(IApiVersionSetOperations, String, String, ODataQuery<ApiVersionSetContract>)

Lists a collection of API Version Sets in the specified service instance.

ListByServiceAsync(IApiVersionSetOperations, String, String, ODataQuery<ApiVersionSetContract>, CancellationToken)

Lists a collection of API Version Sets in the specified service instance.

ListByServiceNext(IApiVersionSetOperations, String)

Lists a collection of API Version Sets in the specified service instance.

ListByServiceNextAsync(IApiVersionSetOperations, String, CancellationToken)

Lists a collection of API Version Sets in the specified service instance.

Update(IApiVersionSetOperations, String, String, String, ApiVersionSetUpdateParameters, String)

Updates the details of the Api VersionSet specified by its identifier.

UpdateAsync(IApiVersionSetOperations, String, String, String, ApiVersionSetUpdateParameters, String, CancellationToken)

Updates the details of the Api VersionSet specified by its identifier.

Applies to