Topology Interface
public interface Topology extends HasParent,HasInner,Refreshable
An immutable client-side representation of an Azure Topology info object, associated with network watcher.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime | createdTime() |
String | id() |
DateTime | lastModifiedTime() |
String | resourceGroupName() |
Map<String, Topology |
resources() |
Inherited Members
HasInner<T>.inner()
HasParent<ParentT>.parent()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Method Details
createdTime
public DateTime createdTime()
Returns:
the datetime when the topology was initially created for the resource group.
id
public String id()
Returns:
GUID representing the id
lastModifiedTime
public DateTime lastModifiedTime()
Returns:
the datetime when the topology was last modified
resourceGroupName
public String resourceGroupName()
Returns:
name of resource group this topology represents
resources
public Map
Returns:
The resources in this topology
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java