ArmServicePackageActivationMode Struct
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.
The activation Mode of the service package.
public readonly struct ArmServicePackageActivationMode : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ArmServicePackageActivationMode>
type ArmServicePackageActivationMode = struct
Public Structure ArmServicePackageActivationMode
Implements IEquatable(Of ArmServicePackageActivationMode)
- Inheritance
-
ArmServicePackageActivationMode
- Implements
Constructors
ArmServicePackageActivationMode(String) |
Initializes a new instance of ArmServicePackageActivationMode. |
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(ArmServicePackageActivationMode) |
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(ArmServicePackageActivationMode, ArmServicePackageActivationMode) |
Determines if two ArmServicePackageActivationMode values are the same. |
Implicit(String to ArmServicePackageActivationMode) |
Converts a string to a ArmServicePackageActivationMode. |
Inequality(ArmServicePackageActivationMode, ArmServicePackageActivationMode) |
Determines if two ArmServicePackageActivationMode values are not the same. |
Applies to
Azure SDK for .NET