pem.enableSubscription

This method is supported by Operations starting from version 2.3.

This method enables all services provisioned under specified subscription if they were disabled. Moreover, new services can be provisioned under the subscription after this method is called for it.

Note: If pem.disableSubscription method was called for a subscription, then it is not guaranteed that, after calling pem.enableSubscription method, all services will be in the same state as they were just before pem.disableSubscription method was called; it depends on particular kind of services.

The method has the following input parameters:

Name

Type

Short Description

subscription_id

int

The ID of the Subscription to enable.

The method has no output parameters.

See also:

pem.disableSubscription method