Class DiagnosticsCollectionInner

java.lang.Object
com.azure.resourcemanager.appcontainers.fluent.models.DiagnosticsCollectionInner

public final class DiagnosticsCollectionInner extends Object
Diagnostics data collection for a resource.
  • Constructor Details

    • DiagnosticsCollectionInner

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

    • value

      public List<DiagnosticsInner> value()
      Get the value property: Collection of diagnostic data.
      Returns:
      the value value.
    • withValue

      Set the value property: Collection of diagnostic data.
      Parameters:
      value - the value value to set.
      Returns:
      the DiagnosticsCollectionInner object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to next page of resources.
      Returns:
      the nextLink value.
    • validate

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