Class FlowLogListResult

java.lang.Object
com.azure.resourcemanager.network.models.FlowLogListResult

public final class FlowLogListResult extends Object
List of flow logs.
  • Constructor Details

    • FlowLogListResult

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

    • value

      public List<FlowLogInner> value()
      Get the value property: Information about flow log resource.
      Returns:
      the value value.
    • withValue

      public FlowLogListResult withValue(List<FlowLogInner> value)
      Set the value property: Information about flow log resource.
      Parameters:
      value - the value value to set.
      Returns:
      the FlowLogListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • validate

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