다음을 통해 공유


IMixedRealityClient Interface

Definition

Mixed Reality Client

public interface IMixedRealityClient : IDisposable
type IMixedRealityClient = interface
    interface IDisposable
Public Interface IMixedRealityClient
Implements IDisposable
Derived
Implements

Properties

AcceptLanguage

The preferred language for the response.

ApiVersion

The API version to be used with the HTTP request.

BaseUri

The base URI of the service.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

GenerateClientRequestId

Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

ObjectAnchorsAccounts

Gets the IObjectAnchorsAccountsOperations.

Operations

Gets the IOperations.

RemoteRenderingAccounts

Gets the IRemoteRenderingAccountsOperations.

SerializationSettings

Gets or sets json serialization settings.

SpatialAnchorsAccounts

Gets the ISpatialAnchorsAccountsOperations.

SubscriptionId

The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)

Methods

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

Check Name Availability for local uniqueness

Extension Methods

CheckNameAvailabilityLocal(IMixedRealityClient, String, CheckNameAvailabilityRequest)

Check Name Availability for local uniqueness

CheckNameAvailabilityLocalAsync(IMixedRealityClient, String, CheckNameAvailabilityRequest, CancellationToken)

Check Name Availability for local uniqueness

Applies to