public final class TopologyInner extends Object
| Constructor and Description |
|---|
TopologyInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
createdDateTime()
Get the createdDateTime property: The datetime when the topology was initially created for the resource group.
|
String |
id()
Get the id property: GUID representing the operation id.
|
OffsetDateTime |
lastModified()
Get the lastModified property: The datetime when the topology was last modified.
|
List<TopologyResource> |
resources()
Get the resources property: A list of topology resources.
|
void |
validate()
Validates the instance.
|
TopologyInner |
withResources(List<TopologyResource> resources)
Set the resources property: A list of topology resources.
|
public String id()
public OffsetDateTime createdDateTime()
public OffsetDateTime lastModified()
public List<TopologyResource> resources()
public TopologyInner withResources(List<TopologyResource> resources)
resources - the resources value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.