ServicePlan Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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". |