Topologies Interface
public interface Topologies
Resource collection API of Topologies.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Topology |
get(String resourceGroupName, String ascLocation, String topologyResourceName)
Gets a specific topology component. |
|
abstract
Response<Topology |
getWithResponse(String resourceGroupName, String ascLocation, String topologyResourceName, Context context)
Gets a specific topology component. |
|
abstract
Paged |
list()
Gets a list that allows to build a topology view of a subscription. |
|
abstract
Paged |
list(Context context)
Gets a list that allows to build a topology view of a subscription. |
|
abstract
Paged |
listByHomeRegion(String ascLocation)
Gets a list that allows to build a topology view of a subscription and location. |
|
abstract
Paged |
listByHomeRegion(String ascLocation, Context context)
Gets a list that allows to build a topology view of a subscription and location. |
Method Details
get
public abstract TopologyResource get(String resourceGroupName, String ascLocation, String topologyResourceName)
Gets a specific topology component.
Parameters:
Returns:
getWithResponse
public abstract Response<TopologyResource> getWithResponse(String resourceGroupName, String ascLocation, String topologyResourceName, Context context)
Gets a specific topology component.
Parameters:
Returns:
list
public abstract PagedIterable<TopologyResource> list()
Gets a list that allows to build a topology view of a subscription.
Returns:
list
public abstract PagedIterable<TopologyResource> list(Context context)
Gets a list that allows to build a topology view of a subscription.
Parameters:
Returns:
listByHomeRegion
public abstract PagedIterable<TopologyResource> listByHomeRegion(String ascLocation)
Gets a list that allows to build a topology view of a subscription and location.
Parameters:
Returns:
listByHomeRegion
public abstract PagedIterable<TopologyResource> listByHomeRegion(String ascLocation, Context context)
Gets a list that allows to build a topology view of a subscription and location.
Parameters:
Returns: