Class GetResourceGuardResult


  • public final class GetResourceGuardResult
    extends java.lang.Object
    • Method Detail

      • eTag

        public java.util.Optional<java.lang.String> eTag()
        Returns:
        Optional ETag.
      • id

        public java.lang.String id()
        Returns:
        Resource Id represents the complete path to the resource.
      • location

        public java.util.Optional<java.lang.String> location()
        Returns:
        Resource location.
      • name

        public java.lang.String name()
        Returns:
        Resource name associated with the resource.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Metadata pertaining to creation and last modification of the resource.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...