C# Class CountersLogConverterSample.Program

Sample code to download counters log and export it to a .CSV file.
Show file Open project: Azure-Samples/networking-dotnet-log-converter

Private Methods

Method Description
GetNetworkSecurityGroupRuleCounters ( System.DateTime logStart, System.DateTime logEnd ) : void

Down loads JSON log files between 2 dates from the blob storage and exports them into one .CSV file.

Main ( ) : void