IssueType Struct
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 readonly struct IssueType : IEquatable<Azure.ResourceManager.CosmosDB.Models.IssueType>
type IssueType = struct
Public Structure IssueType
Implements IEquatable(Of IssueType)
- Inheritance
-
IssueType
- Implements
Constructors
IssueType(String) |
Initializes a new instance of IssueType. |
Properties
ConfigurationPropagationFailure |
An error occurred while applying the network security perimeter (NSP) configuration. |
MissingIdentityConfiguration |
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. |
MissingPerimeterConfiguration |
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. |
Unknown |
Unknown issue type. |
Methods
Equals(IssueType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(IssueType, IssueType) |
Determines if two IssueType values are the same. |
Implicit(String to IssueType) | |
Inequality(IssueType, IssueType) |
Determines if two IssueType values are not the same. |