Uses of Class
com.azure.resourcemanager.network.models.TopologyResource
-
Packages that use TopologyResource Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of TopologyResource in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type TopologyResource Modifier and Type Method Description List<TopologyResource>TopologyInner. resources()Get the resources property: A list of topology resources.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type TopologyResource Modifier and Type Method Description TopologyInnerTopologyInner. withResources(List<TopologyResource> resources)Set the resources property: A list of topology resources. -
Uses of TopologyResource in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return TopologyResource Modifier and Type Method Description TopologyResourceTopologyResource. withAssociations(List<TopologyAssociation> associations)Set the associations property: Holds the associations the resource has with other resources in the resource group.TopologyResourceTopologyResource. withId(String id)Set the id property: ID of the resource.TopologyResourceTopologyResource. withLocation(String location)Set the location property: Resource location.TopologyResourceTopologyResource. withName(String name)Set the name property: Name of the resource.Methods in com.azure.resourcemanager.network.models that return types with arguments of type TopologyResource Modifier and Type Method Description Map<String,TopologyResource>Topology. resources()
-