Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajeetharan/38302ad7f17b4844afdfd6fd0162e776 to your computer and use it in GitHub Desktop.
Save sajeetharan/38302ad7f17b4844afdfd6fd0162e776 to your computer and use it in GitHub Desktop.
Get the current throughput
int throughputCurrent = (int)offer.GetPropertyValue<JObject>("content").GetValue("offerThroughput");
log.LogInformation(string.Format("Current provisioned throughput is: {0} RU", throughputCurrent.ToString()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment