IServicesOperations Interface

Definition

ServicesOperations operations.

public interface IServicesOperations
type IServicesOperations = interface
Public Interface IServicesOperations

Methods

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

Creates or updates a service in the service topology.

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

Deletes the service.

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

Gets the service.

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

Lists the services in the service topology.

Extension Methods

CreateOrUpdate(IServicesOperations, String, String, String, ServiceResource)

Creates or updates a service in the service topology.

CreateOrUpdateAsync(IServicesOperations, String, String, String, ServiceResource, CancellationToken)

Creates or updates a service in the service topology.

Delete(IServicesOperations, String, String, String)

Deletes the service.

DeleteAsync(IServicesOperations, String, String, String, CancellationToken)

Deletes the service.

Get(IServicesOperations, String, String, String)

Gets the service.

GetAsync(IServicesOperations, String, String, String, CancellationToken)

Gets the service.

List(IServicesOperations, String, String)

Lists the services in the service topology.

ListAsync(IServicesOperations, String, String, CancellationToken)

Lists the services in the service topology.

Applies to