TopologyResource Class

The network resource topology information for the given resource group.

Inheritance
TopologyResource

Constructor

TopologyResource(*, name: typing.Union[str, NoneType] = None, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, associations: typing.Union[typing.List[_ForwardRef('TopologyAssociation')], NoneType] = None, **kwargs)

Parameters

name
str

Name of the resource.

id
str

ID of the resource.

location
str

Resource location.

associations
list[TopologyAssociation]

Holds the associations the resource has with other resources in the resource group.