@Beta(value=V1_2_0) public interface Topology extends Executable<Topology>, HasInner<com.microsoft.azure.management.network.implementation.TopologyInner>, HasParent<NetworkWatcher>
Modifier and Type | Interface and Description |
---|---|
static interface |
Topology.Definition
The entirety of topology parameters definition.
|
static interface |
Topology.DefinitionStages
Grouping of topology definition stages.
|
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
createdTime() |
String |
id() |
org.joda.time.DateTime |
lastModifiedTime() |
Map<String,TopologyResource> |
resources() |
TopologyParameters |
topologyParameters() |
execute, executeAsync, executeAsync
key
String id()
TopologyParameters topologyParameters()
org.joda.time.DateTime createdTime()
org.joda.time.DateTime lastModifiedTime()
Map<String,TopologyResource> resources()
Copyright © 2019. All rights reserved.