DeployedServiceType.ServicePackageActivationId Property

Definition

Gets the ActivationId of service package.

C#
public string ServicePackageActivationId { get; }

Property Value

A string representing ActivationId of deployed service package. If ServicePackageActivationMode specified at the time of creating the service is SharedProcess (or if it is not specified, in which case it defaults to SharedProcess), then value of ServicePackageActivationId is always an empty string. For more details please see ServicePackageActivationMode.

Applies to

Product Versions
Azure SDK for .NET Legacy, Latest