你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ILogicManagementClient 接口

定义

Azure 逻辑应用的 REST API。

public interface ILogicManagementClient : IDisposable
type ILogicManagementClient = interface
    interface IDisposable
Public Interface ILogicManagementClient
Implements IDisposable
派生
实现

属性

AcceptLanguage

响应的首选语言。

ApiVersion

API 版本。

BaseUri

服务的基 URI。

Credentials

客户端连接到 Azure 所需的凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

IntegrationAccountAgreements

获取 IIntegrationAccountAgreementsOperations。

IntegrationAccountAssemblies

获取 IIntegrationAccountAssembliesOperations。

IntegrationAccountBatchConfigurations

获取 IIntegrationAccountBatchConfigurationsOperations。

IntegrationAccountCertificates

获取 IIntegrationAccountCertificatesOperations。

IntegrationAccountMaps

获取 IIntegrationAccountMapsOperations。

IntegrationAccountPartners

获取 IIntegrationAccountPartnersOperations。

IntegrationAccounts

获取 IIntegrationAccountsOperations。

IntegrationAccountSchemas

获取 IIntegrationAccountSchemasOperations。

IntegrationAccountSessions

获取 IIntegrationAccountSessionsOperations。

LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

Operations

获取 IOperations。

SerializationSettings

获取或设置 json 序列化设置。

SubscriptionId

订阅 ID。

WorkflowRunActionRepetitions

获取 IWorkflowRunActionRepetitionsOperations。

WorkflowRunActionRepetitionsRequestHistories

获取 IWorkflowRunActionRepetitionsRequestHistoriesOperations。

WorkflowRunActionRequestHistories

获取 IWorkflowRunActionRequestHistoriesOperations。

WorkflowRunActions

获取 IWorkflowRunActionsOperations。

WorkflowRunActionScopeRepetitions

获取 IWorkflowRunActionScopeRepetitionsOperations。

WorkflowRunOperations

获取 IWorkflowRunOperations。

WorkflowRuns

获取 IWorkflowRunsOperations。

Workflows

获取 IWorkflowsOperations。

WorkflowTriggerHistories

获取 IWorkflowTriggerHistoriesOperations。

WorkflowTriggers

获取 IWorkflowTriggersOperations。

WorkflowVersions

获取 IWorkflowVersionsOperations。

WorkflowVersionTriggers

获取 IWorkflowVersionTriggersOperations。

适用于