Class ServicePrincipalListResult

java.lang.Object
com.azure.resourcemanager.automanage.models.ServicePrincipalListResult

public final class ServicePrincipalListResult extends Object
The list of ServicePrincipals.
  • Constructor Details

    • ServicePrincipalListResult

      public ServicePrincipalListResult()
  • Method Details

    • value

      public List<ServicePrincipalInner> value()
      Get the value property: The list of servicePrincipals.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of servicePrincipals.
      Parameters:
      value - the value value to set.
      Returns:
      the ServicePrincipalListResult object itself.
    • validate

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