ProvisioningFailureReason 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.
Indicates the reason for the failure of a provisioning operation.
public enum class ProvisioningFailureReason
public enum ProvisioningFailureReason
type ProvisioningFailureReason =
Public Enum ProvisioningFailureReason
- Inheritance
-
ProvisioningFailureReason
Fields
Name | Value | Description |
---|---|---|
ConfigurationDataInaccessible | 0 | Could not connect to the underlying source of data. |
ApplicationNotFound | 1 | The application with the given id does not exist or a default port has not been configured for the application. |
InvalidConfiguration | 2 | One or more setting is invalid. |