CloudMonitoringProvider.CreateCheckAsync Method |
Namespace: net.openstack.Providers.Rackspace
public Task<CheckId> CreateCheckAsync( EntityId entityId, NewCheckConfiguration configuration, CancellationToken cancellationToken )
Exception | Condition |
---|---|
ArgumentNullException |
If entityId is null.
-or- If configuration is null. |
WebException | If the REST request does not return successfully. |