Class LocalUsers


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

      • LocalUsers

        public LocalUsers()
    • Method Detail

      • 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.