TopologyResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. TopologyResourceInner
- com.
- com.
public final class TopologyResourceInner
extends ProxyResource
Concrete proxy resource types can be created by aliasing this type using a specific property type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
calculatedDateTime()
Get the calculated |
|
static
Topology |
fromJson(JsonReader jsonReader)
Reads an instance of Topology |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
location()
Get the location property: Location where the resource is stored. |
| String |
name()
Get the name property: The name of the resource. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
|
List<Topology |
topologyResources()
Get the topology |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
calculatedDateTime
public OffsetDateTime calculatedDateTime()
Get the calculatedDateTime property: The UTC time on which the topology was calculated.
Returns:
fromJson
public static TopologyResourceInner fromJson(JsonReader jsonReader)
Reads an instance of TopologyResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
TopologyResourceInner.id()Returns:
location
public String location()
Get the location property: Location where the resource is stored.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
TopologyResourceInner.name()Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TopologyResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
topologyResources
public List<TopologySingleResource> topologyResources()
Get the topologyResources property: Azure resources which are part of this topology resource.
Returns:
type
public String type()
Get the type property: The type of the resource.
Overrides:
TopologyResourceInner.type()Returns:
validate
public void validate()
Validates the instance.