Interface PolicyMetadata


  • public interface PolicyMetadata
    An immutable client-side representation of PolicyMetadata.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String additionalContentUrl()
      Gets the additionalContentUrl property: Url for getting additional content about the resource metadata.
      String category()
      Gets the category property: The category of the policy metadata.
      String description()
      Gets the description property: The description of the policy metadata.
      String id()
      Gets the id property: The ID of the policy metadata.
      PolicyMetadataInner innerModel()
      Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.PolicyMetadataInner object.
      Object metadata()
      Gets the metadata property: Additional metadata.
      String metadataId()
      Gets the metadataId property: The policy metadata identifier.
      String name()
      Gets the name property: The name of the policy metadata.
      String owner()
      Gets the owner property: The owner of the policy metadata.
      String requirements()
      Gets the requirements property: The requirements of the policy metadata.
      String title()
      Gets the title property: The title of the policy metadata.
      String type()
      Gets the type property: The type of the policy metadata.
    • Method Detail

      • id

        String id()
        Gets the id property: The ID of the policy metadata.
        Returns:
        the id value.
      • type

        String type()
        Gets the type property: The type of the policy metadata.
        Returns:
        the type value.
      • name

        String name()
        Gets the name property: The name of the policy metadata.
        Returns:
        the name value.
      • description

        String description()
        Gets the description property: The description of the policy metadata.
        Returns:
        the description value.
      • requirements

        String requirements()
        Gets the requirements property: The requirements of the policy metadata.
        Returns:
        the requirements value.
      • metadataId

        String metadataId()
        Gets the metadataId property: The policy metadata identifier.
        Returns:
        the metadataId value.
      • category

        String category()
        Gets the category property: The category of the policy metadata.
        Returns:
        the category value.
      • title

        String title()
        Gets the title property: The title of the policy metadata.
        Returns:
        the title value.
      • owner

        String owner()
        Gets the owner property: The owner of the policy metadata.
        Returns:
        the owner value.
      • additionalContentUrl

        String additionalContentUrl()
        Gets the additionalContentUrl property: Url for getting additional content about the resource metadata.
        Returns:
        the additionalContentUrl value.
      • metadata

        Object metadata()
        Gets the metadata property: Additional metadata.
        Returns:
        the metadata value.
      • innerModel

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