TopologyResource Interface
public interface TopologyResource
An immutable client-side representation of TopologyResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
calculatedDateTime()
Gets the calculated |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Topology |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: Location where the resource is stored. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
List<Topology |
topologyResources()
Gets the topology |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
calculatedDateTime
public abstract OffsetDateTime calculatedDateTime()
Gets the calculatedDateTime property: The UTC time on which the topology was calculated.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract TopologyResourceInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.TopologyResourceInner object.
Returns:
location
public abstract String location()
Gets the location property: Location where the resource is stored.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
topologyResources
public abstract List<TopologySingleResource> topologyResources()
Gets the topologyResources property: Azure resources which are part of this topology resource.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: