RemoteRenderingAccountCollection Class

Definition

A class representing a collection of RemoteRenderingAccountResource and their operations. Each RemoteRenderingAccountResource in the collection will belong to the same instance of ResourceGroupResource. To get a RemoteRenderingAccountCollection instance call the GetRemoteRenderingAccounts method from an instance of ResourceGroupResource.

public class RemoteRenderingAccountCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MixedReality.RemoteRenderingAccountResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MixedReality.RemoteRenderingAccountResource>
type RemoteRenderingAccountCollection = class
    inherit ArmCollection
    interface seq<RemoteRenderingAccountResource>
    interface IEnumerable
    interface IAsyncEnumerable<RemoteRenderingAccountResource>
Public Class RemoteRenderingAccountCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of RemoteRenderingAccountResource), IEnumerable(Of RemoteRenderingAccountResource)
Inheritance
RemoteRenderingAccountCollection
Implements

Constructors

RemoteRenderingAccountCollection()

Initializes a new instance of the RemoteRenderingAccountCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, RemoteRenderingAccountData, CancellationToken)

Creating or Updating a Remote Rendering Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
  • Operation Id: RemoteRenderingAccounts_Create
CreateOrUpdateAsync(WaitUntil, String, RemoteRenderingAccountData, CancellationToken)

Creating or Updating a Remote Rendering Account.

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

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

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

Retrieve a Remote Rendering Account.

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

List Resources by Resource Group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts
  • Operation Id: RemoteRenderingAccounts_ListByResourceGroup
GetAllAsync(CancellationToken)

List Resources by Resource Group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts
  • Operation Id: RemoteRenderingAccounts_ListByResourceGroup
GetAsync(String, CancellationToken)

Retrieve a Remote Rendering Account.

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

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

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<RemoteRenderingAccountResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<RemoteRenderingAccountResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to