Interface TopologyResource


public interface TopologyResource
An immutable client-side representation of TopologyResource.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the calculatedDateTime property: The UTC time on which the topology was calculated.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.security.fluent.models.TopologyResourceInner object.
    Gets the location property: Location where the resource is stored.
    Gets the name property: The name of the resource.
    Gets the topologyResources property: Azure resources which are part of this topology resource.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: Location where the resource is stored.
      Returns:
      the location value.
    • calculatedDateTime

      OffsetDateTime calculatedDateTime()
      Gets the calculatedDateTime property: The UTC time on which the topology was calculated.
      Returns:
      the calculatedDateTime value.
    • topologyResources

      List<TopologySingleResource> topologyResources()
      Gets the topologyResources property: Azure resources which are part of this topology resource.
      Returns:
      the topologyResources value.
    • innerModel

      TopologyResourceInner innerModel()
      Gets the inner com.azure.resourcemanager.security.fluent.models.TopologyResourceInner object.
      Returns:
      the inner object.