ServiceTypeInfo Class

Information about a service type that is defined in a service manifest of a provisioned application type.

Inheritance
ServiceTypeInfo

Constructor

ServiceTypeInfo(*, service_type_description=None, service_manifest_name: Optional[str] = None, service_manifest_version: Optional[str] = None, is_service_group: Optional[bool] = None, **kwargs)

Parameters

service_type_description
ServiceTypeDescription
Required

Describes a service type defined in the service manifest of a provisioned application type. The properties the ones defined in the service manifest.

service_manifest_name
str
Required

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

service_manifest_version
str
Required

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

is_service_group
bool
Required

Indicates whether the service is a service group. If it is, the property value is true otherwise false.