OfxClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| OfxClient() |
Oppinionated API client |
| OfxClient(String, ConnectionProvider) |
Initializes a new instance of the ProjectClient with the specified connection provider. |
OfxClient()
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