Class LocalUsers

java.lang.Object
com.azure.resourcemanager.storage.models.LocalUsers

public final class LocalUsers extends Object
List storage account local users.
  • Constructor Details

    • LocalUsers

      public LocalUsers()
  • Method Details

    • value

      public List<LocalUserInner> value()
      Get the value property: The local users associated with the storage account.
      Returns:
      the value value.
    • withValue

      public LocalUsers withValue(List<LocalUserInner> value)
      Set the value property: The local users associated with the storage account.
      Parameters:
      value - the value value to set.
      Returns:
      the LocalUsers object itself.
    • validate

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