IServiceTopologiesOperations Interface

Definition

ServiceTopologiesOperations operations.

public interface IServiceTopologiesOperations
type IServiceTopologiesOperations = interface
Public Interface IServiceTopologiesOperations

Methods

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

Creates or updates a service topology.

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

Deletes the service topology.

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

Gets the service topology.

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

Lists the service topologies in the resource group.

Extension Methods

CreateOrUpdate(IServiceTopologiesOperations, ServiceTopologyResource, String, String)

Creates or updates a service topology.

CreateOrUpdateAsync(IServiceTopologiesOperations, ServiceTopologyResource, String, String, CancellationToken)

Creates or updates a service topology.

Delete(IServiceTopologiesOperations, String, String)

Deletes the service topology.

DeleteAsync(IServiceTopologiesOperations, String, String, CancellationToken)

Deletes the service topology.

Get(IServiceTopologiesOperations, String, String)

Gets the service topology.

GetAsync(IServiceTopologiesOperations, String, String, CancellationToken)

Gets the service topology.

List(IServiceTopologiesOperations, String)

Lists the service topologies in the resource group.

ListAsync(IServiceTopologiesOperations, String, CancellationToken)

Lists the service topologies in the resource group.

Applies to