StatelessServiceUpdateDescription Class
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.
Describes changes to the StatelessServiceDescription of a running service performed via UpdateServiceAsync(Uri, ServiceUpdateDescription).
public sealed class StatelessServiceUpdateDescription : System.Fabric.Description.ServiceUpdateDescription
type StatelessServiceUpdateDescription = class
inherit ServiceUpdateDescription
Public NotInheritable Class StatelessServiceUpdateDescription
Inherits ServiceUpdateDescription
- Inheritance
Constructors
StatelessServiceUpdateDescription() |
Initializes a new instance of the StatelessServiceUpdateDescription class with no changes specified. The relevant properties must be explicitly set to specify changes. |
Properties
Correlations |
Gets or sets a list of service correlations. (Inherited from ServiceUpdateDescription) |
DefaultMoveCost |
Gets or sets the default move cost. (Inherited from ServiceUpdateDescription) |
InstanceCloseDelayDuration |
Gets or sets the InstanceCloseDelayDuration |
InstanceCount |
Gets or sets the instance count |
InstanceLifecycleDescription |
Gets or sets the section containing settings how instance will behave during its lifecycle. |
InstanceRestartWaitDuration |
Gets or sets the duration Service Fabric will wait for stateless instance to come up. If intance does not come up within this duration, Service Fabric will create a new replacement instance. |
Kind |
Gets a value indicating the derived type of this instance (e.g. StatelessServiceUpdateDescription or StatefulServiceUpdateDescription). (Inherited from ServiceUpdateDescription) |
Metrics |
Gets or sets a map of service load metric names to service load metric descriptions. (Inherited from ServiceUpdateDescription) |
MinInstanceCount |
Gets or sets the minimum instance count. |
MinInstancePercentage |
Gets or sets the minimum instance percentage. |
PlacementConstraints |
Gets or sets the placement constraints for this service, which restricts the nodes where replicas of this service can be placed. (Inherited from ServiceUpdateDescription) |
PlacementPolicies |
Gets or sets a list of service placement policies. (Inherited from ServiceUpdateDescription) |
RepartitionDescription |
Gets or sets a description of service partitioning changes. (Inherited from ServiceUpdateDescription) |
ScalingPolicies |
Gets or sets the list ScalingPolicyDescription for this service. (Inherited from ServiceUpdateDescription) |
ServiceDnsName |
Gets or sets DNS name for the service. (Inherited from ServiceUpdateDescription) |
ServiceTags |
Gets or sets collection tags that represent service tags. (Inherited from ServiceUpdateDescription) |
Applies to
Azure SDK for .NET