NetworkSliceStatus 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.
public enum NetworkSliceStatus
type NetworkSliceStatus =
- Inheritance
-
NetworkSliceStatus
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | The slice status is unknown. This can occur during IWLAN-to-cellular handover when the |
| Configured | 1 | The slice is configured, but has not yet been allowed or rejected. |
| Allowed | 2 | The slice is allowed to be used. |
| RejectedNotAvailableInPlmn | 3 | The slice is rejected because it is not available in the PLMN. |
| RejectedNotAvailableInRegisteredArea | 4 | The slice is rejected because it is not available in the registered area. |
| DefaultConfigured | 5 | The slice is configured by the home operator (HPLMN) by default and is used if configured or allowed slices are not available for the serving PLMN. |