StatefulServiceProperties Class

Definition

The properties of a stateful service resource.

public class StatefulServiceProperties : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceProperties
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
type StatefulServiceProperties = class
    inherit ManagedServiceProperties
    interface IJsonModel<StatefulServiceProperties>
    interface IPersistableModel<StatefulServiceProperties>
Public Class StatefulServiceProperties
Inherits ManagedServiceProperties
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

IJsonModel<ManagedServiceBaseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ManagedServiceBaseProperties)
IJsonModel<ManagedServiceBaseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ManagedServiceBaseProperties)
IJsonModel<ManagedServiceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ManagedServiceProperties)
IJsonModel<ManagedServiceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ManagedServiceProperties)
IJsonModel<StatefulServiceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StatefulServiceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedServiceBaseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ManagedServiceBaseProperties)
IPersistableModel<ManagedServiceBaseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ManagedServiceBaseProperties)
IPersistableModel<ManagedServiceBaseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ManagedServiceBaseProperties)
IPersistableModel<ManagedServiceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ManagedServiceProperties)
IPersistableModel<ManagedServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ManagedServiceProperties)
IPersistableModel<ManagedServiceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ManagedServiceProperties)
IPersistableModel<StatefulServiceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StatefulServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StatefulServiceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to