Class DppTrackedResource

    • Constructor Detail

      • DppTrackedResource

        public DppTrackedResource()
    • Method Detail

      • etag

        public String etag()
        Get the etag property: Optional ETag.
        Returns:
        the etag value.
      • withEtag

        public DppTrackedResource withEtag​(String etag)
        Set the etag property: Optional ETag.
        Parameters:
        etag - the etag value to set.
        Returns:
        the DppTrackedResource object itself.
      • identity

        public DppIdentityDetails identity()
        Get the identity property: DppIdentityDetails Input Managed Identity Details.
        Returns:
        the identity value.
      • withIdentity

        public DppTrackedResource withIdentity​(DppIdentityDetails identity)
        Set the identity property: DppIdentityDetails Input Managed Identity Details.
        Parameters:
        identity - the identity value to set.
        Returns:
        the DppTrackedResource object itself.
      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • withLocation

        public DppTrackedResource withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.