Click or drag to resize
ICoreApiUpdatePackageExtensionLimitationsAsync 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 UpdatePackageExtensionLimitationsAsync(
	string accountId,
	long packageExtensionId,
	Dictionary<string, int> limitations,
	bool force,
	ref string requestId
)

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.
requestId
Type: SystemString
The request id.

Return Value

Type: ProvisioningPackageExtension
Updated package extension.
See Also