ICoreApiGetAccount Method |
Gets the account with given account id.
Namespace: Atomia.Provisioning.ServiceAssembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax ProvisioningAccount GetAccount(
string accountId
)
Function GetAccount (
accountId As String
) As ProvisioningAccount
ProvisioningAccount^ GetAccount(
String^ accountId
)
abstract GetAccount :
accountId : string -> ProvisioningAccount
Parameters
- accountId
- Type: SystemString
Account id.
Return Value
Type:
ProvisioningAccountInstance of the
ProvisioningAccount with the given account id.
See Also