次の方法で共有


AppPlatformManagementClient クラス

定義

Azure Spring Cloud 用 REST API

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

コンストラクター

AppPlatformManagementClient(DelegatingHandler[])

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

AppPlatformManagementClient(HttpClient, Boolean)

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

AppPlatformManagementClient(HttpClientHandler, DelegatingHandler[])

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

AppPlatformManagementClient(ServiceClientCredentials, DelegatingHandler[])

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

AppPlatformManagementClient(ServiceClientCredentials, HttpClient, Boolean)

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

AppPlatformManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

AppPlatformManagementClient(Uri, DelegatingHandler[])

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

AppPlatformManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

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

AppPlatformManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

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

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

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

クライアント API のバージョン。

Apps

IAppsOperations を取得します。

BaseUri

サービスのベース URI。

Bindings

IBindingsOperations を取得します。

Certificates

ICertificatesOperations を取得します。

ConfigServers

IConfigServersOperations を取得します。

Credentials

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

CustomDomains

ICustomDomainsOperations を取得します。

Deployments

IDeploymentsOperations を取得します。

DeserializationSettings

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

FirstMessageHandler

Azure Spring Cloud 用 REST API

(継承元 ServiceClient<T>)
GenerateClientRequestId

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

HttpClient

Azure Spring Cloud 用 REST API

(継承元 ServiceClient<T>)
HttpClientHandler

Azure Spring Cloud 用 REST API

(継承元 ServiceClient<T>)
HttpMessageHandlers

Azure Spring Cloud 用 REST API

(継承元 ServiceClient<T>)
LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

MonitoringSettings

IMonitoringSettingsOperations を取得します。

Operations

IOperations を取得します。

SerializationSettings

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

Services

IServicesOperations を取得します。

Skus

ISkusOperations を取得します。

SubscriptionId

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション ID を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

UserAgent

Azure Spring Cloud 用 REST API

(継承元 ServiceClient<T>)

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure Spring Cloud 用 REST API

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

Azure Spring Cloud 用 REST API

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

Azure Spring Cloud 用 REST API

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

Azure Spring Cloud 用 REST API

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

Azure Spring Cloud 用 REST API

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

Azure Spring Cloud 用 REST API

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

Azure Spring Cloud 用 REST API

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

Azure Spring Cloud 用 REST API

(継承元 ServiceClient<T>)

適用対象