ServicePlan Class

Definition

Model class for a service plan associated with a product.

public sealed class ServicePlan
type ServicePlan = class
Public NotInheritable Class ServicePlan
Inheritance
ServicePlan

Constructors

ServicePlan()

Properties

CapabilityStatus

Gets or sets the service plan status of a service plan.

DisplayName

Gets or sets the localized display name for service plan.

Id

Gets or sets the service plan id.

ServiceName

Gets or sets the service name.

TargetType

Gets or sets the target type of a service plan. It can be used to filter service plans which are applicable to user or tenant. For example, if we need to know all service plans applicable to user , we can filter where target type == "User".

Applies to