StatelessServiceTypeDescription Class
Describes a stateless service type defined in the service manifest of a provisioned application type.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.ServiceTypeDescriptionStatelessServiceTypeDescription
Constructor
StatelessServiceTypeDescription(*, is_stateful: Optional[bool] = None, service_type_name: Optional[str] = None, placement_constraints: Optional[str] = None, load_metrics=None, service_placement_policies=None, extensions=None, use_implicit_host: Optional[bool] = None, **kwargs)
Parameters
- is_stateful
- bool
Indicates whether the service type is a stateful service type or a stateless service type. This property is true if the service type is a stateful service type, false otherwise.
- placement_constraints
- str
The placement constraint to be used when instantiating this service in a Service Fabric cluster.
- load_metrics
- list[ServiceLoadMetricDescription]
The service load metrics is given as an array of ServiceLoadMetricDescription objects.
- service_placement_policies
- list[ServicePlacementPolicyDescription]
List of service placement policy descriptions.
- use_implicit_host
- bool
A flag indicating if this type is not implemented and hosted by a user service process, but is implicitly hosted by a system created process. This value is true for services using the guest executable services, false otherwise.
Feedback
Submit and view feedback for