Class TopologyResource
java.lang.Object
com.microsoft.azure.management.network.TopologyResource
The network resource topology information for the given resource group.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet holds the associations the resource has with other resources in the resource group.id()
Get iD of the resource.location()
Get resource location.name()
Get name of the resource.withAssociations
(List<TopologyAssociation> associations) Set holds the associations the resource has with other resources in the resource group.Set iD of the resource.withLocation
(String location) Set resource location.Set name of the resource.
-
Constructor Details
-
TopologyResource
public TopologyResource()
-
-
Method Details
-
name
Get name of the resource.- Returns:
- the name value
-
withName
Set name of the resource.- Parameters:
name
- the name value to set- Returns:
- the TopologyResource object itself.
-
id
Get iD of the resource.- Returns:
- the id value
-
withId
Set iD of the resource.- Parameters:
id
- the id value to set- Returns:
- the TopologyResource object itself.
-
location
Get resource location.- Returns:
- the location value
-
withLocation
Set resource location.- Parameters:
location
- the location value to set- Returns:
- the TopologyResource object itself.
-
associations
Get holds the associations the resource has with other resources in the resource group.- Returns:
- the associations value
-
withAssociations
Set holds the associations the resource has with other resources in the resource group.- Parameters:
associations
- the associations value to set- Returns:
- the TopologyResource object itself.
-