Compartir a través de


AccountInformation Constructors

Definition

Overloads

AccountInformation(IntPtr, Boolean)
AccountInformation(Guid, String, String)

Initializes a new instance of the AccountInformation class. The Id of the Azure Object Anchors account.The key for the Azure Object Anchors account.The domain of the Azure Object Anchors account.

AccountInformation(IntPtr, Boolean)

protected AccountInformation (IntPtr ahandle, bool transfer);
new Microsoft.Azure.ObjectAnchors.AccountInformation : nativeint * bool -> Microsoft.Azure.ObjectAnchors.AccountInformation
Protected Sub New (ahandle As IntPtr, transfer As Boolean)

Parameters

ahandle
IntPtr

nativeint

transfer
Boolean

Applies to

AccountInformation(Guid, String, String)

Initializes a new instance of the AccountInformation class. The Id of the Azure Object Anchors account.The key for the Azure Object Anchors account.The domain of the Azure Object Anchors account.

public AccountInformation (Guid accountId, string accountKey, string accountDomain);
new Microsoft.Azure.ObjectAnchors.AccountInformation : Guid * string * string -> Microsoft.Azure.ObjectAnchors.AccountInformation
Public Sub New (accountId As Guid, accountKey As String, accountDomain As String)

Parameters

accountId
Guid

The Id of the Azure Object Anchors account.

accountKey
String

The key for the Azure Object Anchors account.

accountDomain
String

The domain of the Azure Object Anchors account.

Applies to