Edit

Share via


HpcRestClient Constructors

Definition

Overloads

HpcRestClient(IHpcContext)
HpcRestClient(String)

HpcRestClient(IHpcContext)

protected HpcRestClient (Microsoft.Hpc.IHpcContext context);
new Microsoft.Hpc.Rest.HpcRestClient : Microsoft.Hpc.IHpcContext -> Microsoft.Hpc.Rest.HpcRestClient
Protected Sub New (context As IHpcContext)

Parameters

context
IHpcContext

Applies to

HpcRestClient(String)

protected HpcRestClient (string restNode);
new Microsoft.Hpc.Rest.HpcRestClient : string -> Microsoft.Hpc.Rest.HpcRestClient
Protected Sub New (restNode As String)

Parameters

restNode
String

Applies to