Bagikan melalui


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
CheckMixedRealityNameAvailabilityAsync(SubscriptionResource, AzureLocation, MixedRealityNameAvailabilityContent, CancellationToken)

Check Name Availability for local uniqueness

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

Retrieve a Remote Rendering Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
  • Operation Id: RemoteRenderingAccounts_Get
GetRemoteRenderingAccountAsync(ResourceGroupResource, String, CancellationToken)

Retrieve a Remote Rendering Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
  • Operation Id: RemoteRenderingAccounts_Get
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
GetRemoteRenderingAccountsAsync(SubscriptionResource, CancellationToken)

List Remote Rendering Accounts by Subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts
  • Operation Id: RemoteRenderingAccounts_ListBySubscription
GetSpatialAnchorsAccount(ResourceGroupResource, String, CancellationToken)

Retrieve a Spatial Anchors Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Operation Id: SpatialAnchorsAccounts_Get
GetSpatialAnchorsAccountAsync(ResourceGroupResource, String, CancellationToken)

Retrieve a Spatial Anchors Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Operation Id: SpatialAnchorsAccounts_Get
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
GetSpatialAnchorsAccountsAsync(SubscriptionResource, CancellationToken)

List Spatial Anchors Accounts by Subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
  • Operation Id: SpatialAnchorsAccounts_ListBySubscription

Applies to