你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IServiceTopologiesOperations 接口

定义

ServiceTopologiesOperations 操作。

public interface IServiceTopologiesOperations
type IServiceTopologiesOperations = interface
Public Interface IServiceTopologiesOperations

方法

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

创建或更新服务拓扑。

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

删除服务拓扑。

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

获取服务拓扑。

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

列出资源组中的服务拓扑。

扩展方法

CreateOrUpdate(IServiceTopologiesOperations, ServiceTopologyResource, String, String)

创建或更新服务拓扑。

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

创建或更新服务拓扑。

Delete(IServiceTopologiesOperations, String, String)

删除服务拓扑。

DeleteAsync(IServiceTopologiesOperations, String, String, CancellationToken)

删除服务拓扑。

Get(IServiceTopologiesOperations, String, String)

获取服务拓扑。

GetAsync(IServiceTopologiesOperations, String, String, CancellationToken)

获取服务拓扑。

List(IServiceTopologiesOperations, String)

列出资源组中的服务拓扑。

ListAsync(IServiceTopologiesOperations, String, CancellationToken)

列出资源组中的服务拓扑。

适用于