Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceTypeInfo

Package version

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

Hierarchy

  • ServiceTypeInfo

Index

Properties

Optional isServiceGroup

isServiceGroup: undefined | false | true

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

Optional serviceManifestName

serviceManifestName: undefined | string

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

Optional serviceManifestVersion

serviceManifestVersion: undefined | string

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

Optional serviceTypeDescription

serviceTypeDescription: ServiceTypeDescriptionUnion

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

Generated using TypeDoc