IFeatureClient インターフェイス

定義

public interface IFeatureClient : IDisposable
type IFeatureClient = interface
    interface IDisposable
Public Interface IFeatureClient
Implements IDisposable
派生
実装

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

この操作に使用する API バージョン。

BaseUri

サービスのベース URI。

Credentials

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

DeserializationSettings

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

Features

IFeaturesOperations を取得します。

GenerateClientRequestId

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

LongRunningOperationRetryTimeout

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

SerializationSettings

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

SubscriptionFeatureRegistrations

ISubscriptionFeatureRegistrationsOperations を取得します。

SubscriptionId

Azure サブスクリプション ID。

メソッド

ListOperationsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

使用可能なすべての Microsoft.Features REST API 操作を一覧表示します。

ListOperationsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

使用可能なすべての Microsoft.Features REST API 操作を一覧表示します。

拡張メソッド

ListOperations(IFeatureClient)

使用可能なすべての Microsoft.Features REST API 操作を一覧表示します。

ListOperationsAsync(IFeatureClient, CancellationToken)

使用可能なすべての Microsoft.Features REST API 操作を一覧表示します。

ListOperationsNext(IFeatureClient, String)

使用可能なすべての Microsoft.Features REST API 操作を一覧表示します。

ListOperationsNextAsync(IFeatureClient, String, CancellationToken)

使用可能なすべての Microsoft.Features REST API 操作を一覧表示します。

適用対象