MixedRealityExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
CheckMixedRealityNameAvailabilityAsync(SubscriptionResource, AzureLocation, MixedRealityNameAvailabilityContent, CancellationToken) |
Check Name Availability for local uniqueness
|
GetRemoteRenderingAccount(ResourceGroupResource, String, CancellationToken) |
Retrieve a Remote Rendering Account.
|
GetRemoteRenderingAccountAsync(ResourceGroupResource, String, CancellationToken) |
Retrieve a Remote Rendering Account.
|
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
|
GetRemoteRenderingAccountsAsync(SubscriptionResource, CancellationToken) |
List Remote Rendering Accounts by Subscription
|
GetSpatialAnchorsAccount(ResourceGroupResource, String, CancellationToken) |
Retrieve a Spatial Anchors Account.
|
GetSpatialAnchorsAccountAsync(ResourceGroupResource, String, CancellationToken) |
Retrieve a Spatial Anchors Account.
|
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
|
GetSpatialAnchorsAccountsAsync(SubscriptionResource, CancellationToken) |
List Spatial Anchors Accounts by Subscription
|
Applies to
Azure SDK for .NET