Interface DiagnosticsCollection


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DiagnosticsCollectionInner object.
    Gets the nextLink property: Link to next page of resources.
    Gets the value property: Collection of diagnostic data.
  • Method Details

    • value

      List<Diagnostics> value()
      Gets the value property: Collection of diagnostic data.
      Returns:
      the value value.
    • nextLink

      String nextLink()
      Gets the nextLink property: Link to next page of resources.
      Returns:
      the nextLink value.
    • innerModel

      Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DiagnosticsCollectionInner object.
      Returns:
      the inner object.