Share via


ManagedServicePackageActivationMode Struct

Definition

The activation Mode of the service package.

public readonly struct ManagedServicePackageActivationMode : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServicePackageActivationMode>
type ManagedServicePackageActivationMode = struct
Public Structure ManagedServicePackageActivationMode
Implements IEquatable(Of ManagedServicePackageActivationMode)
Inheritance
ManagedServicePackageActivationMode
Implements

Constructors

ManagedServicePackageActivationMode(String)

Initializes a new instance of ManagedServicePackageActivationMode.

Properties

ExclusiveProcess

Indicates the application package activation mode will use exclusive process.

SharedProcess

Indicates the application package activation mode will use shared process.

Methods

Equals(ManagedServicePackageActivationMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ManagedServicePackageActivationMode, ManagedServicePackageActivationMode)

Determines if two ManagedServicePackageActivationMode values are the same.

Implicit(String to ManagedServicePackageActivationMode)

Converts a string to a ManagedServicePackageActivationMode.

Inequality(ManagedServicePackageActivationMode, ManagedServicePackageActivationMode)

Determines if two ManagedServicePackageActivationMode values are not the same.

Applies to