CloudLoadBalancerProvider.GetLoadBalancerMetadataItemAsync Method |
Namespace: net.openstack.Providers.Rackspace
public Task<LoadBalancerMetadataItem> GetLoadBalancerMetadataItemAsync( LoadBalancerId loadBalancerId, MetadataId metadataId, CancellationToken cancellationToken )
Exception | Condition |
---|---|
ArgumentNullException |
If loadBalancerId is null.
-or- If metadataId is null. |
WebException | If the REST request does not return successfully. |