Freigeben über


ObjectAnchorsAccount Konstruktoren

Definition

Überlädt

ObjectAnchorsAccount()

Initialisiert eine neue instance der ObjectAnchorsAccount-Klasse.

ObjectAnchorsAccount(String, String, String, String, IDictionary<String,String>, ObjectAnchorsAccountIdentity, String, String, String, SystemData)

Initialisiert eine neue instance der ObjectAnchorsAccount-Klasse.

ObjectAnchorsAccount()

Initialisiert eine neue instance der ObjectAnchorsAccount-Klasse.

public ObjectAnchorsAccount ();
Public Sub New ()

Gilt für:

ObjectAnchorsAccount(String, String, String, String, IDictionary<String,String>, ObjectAnchorsAccountIdentity, String, String, String, SystemData)

Initialisiert eine neue instance der ObjectAnchorsAccount-Klasse.

public ObjectAnchorsAccount (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccountIdentity identity = default, string storageAccountName = default, string accountId = default, string accountDomain = default, Microsoft.Azure.Management.MixedReality.Models.SystemData systemData = default);
new Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccountIdentity * string * string * string * Microsoft.Azure.Management.MixedReality.Models.SystemData -> Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ObjectAnchorsAccountIdentity = Nothing, Optional storageAccountName As String = Nothing, Optional accountId As String = Nothing, Optional accountDomain As String = Nothing, Optional systemData As SystemData = Nothing)

Parameter

location
String

Der geografische Standort, an dem sich die Ressource befindet

id
String

Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Der Name der Ressource

type
String

Der Typ der Ressource. Z. B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"

tags
IDictionary<String,String>

Ressourcentags.

storageAccountName
String

Der Name des Speicherkontos, das dieser AccountId zugeordnet ist

accountId
String

eindeutige ID eines bestimmten Kontos.

accountDomain
String

Domänenname eines bestimmten Spatial Anchors-Kontos entsprechen

systemData
SystemData

Die Systemmetadaten im Zusammenhang mit einem Objektankerkonto.

Gilt für: