ServicesOperationsExtensions Class

Definition

Extension methods for ServicesOperations.

public static class ServicesOperationsExtensions
type ServicesOperationsExtensions = class
Public Module ServicesOperationsExtensions
Inheritance
ServicesOperationsExtensions

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