ObjectAnchorsAccount Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ObjectAnchorsAccount() |
Initialise une nouvelle instance de la classe ObjectAnchorsAccount. |
ObjectAnchorsAccount(String, String, String, String, IDictionary<String,String>, ObjectAnchorsAccountIdentity, String, String, String, SystemData) |
Initialise une nouvelle instance de la classe ObjectAnchorsAccount. |
ObjectAnchorsAccount()
Initialise une nouvelle instance de la classe ObjectAnchorsAccount.
public ObjectAnchorsAccount ();
Public Sub New ()
S’applique à
ObjectAnchorsAccount(String, String, String, String, IDictionary<String,String>, ObjectAnchorsAccountIdentity, String, String, String, SystemData)
Initialise une nouvelle instance de la classe ObjectAnchorsAccount.
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)
Paramètres
- location
- String
Emplacement géographique où réside la ressource
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- tags
- IDictionary<String,String>
Balises de ressource.
- identity
- ObjectAnchorsAccountIdentity
- storageAccountName
- String
Nom du compte de stockage associé à ce accountId
- accountId
- String
ID unique de certains comptes.
- accountDomain
- String
Correspond au nom de domaine de certains comptes Spatial Anchors
- systemData
- SystemData
Métadonnées système liées à un compte d’ancres d’objet.
S’applique à
Azure SDK for .NET