Freigeben über


SpatialAnchorsAccountCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SpatialAnchorsAccountResource Vorgänge darstellt. Jedes SpatialAnchorsAccountResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen SpatialAnchorsAccountCollection instance rufen Sie die GetSpatialAnchorsAccounts-Methode aus einer instance von aufResourceGroupResource.

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

Konstruktoren

SpatialAnchorsAccountCollection()

Initialisiert eine neue instance der -Klasse für die SpatialAnchorsAccountCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, SpatialAnchorsAccountData, CancellationToken)

Erstellen oder Aktualisieren eines Spatial Anchors-Kontos.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Vorgangs-IdSpatialAnchorsAccounts_Create
CreateOrUpdateAsync(WaitUntil, String, SpatialAnchorsAccountData, CancellationToken)

Erstellen oder Aktualisieren eines Spatial Anchors-Kontos.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Vorgangs-IdSpatialAnchorsAccounts_Create
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Vorgangs-IdSpatialAnchorsAccounts_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Vorgangs-IdSpatialAnchorsAccounts_Get
Get(String, CancellationToken)

Rufen Sie ein Spatial Anchors-Konto ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Vorgangs-IdSpatialAnchorsAccounts_Get
GetAll(CancellationToken)

Auflisten von Ressourcen nach Ressourcengruppe

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
  • Vorgangs-IdSpatialAnchorsAccounts_ListByResourceGroup
GetAllAsync(CancellationToken)

Auflisten von Ressourcen nach Ressourcengruppe

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
  • Vorgangs-IdSpatialAnchorsAccounts_ListByResourceGroup
GetAsync(String, CancellationToken)

Rufen Sie ein Spatial Anchors-Konto ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
  • Vorgangs-IdSpatialAnchorsAccounts_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<SpatialAnchorsAccountResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<SpatialAnchorsAccountResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: