C# Class AzureML.PowerShell.AzureMLPsCmdlet

Inheritance: AzureMLPsCmdletBase
Datei anzeigen Open project: hning86/azuremlps

Private Properties

Property Type Description
ReadConfigFromFile void

Public Methods

Method Description
AzureMLPsCmdlet ( ) : System

Protected Methods

Method Description
GetWorkspaceSetting ( ) : WorkspaceSetting
GetWorkspaceSetting ( string location, string wsId, string wsAuthToken ) : WorkspaceSetting

Private Methods

Method Description
ReadConfigFromFile ( bool throwExceptionIfFileDoesnotExist ) : void

Method Details

AzureMLPsCmdlet() public method

public AzureMLPsCmdlet ( ) : System
return System

GetWorkspaceSetting() protected method

protected GetWorkspaceSetting ( ) : WorkspaceSetting
return AzureML.Contract.WorkspaceSetting

GetWorkspaceSetting() protected method

protected GetWorkspaceSetting ( string location, string wsId, string wsAuthToken ) : WorkspaceSetting
location string
wsId string
wsAuthToken string
return AzureML.Contract.WorkspaceSetting