TopologyResource Class

  • java.lang.Object
    • com.microsoft.azure.management.network.TopologyResource

public class TopologyResource

The network resource topology information for the given resource group.

Method Summary

Modifier and Type Method and Description
List<TopologyAssociation> associations()

Get the associations value.

String id()

Get the id value.

String location()

Get the location value.

String name()

Get the name value.

TopologyResource withAssociations(List<TopologyAssociation> associations)

Set the associations value.

TopologyResource withId(String id)

Set the id value.

TopologyResource withLocation(String location)

Set the location value.

TopologyResource withName(String name)

Set the name value.

Method Details

associations

public List associations()

Get the associations value.

Returns:

the associations value

id

public String id()

Get the id value.

Returns:

the id value

location

public String location()

Get the location value.

Returns:

the location value

name

public String name()

Get the name value.

Returns:

the name value

withAssociations

public TopologyResource withAssociations(List associations)

Set the associations value.

Parameters:

associations - the associations value to set

Returns:

the TopologyResource object itself.

withId

public TopologyResource withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the TopologyResource object itself.

withLocation

public TopologyResource withLocation(String location)

Set the location value.

Parameters:

location - the location value to set

Returns:

the TopologyResource object itself.

withName

public TopologyResource withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the TopologyResource object itself.

Applies to