StatefulServiceProperties 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.
The properties of a stateful service resource.
public class StatefulServiceProperties : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.StatefulServiceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.StatefulServiceProperties>
type StatefulServiceProperties = class
inherit ManagedServiceProperties
interface IJsonModel<StatefulServiceProperties>
interface IPersistableModel<StatefulServiceProperties>
Public Class StatefulServiceProperties
Inherits ManagedServiceProperties
Implements IJsonModel(Of StatefulServiceProperties), IPersistableModel(Of StatefulServiceProperties)
- Inheritance
- Implements
Constructors
StatefulServiceProperties(String, ManagedServicePartitionScheme) |
Initializes a new instance of StatefulServiceProperties. |
Properties
CorrelationScheme |
A list that describes the correlation of the service with other services. (Inherited from ManagedServiceBaseProperties) |
DefaultMoveCost |
Specifies the move cost for the service. (Inherited from ManagedServiceBaseProperties) |
HasPersistedState |
A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false. |
MinReplicaSetSize |
The minimum replica set size as a number. |
PartitionDescription |
Describes how the service is partitioned. Please note ManagedServicePartitionScheme is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include NamedPartitionScheme, SingletonPartitionScheme and UniformInt64RangePartitionScheme. (Inherited from ManagedServiceProperties) |
PlacementConstraints |
The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)". (Inherited from ManagedServiceBaseProperties) |
ProvisioningState |
The current deployment or provisioning state, which only appears in the response. (Inherited from ManagedServiceProperties) |
QuorumLossWaitDuration |
The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss". |
ReplicaRestartWaitDuration |
The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss". |
ScalingPolicies |
Scaling policies for this service. (Inherited from ManagedServiceBaseProperties) |
ServiceDnsName |
Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable. (Inherited from ManagedServiceProperties) |
ServiceLoadMetrics |
The service load metrics is given as an array of ServiceLoadMetric objects. (Inherited from ManagedServiceBaseProperties) |
ServicePackageActivationMode |
The activation Mode of the service package. (Inherited from ManagedServiceProperties) |
ServicePlacementPolicies |
A list that describes the correlation of the service with other services. Please note ManagedServicePlacementPolicy is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ServicePlacementInvalidDomainPolicy, ServicePlacementNonPartiallyPlaceServicePolicy, ServicePlacementPreferPrimaryDomainPolicy, ServicePlacementRequiredDomainPolicy and ServicePlacementRequireDomainDistributionPolicy. (Inherited from ManagedServiceBaseProperties) |
ServicePlacementTimeLimit |
The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss". |
ServiceTypeName |
The name of the service type. (Inherited from ManagedServiceProperties) |
StandByReplicaKeepDuration |
The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss". |
TargetReplicaSetSize |
The target replica set size as a number. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET