Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Update repo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
yaohaizh committed Aug 15, 2019
1 parent 30f6a8a commit 7cf216b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ languages:
- csharp
products:
- azure
services: Monitor
platforms: dotnet
author: yaohaizh
extensions:
- services: Monitor
- platforms: dotnet
---

# Getting metrics and activity logs for a resource. #

This sample shows examples of retrieving metrics and activity logs for Storage Account.
- List all metric definitions available for a storage account
- Retrieve and show metrics for the past 7 days for Transactions where
- Api name was 'PutBlob' and
- response type was 'Success' and
- Geo type was 'Primary'
- Retrieve and show all activity logs for the past 7 days for the same Storage account.
This sample shows examples of retrieving metrics and activity logs for Storage Account.
- List all metric definitions available for a storage account
- Retrieve and show metrics for the past 7 days for Transactions where
- Api name was 'PutBlob' and
- response type was 'Success' and
- Geo type was 'Primary'
- Retrieve and show all activity logs for the past 7 days for the same Storage account.


## Running this Sample ##
Expand Down

0 comments on commit 7cf216b

Please sign in to comment.