Click or drag to resize
ICoreApiDisablePackageAsync Method
Disables the specified package instance.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
void DisablePackageAsync(
	ProvisioningPackage package,
	string scriptName,
	string accountId,
	ref string requestId
)

Parameters

package
Type: Atomia.Provisioning.BaseProvisioningPackage
The package instance to disable.
scriptName
Type: SystemString
Name of the script which is going to be used to disable package. List of available scripts can be found in Provisioning description for the given package.
accountId
Type: SystemString
Owner account id.
requestId
Type: SystemString
The request id.
See Also