ManagedServiceProperties Class

Definition

The service resource properties. Please note ManagedServiceProperties 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 StatefulServiceProperties and StatelessServiceProperties.

public class ManagedServiceProperties : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceBaseProperties
public class ManagedServiceProperties : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceBaseProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceProperties>
type ManagedServiceProperties = class
    inherit ManagedServiceBaseProperties
type ManagedServiceProperties = class
    inherit ManagedServiceBaseProperties
    interface IJsonModel<ManagedServiceProperties>
    interface IPersistableModel<ManagedServiceProperties>
Public Class ManagedServiceProperties
Inherits ManagedServiceBaseProperties
Public Class ManagedServiceProperties
Inherits ManagedServiceBaseProperties
Implements IJsonModel(Of ManagedServiceProperties), IPersistableModel(Of ManagedServiceProperties)
Inheritance
ManagedServiceProperties
Derived
Implements

Constructors

ManagedServiceProperties(String, ManagedServicePartitionScheme)

Initializes a new instance of ManagedServiceProperties.

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)
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.

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.

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.

ServiceLoadMetrics

The service load metrics is given as an array of ServiceLoadMetric objects.

(Inherited from ManagedServiceBaseProperties)
ServicePackageActivationMode

The activation Mode of the service package.

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)
ServiceTypeName

The name of the service type.

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.

IJsonModel<ManagedServiceProperties>.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.

IPersistableModel<ManagedServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedServiceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to