TopologiesClient Interface
public interface TopologiesClient
An instance of this class provides access to all the operations defined in TopologiesClient.
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 TopologyResourceInner get(String resourceGroupName, String ascLocation, String topologyResourceName)
Gets a specific topology component.
Parameters:
Returns:
getWithResponse
public abstract Response<TopologyResourceInner> getWithResponse(String resourceGroupName, String ascLocation, String topologyResourceName, Context context)
Gets a specific topology component.
Parameters:
Returns:
list
public abstract PagedIterable<TopologyResourceInner> list()
Gets a list that allows to build a topology view of a subscription.
Returns:
list
public abstract PagedIterable<TopologyResourceInner> list(Context context)
Gets a list that allows to build a topology view of a subscription.
Parameters:
Returns:
listByHomeRegion
public abstract PagedIterable<TopologyResourceInner> listByHomeRegion(String ascLocation)
Gets a list that allows to build a topology view of a subscription and location.
Parameters:
Returns:
listByHomeRegion
public abstract PagedIterable<TopologyResourceInner> listByHomeRegion(String ascLocation, Context context)
Gets a list that allows to build a topology view of a subscription and location.
Parameters:
Returns: