Click or drag to resize
ICoreApiUpdatePackageExtensionLimitations Method
Updates the package extension limitations.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
ProvisioningPackageExtension UpdatePackageExtensionLimitations(
	string accountId,
	long packageExtensionId,
	Dictionary<string, int> limitations,
	bool force
)

Parameters

accountId
Type: SystemString
The account id.
packageExtensionId
Type: SystemInt64
The package extension id.
limitations
Type: System.Collections.GenericDictionaryString, Int32
The limitations.
force
Type: SystemBoolean
If set to true force deletion of service.

Return Value

Type: ProvisioningPackageExtension
Updated package extension.
See Also