Dela via


MixedRealityExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.MixedReality.

public static class MixedRealityExtensions
type MixedRealityExtensions = class
Public Module MixedRealityExtensions
Inheritance
MixedRealityExtensions

Methods

CheckMixedRealityNameAvailability(SubscriptionResource, AzureLocation, MixedRealityNameAvailabilityContent, CancellationToken)

Check Name Availability for local uniqueness

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability
  • Operation Id: CheckNameAvailabilityLocal
  • Default Api Version: 2021-01-01
CheckMixedRealityNameAvailabilityAsync(SubscriptionResource, AzureLocation, MixedRealityNameAvailabilityContent, CancellationToken)

Check Name Availability for local uniqueness

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability
  • Operation Id: CheckNameAvailabilityLocal
  • Default Api Version: 2021-01-01
GetRemoteRenderingAccount(ResourceGroupResource, String, CancellationToken)

Retrieve a Remote Rendering Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
  • Operation Id: RemoteRenderingAccounts_Get
  • Default Api Version: 2021-01-01
  • Resource: RemoteRenderingAccountResource
GetRemoteRenderingAccountAsync(ResourceGroupResource, String, CancellationToken)

Retrieve a Remote Rendering Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
  • Operation Id: RemoteRenderingAccounts_Get
  • Default Api Version: 2021-01-01
  • Resource: RemoteRenderingAccountResource
GetRemoteRenderingAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing a RemoteRenderingAccountResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a RemoteRenderingAccountResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetRemoteRenderingAccountResource(ResourceIdentifier) instead.

GetRemoteRenderingAccounts(ResourceGroupResource)

Gets a collection of RemoteRenderingAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetRemoteRenderingAccounts() instead.

GetRemoteRenderingAccounts(SubscriptionResource, CancellationToken)

List Remote Rendering Accounts by Subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts
  • Operation Id: RemoteRenderingAccounts_ListBySubscription
  • Default Api Version: 2021-01-01
  • Resource: RemoteRenderingAccountResource
GetRemoteRenderingAccountsAsync(SubscriptionResource, CancellationToken)

List Remote Rendering Accounts by Subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts
  • Operation Id: RemoteRenderingAccounts_ListBySubscription
  • Default Api Version: 2021-01-01
  • Resource: RemoteRenderingAccountResource
GetSpatialAnchorsAccount(ResourceGroupResource, String, CancellationToken)

Retrieve a Spatial Anchors Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Operation Id: SpatialAnchorsAccounts_Get
  • Default Api Version: 2021-01-01
  • Resource: SpatialAnchorsAccountResource
GetSpatialAnchorsAccountAsync(ResourceGroupResource, String, CancellationToken)

Retrieve a Spatial Anchors Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Operation Id: SpatialAnchorsAccounts_Get
  • Default Api Version: 2021-01-01
  • Resource: SpatialAnchorsAccountResource
GetSpatialAnchorsAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing a SpatialAnchorsAccountResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SpatialAnchorsAccountResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSpatialAnchorsAccountResource(ResourceIdentifier) instead.

GetSpatialAnchorsAccounts(ResourceGroupResource)

Gets a collection of SpatialAnchorsAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSpatialAnchorsAccounts() instead.

GetSpatialAnchorsAccounts(SubscriptionResource, CancellationToken)

List Spatial Anchors Accounts by Subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
  • Operation Id: SpatialAnchorsAccounts_ListBySubscription
  • Default Api Version: 2021-01-01
  • Resource: SpatialAnchorsAccountResource
GetSpatialAnchorsAccountsAsync(SubscriptionResource, CancellationToken)

List Spatial Anchors Accounts by Subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
  • Operation Id: SpatialAnchorsAccounts_ListBySubscription
  • Default Api Version: 2021-01-01
  • Resource: SpatialAnchorsAccountResource

Applies to