C# Class Microsoft.WindowsAzure.Commands.Common.AzurePSDataCollectionProfile

Show file Open project: Azure/azure-powershell Class Usage Examples

Public Properties

Property Type Description
DefaultFileName string

Private Properties

Property Type Description

Public Methods

Method Description
AzurePSDataCollectionProfile ( ) : Newtonsoft.Json
AzurePSDataCollectionProfile ( bool enable ) : Newtonsoft.Json

Method Details

AzurePSDataCollectionProfile() public method

public AzurePSDataCollectionProfile ( ) : Newtonsoft.Json
return Newtonsoft.Json

AzurePSDataCollectionProfile() public method

public AzurePSDataCollectionProfile ( bool enable ) : Newtonsoft.Json
enable bool
return Newtonsoft.Json

Property Details

DefaultFileName public static property

public static string DefaultFileName
return string