ServiceTopologiesOperationsExtensions Class

Definition

Extension methods for ServiceTopologiesOperations.

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

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