ServiceDisablementExtent Enum
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.
A description of the scope for which a service is disabled. (See ServiceDisabledException)
public enum ServiceDisablementExtent
type ServiceDisablementExtent =
Public Enum ServiceDisablementExtent
- Inheritance
-
ServiceDisablementExtent
Fields
Name | Value | Description |
---|---|---|
User | 0 | Service is disabled for a particular user |
Device | 1 | Service is disabled for a particular device |
Platform | 2 | Service is disabled for a particular platform |
Tenant | 3 | Service is disabled for a particular tenant |