Class AzureResourceProperties

java.lang.Object
com.azure.resourcemanager.loganalytics.models.AzureResourceProperties
Direct Known Subclasses:
LogAnalyticsQueryPackQueryInner

public class AzureResourceProperties extends Object
An Azure resource QueryPack-Query object.
  • Constructor Details

    • AzureResourceProperties

      public AzureResourceProperties()
  • Method Details

    • id

      public String id()
      Get the id property: Azure resource Id.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: Azure resource name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: Azure resource type.
      Returns:
      the type value.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Read only system data.
      Returns:
      the systemData value.
    • validate

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