Class PolicyMetadataInner

java.lang.Object
com.azure.resourcemanager.policyinsights.fluent.models.PolicyMetadataInner

public final class PolicyMetadataInner extends Object
Policy metadata resource definition.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of PolicyMetadataInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the additionalContentUrl property: Url for getting additional content about the resource metadata.
    Get the category property: The category of the policy metadata.
    Get the description property: The description of the policy metadata.
    id()
    Get the id property: The ID of the policy metadata.
    Get the metadata property: Additional metadata.
    Get the metadataId property: The policy metadata identifier.
    Get the name property: The name of the policy metadata.
    Get the owner property: The owner of the policy metadata.
    Get the requirements property: The requirements of the policy metadata.
    Get the title property: The title of the policy metadata.
    Get the type property: The type of the policy metadata.
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PolicyMetadataInner

      public PolicyMetadataInner()
      Creates an instance of PolicyMetadataInner class.
  • Method Details

    • id

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

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

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

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

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

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

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

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

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

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

      public Object metadata()
      Get the metadata property: Additional metadata.
      Returns:
      the metadata value.
    • validate

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