CloudMonitoringProvider.UpdateAgentTokenAsync Method |
Namespace: net.openstack.Providers.Rackspace
public Task UpdateAgentTokenAsync( AgentTokenId agentTokenId, AgentTokenConfiguration configuration, CancellationToken cancellationToken )
Exception | Condition |
---|---|
ArgumentNullException |
If agentTokenId is null.
-or- If configuration is null. |
WebException | If the REST request does not return successfully. |