Class MixedRealityManager

java.lang.Object
com.azure.resourcemanager.mixedreality.MixedRealityManager

public final class MixedRealityManager extends Object
Entry point to MixedRealityManager. Mixed Reality Client.
  • Method Details

    • authenticate

      public static MixedRealityManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of MixedReality service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the MixedReality service API instance.
    • authenticate

      public static MixedRealityManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of MixedReality service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the MixedReality service API instance.
    • configure

      public static MixedRealityManager.Configurable configure()
      Gets a Configurable instance that can be used to create MixedRealityManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • resourceProviders

      public ResourceProviders resourceProviders()
      Gets the resource collection API of ResourceProviders.
      Returns:
      Resource collection API of ResourceProviders.
    • spatialAnchorsAccounts

      public SpatialAnchorsAccounts spatialAnchorsAccounts()
      Gets the resource collection API of SpatialAnchorsAccounts. It manages SpatialAnchorsAccount.
      Returns:
      Resource collection API of SpatialAnchorsAccounts.
    • remoteRenderingAccounts

      public RemoteRenderingAccounts remoteRenderingAccounts()
      Gets the resource collection API of RemoteRenderingAccounts. It manages RemoteRenderingAccount.
      Returns:
      Resource collection API of RemoteRenderingAccounts.
    • serviceClient

      public MixedRealityClient serviceClient()
      Returns:
      Wrapped service client MixedRealityClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.