Class SecurityConnectorsList

java.lang.Object
com.azure.resourcemanager.security.models.SecurityConnectorsList

public final class SecurityConnectorsList extends Object
List of security connectors response.
  • Constructor Details

    • SecurityConnectorsList

      public SecurityConnectorsList()
  • Method Details

    • value

      public List<SecurityConnectorInner> value()
      Get the value property: The list of security connectors under the given scope.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of security connectors under the given scope.
      Parameters:
      value - the value value to set.
      Returns:
      the SecurityConnectorsList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI to fetch the next page.
      Returns:
      the nextLink value.
    • validate

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