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

ITopologyOperations Interface

Definition

TopologyOperations operations.

public interface ITopologyOperations
type ITopologyOperations = interface
Public Interface ITopologyOperations

Methods

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

Gets a specific topology component.

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

Gets a list that allows to build a topology view of a subscription and location.

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

Gets a list that allows to build a topology view of a subscription and location.

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

Gets a list that allows to build a topology view of a subscription.

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

Gets a list that allows to build a topology view of a subscription.

Extension Methods

Get(ITopologyOperations, String, String)

Gets a specific topology component.

GetAsync(ITopologyOperations, String, String, CancellationToken)

Gets a specific topology component.

List(ITopologyOperations)

Gets a list that allows to build a topology view of a subscription.

ListAsync(ITopologyOperations, CancellationToken)

Gets a list that allows to build a topology view of a subscription.

ListByHomeRegion(ITopologyOperations)

Gets a list that allows to build a topology view of a subscription and location.

ListByHomeRegionAsync(ITopologyOperations, CancellationToken)

Gets a list that allows to build a topology view of a subscription and location.

ListByHomeRegionNext(ITopologyOperations, String)

Gets a list that allows to build a topology view of a subscription and location.

ListByHomeRegionNextAsync(ITopologyOperations, String, CancellationToken)

Gets a list that allows to build a topology view of a subscription and location.

ListNext(ITopologyOperations, String)

Gets a list that allows to build a topology view of a subscription.

ListNextAsync(ITopologyOperations, String, CancellationToken)

Gets a list that allows to build a topology view of a subscription.

Applies to