java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appcontainers.fluent.models.DiagnosticsInner

public final class DiagnosticsInner extends com.azure.core.management.ProxyResource
Diagnostics data for a resource.
  • Constructor Details

    • DiagnosticsInner

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

    • properties

      public DiagnosticsProperties properties()
      Get the properties property: Diagnostics resource specific properties.
      Returns:
      the properties value.
    • withProperties

      public DiagnosticsInner withProperties(DiagnosticsProperties properties)
      Set the properties property: Diagnostics resource specific properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the DiagnosticsInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • validate

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