C# Class Microsoft.Azure.Commands.Insights.OutputClasses.PSLogSettings

Wrapps around the LogSettings
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
PSLogSettings ( Microsoft.Azure.Management.Insights.Models.LogSettings logSettings ) : System.Text

Initializes a new instance of the PSLogSettings class.

ToString ( ) : string

A string representation of the PSLogSettings

Method Details

PSLogSettings() public method

Initializes a new instance of the PSLogSettings class.
public PSLogSettings ( Microsoft.Azure.Management.Insights.Models.LogSettings logSettings ) : System.Text
logSettings Microsoft.Azure.Management.Insights.Models.LogSettings
return System.Text

ToString() public method

A string representation of the PSLogSettings
public ToString ( ) : string
return string