C# Class AzureML.ManagementUtil

Datei anzeigen Open project: hning86/azuremlps Class Usage Examples

Private Properties

Property Type Description
CreateHttpResult Task
GetAuthenticatedHttpClient System.Net.Http.HttpClient
GetAuthenticatedHttpClient System.Net.Http.HttpClient
HttpDelete Task
HttpGet Task
HttpGet Task
HttpGet Task
HttpPatch Task
HttpPost Task
HttpPostFile Task
HttpPut Task
HttpPut Task
ManagementUtil AzureML.Contract

Private Methods

Method Description
CreateHttpResult ( HttpResponseMessage hrm ) : Task
GetAuthenticatedHttpClient ( ) : HttpClient
GetAuthenticatedHttpClient ( string authCode ) : HttpClient
HttpDelete ( string url ) : Task
HttpGet ( string url ) : Task
HttpGet ( string url, bool withAuthHeader ) : Task
HttpGet ( string authCode, string url, bool withAutHeader ) : Task
HttpPatch ( string url, string jsonBody ) : Task
HttpPost ( string url, string jsonBody ) : Task
HttpPostFile ( string url, string filePath ) : Task
HttpPut ( string url, string body ) : Task
HttpPut ( string authCode, string url, string body ) : Task
ManagementUtil ( string sdkName ) : AzureML.Contract