ITopologyOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |