Click or drag to resize

PleskLicenseCost Constructor (ResourceTypes)

Initializes a new entity that describes a plesk license cost or a plesk license addon.

Namespace:  Aruba.Cloud.Provisioning.Entities
Assembly:  Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PleskLicenseCost(
	ResourceTypes resourceType
)

Parameters

resourceType
Type: Aruba.Cloud.Provisioning.EntitiesResourceTypes
Resource type. Allowed values are ResourceTypes.LicensePlesk or ResourceTypes.LicensePleskAddon. If resourceType will not be among the allowed values, an InvalidOperationException will be thrown
See Also