IServiceUnitsOperations Interface

Definition

ServiceUnitsOperations operations.

public interface IServiceUnitsOperations
type IServiceUnitsOperations = interface
Public Interface IServiceUnitsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, ServiceUnitResource, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a service unit under the service in the service topology.

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

Creates or updates a service unit under the service in the service topology.

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

Deletes the service unit.

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

Gets the service unit.

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

Lists the service units under a service in the service topology.

Extension Methods

BeginCreateOrUpdate(IServiceUnitsOperations, String, String, String, String, ServiceUnitResource)

Creates or updates a service unit under the service in the service topology.

BeginCreateOrUpdateAsync(IServiceUnitsOperations, String, String, String, String, ServiceUnitResource, CancellationToken)

Creates or updates a service unit under the service in the service topology.

CreateOrUpdate(IServiceUnitsOperations, String, String, String, String, ServiceUnitResource)

Creates or updates a service unit under the service in the service topology.

CreateOrUpdateAsync(IServiceUnitsOperations, String, String, String, String, ServiceUnitResource, CancellationToken)

Creates or updates a service unit under the service in the service topology.

Delete(IServiceUnitsOperations, String, String, String, String)

Deletes the service unit.

DeleteAsync(IServiceUnitsOperations, String, String, String, String, CancellationToken)

Deletes the service unit.

Get(IServiceUnitsOperations, String, String, String, String)

Gets the service unit.

GetAsync(IServiceUnitsOperations, String, String, String, String, CancellationToken)

Gets the service unit.

List(IServiceUnitsOperations, String, String, String)

Lists the service units under a service in the service topology.

ListAsync(IServiceUnitsOperations, String, String, String, CancellationToken)

Lists the service units under a service in the service topology.

Applies to