ILogicManagementClient Interface

Definition

REST API for Azure Logic Apps.

public interface ILogicManagementClient : IDisposable
type ILogicManagementClient = interface
    interface IDisposable
Public Interface ILogicManagementClient
Implements IDisposable
Derived
Implements

Properties

AcceptLanguage

The preferred language for the response.

ApiVersion

The API version.

BaseUri

The base URI of the service.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

GenerateClientRequestId

Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

IntegrationAccountAgreements

Gets the IIntegrationAccountAgreementsOperations.

IntegrationAccountAssemblies

Gets the IIntegrationAccountAssembliesOperations.

IntegrationAccountBatchConfigurations

Gets the IIntegrationAccountBatchConfigurationsOperations.

IntegrationAccountCertificates

Gets the IIntegrationAccountCertificatesOperations.

IntegrationAccountMaps

Gets the IIntegrationAccountMapsOperations.

IntegrationAccountPartners

Gets the IIntegrationAccountPartnersOperations.

IntegrationAccounts

Gets the IIntegrationAccountsOperations.

IntegrationAccountSchemas

Gets the IIntegrationAccountSchemasOperations.

IntegrationAccountSessions

Gets the IIntegrationAccountSessionsOperations.

LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

Operations

Gets the IOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

The subscription id.

WorkflowRunActionRepetitions

Gets the IWorkflowRunActionRepetitionsOperations.

WorkflowRunActionRepetitionsRequestHistories

Gets the IWorkflowRunActionRepetitionsRequestHistoriesOperations.

WorkflowRunActionRequestHistories

Gets the IWorkflowRunActionRequestHistoriesOperations.

WorkflowRunActions

Gets the IWorkflowRunActionsOperations.

WorkflowRunActionScopeRepetitions

Gets the IWorkflowRunActionScopeRepetitionsOperations.

WorkflowRunOperations

Gets the IWorkflowRunOperations.

WorkflowRuns

Gets the IWorkflowRunsOperations.

Workflows

Gets the IWorkflowsOperations.

WorkflowTriggerHistories

Gets the IWorkflowTriggerHistoriesOperations.

WorkflowTriggers

Gets the IWorkflowTriggersOperations.

WorkflowVersions

Gets the IWorkflowVersionsOperations.

WorkflowVersionTriggers

Gets the IWorkflowVersionTriggersOperations.

Applies to