TopologyResource Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. TopologyResource
- com.
Implements
public final class TopologyResource
implements JsonSerializable<TopologyResource>
The network resource topology information for the given resource group.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Topology |
associations()
Get the associations property: Holds the associations the resource has with other resources in the resource group. |
|
static
Topology |
fromJson(JsonReader jsonReader)
Reads an instance of Topology |
| String |
id()
Get the id property: ID of the resource. |
| String |
location()
Get the location property: Resource location. |
| String |
name()
Get the name property: Name of the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
associations
public List<TopologyAssociation> associations()
Get the associations property: Holds the associations the resource has with other resources in the resource group.
Returns:
fromJson
public static TopologyResource fromJson(JsonReader jsonReader)
Reads an instance of TopologyResource from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: ID of the resource.
Returns:
location
public String location()
Get the location property: Resource location.
Returns:
name
public String name()
Get the name property: Name of the resource.
Returns:
toJson
validate
public void validate()
Validates the instance.