BatchIssueType 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.
Type of issue.
public enum BatchIssueType
type BatchIssueType =
Public Enum BatchIssueType
- Inheritance
-
BatchIssueType
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown issue type. |
| ConfigurationPropagationFailure | 1 | An error occurred while applying the network security perimeter (NSP) configuration. |
| MissingPerimeterConfiguration | 2 | A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. |
| MissingIdentityConfiguration | 3 | An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP. |