LogicManagementClient クラス

定義

Azure Logic Apps 用 REST API。

public class LogicManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.Logic.LogicManagementClient>, IDisposable, Microsoft.Azure.Management.Logic.ILogicManagementClient, Microsoft.Rest.Azure.IAzureClient
type LogicManagementClient = class
    inherit ServiceClient<LogicManagementClient>
    interface ILogicManagementClient
    interface IDisposable
    interface IAzureClient
Public Class LogicManagementClient
Inherits ServiceClient(Of LogicManagementClient)
Implements IAzureClient, IDisposable, ILogicManagementClient
継承
LogicManagementClient
実装

コンストラクター

LogicManagementClient(DelegatingHandler[])

LogicManagementClient クラスの新しいインスタンスを初期化します。

LogicManagementClient(HttpClient, Boolean)

LogicManagementClient クラスの新しいインスタンスを初期化します。

LogicManagementClient(HttpClientHandler, DelegatingHandler[])

LogicManagementClient クラスの新しいインスタンスを初期化します。

LogicManagementClient(ServiceClientCredentials, DelegatingHandler[])

LogicManagementClient クラスの新しいインスタンスを初期化します。

LogicManagementClient(ServiceClientCredentials, HttpClient, Boolean)

LogicManagementClient クラスの新しいインスタンスを初期化します。

LogicManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

LogicManagementClient クラスの新しいインスタンスを初期化します。

LogicManagementClient(Uri, DelegatingHandler[])

LogicManagementClient クラスの新しいインスタンスを初期化します。

LogicManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

LogicManagementClient クラスの新しいインスタンスを初期化します。

LogicManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

LogicManagementClient クラスの新しいインスタンスを初期化します。

LogicManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

LogicManagementClient クラスの新しいインスタンスを初期化します。

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

API のバージョン。

BaseUri

サービスのベース URI。

Credentials

クライアントが Azure に接続するために必要な資格情報。

DeserializationSettings

json 逆シリアル化設定を取得または設定します。

FirstMessageHandler

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

HttpClient

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
HttpClientHandler

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
HttpMessageHandlers

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
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。

UserAgent

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
WorkflowRunActionRepetitions

IWorkflowRunActionRepetitionsOperations を取得します。

WorkflowRunActionRepetitionsRequestHistories

IWorkflowRunActionRepetitionsRequestHistoriesOperations を取得します。

WorkflowRunActionRequestHistories

IWorkflowRunActionRequestHistoriesOperations を取得します。

WorkflowRunActions

IWorkflowRunActionsOperations を取得します。

WorkflowRunActionScopeRepetitions

IWorkflowRunActionScopeRepetitionsOperations を取得します。

WorkflowRunOperations

IWorkflowRunOperations を取得します。

WorkflowRuns

IWorkflowRunsOperations を取得します。

Workflows

IWorkflowsOperations を取得します。

WorkflowTriggerHistories

IWorkflowTriggerHistoriesOperations を取得します。

WorkflowTriggers

IWorkflowTriggersOperations を取得します。

WorkflowVersions

IWorkflowVersionsOperations を取得します。

WorkflowVersionTriggers

IWorkflowVersionTriggersOperations を取得します。

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
Dispose()

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
Dispose(Boolean)

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
SetUserAgent(String)

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)
SetUserAgent(String, String)

Azure Logic Apps 用 REST API。

(継承元 ServiceClient<T>)

適用対象