ServiceDescription.ServicePackageActivationMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ServicePackageActivationMode of a service.
public System.Fabric.Description.ServicePackageActivationMode ServicePackageActivationMode { get; set; }
member this.ServicePackageActivationMode : System.Fabric.Description.ServicePackageActivationMode with get, set
Public Property ServicePackageActivationMode As ServicePackageActivationMode
Property Value
A ServicePackageActivationMode enumeration that represents activation mode of the service package that contains the ServiceTypeName and will be activated to host the replica(s) or instance(s) of the service described by this ServiceDescription object. Please see ServicePackageActivationMode for more details.
Applies to
Azure SDK for .NET