Interface PolicyTrackedResource


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

      • 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

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

        TrackedResourceModificationDetails 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

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