MockableMixedRealitySubscriptionResource.GetRemoteRenderingAccounts Method
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.
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
public virtual Azure.Pageable<Azure.ResourceManager.MixedReality.RemoteRenderingAccountResource> GetRemoteRenderingAccounts(System.Threading.CancellationToken cancellationToken = default);
abstract member GetRemoteRenderingAccounts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MixedReality.RemoteRenderingAccountResource>
override this.GetRemoteRenderingAccounts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MixedReality.RemoteRenderingAccountResource>
Public Overridable Function GetRemoteRenderingAccounts (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RemoteRenderingAccountResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of RemoteRenderingAccountResource that may take multiple service requests to iterate over.