ILogicManagementClient インターフェイス

定義

Azure Logic Apps 用の 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 を取得します。

適用対象