Click or drag to resize
ICoreApiAddPackageForAccountAsync Method
Adds the package instance for account.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
ProvisioningPackage AddPackageForAccountAsync(
	string accountName,
	ProvisioningPackage package,
	Dictionary<string, string> arguments,
	ref string requestId
)

Parameters

accountName
Type: SystemString
Owner account id.
package
Type: Atomia.Provisioning.BaseProvisioningPackage
Package instance to add.
arguments
Type: System.Collections.GenericDictionaryString, String
List of properties which are used to initialize package when it is added.
requestId
Type: SystemString
The request id.

Return Value

Type: ProvisioningPackage
Package instance which has been added.
See Also