TopologyResource Interface

public interface TopologyResource

An immutable client-side representation of TopologyResource.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime calculatedDateTime()

Gets the calculatedDateTime property: The UTC time on which the topology was calculated.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract TopologyResourceInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.TopologyResourceInner object.

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<TopologySingleResource> topologyResources()

Gets the topologyResources property: Azure resources which are part of this topology resource.

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:

the calculatedDateTime value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract TopologyResourceInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.TopologyResourceInner object.

Returns:

the inner object.

location

public abstract String location()

Gets the location property: Location where the resource is stored.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

topologyResources

public abstract List topologyResources()

Gets the topologyResources property: Azure resources which are part of this topology resource.

Returns:

the topologyResources value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to