| IDatabaseServiceSetUserPasswordAsync Method |
Namespace: net.openstack.Providers.Rackspace
Task SetUserPasswordAsync( DatabaseInstanceId instanceId, UserName userName, string password, CancellationToken cancellationToken )
| Exception | Condition |
|---|---|
| ArgumentNullException |
If instanceId is .
-or- If userName is . -or- If password is . |
| ArgumentException | If password is empty. |
| WebException | If the REST request does not return successfully. |