Interface PolicyTrackedResource


public interface PolicyTrackedResource
An immutable client-side representation of PolicyTrackedResource.
  • Method Details

    • trackedResourceId

      String trackedResourceId()
      Gets the trackedResourceId property: The ID of the policy tracked resource.
      Returns:
      the trackedResourceId value.
    • policyDetails

      PolicyDetails policyDetails()
      Gets the policyDetails property: The details of the policy that require the tracked resource.
      Returns:
      the policyDetails value.
    • createdBy

      Gets the createdBy property: The details of the policy triggered deployment that created the tracked resource.
      Returns:
      the createdBy value.
    • lastModifiedBy

      Gets the lastModifiedBy property: The details of the policy triggered deployment that modified the tracked resource.
      Returns:
      the lastModifiedBy value.
    • lastUpdateUtc

      OffsetDateTime lastUpdateUtc()
      Gets the lastUpdateUtc property: Timestamp of the last update to the tracked resource.
      Returns:
      the lastUpdateUtc value.
    • innerModel

      Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.PolicyTrackedResourceInner object.
      Returns:
      the inner object.