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_type_name
str
Required

Name of the service type as specified in the service manifest.

service_manifest_name
str
Required

The name of the service manifest in which this service type is defined.

code_package_name
str
Required

The name of the code package that registered the service type.

status
str or ServiceTypeRegistrationStatus
Required

The status of the service type registration on the node. Possible values include: 'Invalid', 'Disabled', 'Enabled', 'Registered'

service_package_activation_id
str
Required

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.