Share via


OfxClient Constructors

Definition

Overloads

Name Description
OfxClient()

Oppinionated API client

OfxClient(String, ConnectionProvider)

Initializes a new instance of the ProjectClient with the specified connection provider.

OfxClient()

Source:
OfxClient.cs

Oppinionated API client

public OfxClient();
Public Sub New ()

Applies to

OfxClient(String, ConnectionProvider)

Source:
OfxClient.cs

Initializes a new instance of the ProjectClient with the specified connection provider.

public OfxClient(string projectId, System.ClientModel.Primitives.ConnectionProvider connections);
new Azure.Projects.OfxClient : string * System.ClientModel.Primitives.ConnectionProvider -> Azure.Projects.OfxClient
Public Sub New (projectId As String, connections As ConnectionProvider)

Parameters

projectId
String
connections
System.ClientModel.Primitives.ConnectionProvider

Applies to