FormstackFormsClient Constructors

Definition

Overloads

Name Description
FormstackFormsClient()
FormstackFormsClient(String)

Creates a new FormstackFormsClient with the specified connection runtime URL string. Uses ManagedIdentityCredential by default.

FormstackFormsClient(Uri)

Creates a new FormstackFormsClient with the specified connection runtime URL. Uses ManagedIdentityCredential by default.

FormstackFormsClient(Uri, TokenCredential)

Creates a new FormstackFormsClient with the specified connection runtime URL and credential.

FormstackFormsClient(Uri, TokenCredential, ConnectorClientOptions)

Creates a new FormstackFormsClient with the specified connection runtime URL and credential.

FormstackFormsClient()

protected FormstackFormsClient();
Protected Sub New ()

Applies to

FormstackFormsClient(String)

Creates a new FormstackFormsClient with the specified connection runtime URL string. Uses ManagedIdentityCredential by default.

public FormstackFormsClient(string connectionRuntimeUrl);
new Azure.Connectors.Sdk.FormstackForms.FormstackFormsClient : string -> Azure.Connectors.Sdk.FormstackForms.FormstackFormsClient
Public Sub New (connectionRuntimeUrl As String)

Parameters

connectionRuntimeUrl
String

The connection runtime URL from Azure Portal.

Applies to

FormstackFormsClient(Uri)

Creates a new FormstackFormsClient with the specified connection runtime URL. Uses ManagedIdentityCredential by default.

public FormstackFormsClient(Uri connectionRuntimeUrl);
new Azure.Connectors.Sdk.FormstackForms.FormstackFormsClient : Uri -> Azure.Connectors.Sdk.FormstackForms.FormstackFormsClient
Public Sub New (connectionRuntimeUrl As Uri)

Parameters

connectionRuntimeUrl
Uri

The connection runtime URL from Azure Portal.

Applies to

FormstackFormsClient(Uri, TokenCredential)

Creates a new FormstackFormsClient with the specified connection runtime URL and credential.

public FormstackFormsClient(Uri connectionRuntimeUrl, Azure.Core.TokenCredential credential);
new Azure.Connectors.Sdk.FormstackForms.FormstackFormsClient : Uri * Azure.Core.TokenCredential -> Azure.Connectors.Sdk.FormstackForms.FormstackFormsClient
Public Sub New (connectionRuntimeUrl As Uri, credential As TokenCredential)

Parameters

connectionRuntimeUrl
Uri

The connection runtime URL from Azure Portal.

credential
TokenCredential

The Azure credential for authentication.

Applies to

FormstackFormsClient(Uri, TokenCredential, ConnectorClientOptions)

Creates a new FormstackFormsClient with the specified connection runtime URL and credential.

public FormstackFormsClient(Uri connectionRuntimeUrl, Azure.Core.TokenCredential credential, Azure.Connectors.Sdk.ConnectorClientOptions options = default);
new Azure.Connectors.Sdk.FormstackForms.FormstackFormsClient : Uri * Azure.Core.TokenCredential * Azure.Connectors.Sdk.ConnectorClientOptions -> Azure.Connectors.Sdk.FormstackForms.FormstackFormsClient
Public Sub New (connectionRuntimeUrl As Uri, credential As TokenCredential, Optional options As ConnectorClientOptions = Nothing)

Parameters

connectionRuntimeUrl
Uri

The connection runtime URL from Azure Portal.

credential
TokenCredential

The Azure credential for authentication.

options
ConnectorClientOptions

Optional client options for retry, timeout, etc.

Applies to