AccountInformation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.