次の方法で共有


MixedRealityClient クラス

定義

Mixed Reality クライアント

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

コンストラクター

MixedRealityClient(DelegatingHandler[])

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

MixedRealityClient(HttpClient, Boolean)

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

MixedRealityClient(HttpClientHandler, DelegatingHandler[])

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

MixedRealityClient(ServiceClientCredentials, DelegatingHandler[])

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

MixedRealityClient(ServiceClientCredentials, HttpClient, Boolean)

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

MixedRealityClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

MixedRealityClient(Uri, DelegatingHandler[])

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

MixedRealityClient(Uri, HttpClientHandler, DelegatingHandler[])

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

MixedRealityClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

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

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

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

HTTP 要求で使用される API バージョン。

BaseUri

サービスのベース URI。

Credentials

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

DeserializationSettings

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

FirstMessageHandler

Mixed Reality クライアント

(継承元 ServiceClient<T>)
GenerateClientRequestId

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

HttpClient

Mixed Reality クライアント

(継承元 ServiceClient<T>)
HttpClientHandler

Mixed Reality クライアント

(継承元 ServiceClient<T>)
HttpMessageHandlers

Mixed Reality クライアント

(継承元 ServiceClient<T>)
LongRunningOperationRetryTimeout

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

ObjectAnchorsAccounts

IObjectAnchorsAccountsOperations を取得します。

Operations

IOperations を取得します。

RemoteRenderingAccounts

IRemoteRenderingAccountsOperations を取得します。

SerializationSettings

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

SpatialAnchorsAccounts

ISpatialAnchorsAccountsOperations を取得します。

SubscriptionId

Azure サブスクリプション ID。 これは GUID 形式の文字列です (例: 00000000-0000-0000-0000-000000000000)

UserAgent

Mixed Reality クライアント

(継承元 ServiceClient<T>)

メソッド

CheckNameAvailabilityLocalWithHttpMessagesAsync(String, CheckNameAvailabilityRequest, Dictionary<String,List<String>>, CancellationToken)

ローカルの一意性の名前の可用性を確認する

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Mixed Reality クライアント

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

Mixed Reality クライアント

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

Mixed Reality クライアント

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

Mixed Reality クライアント

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

Mixed Reality クライアント

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

Mixed Reality クライアント

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

Mixed Reality クライアント

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

Mixed Reality クライアント

(継承元 ServiceClient<T>)

拡張メソッド

CheckNameAvailabilityLocal(IMixedRealityClient, String, CheckNameAvailabilityRequest)

ローカルの一意性の名前の可用性を確認する

CheckNameAvailabilityLocalAsync(IMixedRealityClient, String, CheckNameAvailabilityRequest, CancellationToken)

ローカルの一意性の名前の可用性を確認する

適用対象