DeployedServiceTypeInfo Class
Information about service type deployed on a node, information such as the status of the service type registration on a node.
- Inheritance
-
DeployedServiceTypeInfo
Constructor
DeployedServiceTypeInfo(*, service_type_name: Optional[str] = None, service_manifest_name: Optional[str] = None, code_package_name: Optional[str] = None, status=None, service_package_activation_id: Optional[str] = None, **kwargs)
Parameters
- service_manifest_name
- str
The name of the service manifest in which this service type is defined.
- status
- str or ServiceTypeRegistrationStatus
The status of the service type registration on the node. Possible values include: 'Invalid', 'Disabled', 'Enabled', 'Registered'
- service_package_activation_id
- str
The ActivationId of a deployed service package. If ServicePackageActivationMode specified at the time of creating the service is 'SharedProcess' (or if it is not specified, in which case it defaults to 'SharedProcess'), then value of ServicePackageActivationId is always an empty string.
Feedback
Submit and view feedback for