TopologyOperations interface

Interface representing a Topology operations.

Properties

get

Gets a specific topology component.

list

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

listByHomeRegion

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

Property Details

get

Gets a specific topology component.

get: (resourceGroupName: string, ascLocation: string, topologyResourceName: string, options?: TopologyGetOptionalParams) => Promise<TopologyResource>

Property Value

(resourceGroupName: string, ascLocation: string, topologyResourceName: string, options?: TopologyGetOptionalParams) => Promise<TopologyResource>

list

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

list: (options?: TopologyListOptionalParams) => PagedAsyncIterableIterator<TopologyResource, TopologyResource[], PageSettings>

Property Value

(options?: TopologyListOptionalParams) => PagedAsyncIterableIterator<TopologyResource, TopologyResource[], PageSettings>

listByHomeRegion

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

listByHomeRegion: (ascLocation: string, options?: TopologyListByHomeRegionOptionalParams) => PagedAsyncIterableIterator<TopologyResource, TopologyResource[], PageSettings>

Property Value

(ascLocation: string, options?: TopologyListByHomeRegionOptionalParams) => PagedAsyncIterableIterator<TopologyResource, TopologyResource[], PageSettings>