Sdílet prostřednictvím


ObjectAnchorsAccount Constructors

Definition

Overloads

ObjectAnchorsAccount()

Initializes a new instance of the ObjectAnchorsAccount class.

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

Initializes a new instance of the ObjectAnchorsAccount class.

ObjectAnchorsAccount()

Initializes a new instance of the ObjectAnchorsAccount class.

public ObjectAnchorsAccount ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ObjectAnchorsAccount class.

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)

Parameters

location
String

The geo-location where the resource lives

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

tags
IDictionary<String,String>

Resource tags.

storageAccountName
String

The name of the storage account associated with this accountId

accountId
String

unique id of certain account.

accountDomain
String

Correspond domain name of certain Spatial Anchors Account

systemData
SystemData

The system metadata related to an object anchors account.

Applies to