BatchIssueType 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 BatchIssueType : IEquatable<Azure.ResourceManager.Batch.Models.BatchIssueType>
type BatchIssueType = struct
Public Structure BatchIssueType
Implements IEquatable(Of BatchIssueType)
- Inheritance
-
BatchIssueType
- Implements
Constructors
BatchIssueType(String) |
Initializes a new instance of BatchIssueType. |
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(BatchIssueType) |
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(BatchIssueType, BatchIssueType) |
Determines if two BatchIssueType values are the same. |
Implicit(String to BatchIssueType) |
Converts a string to a BatchIssueType. |
Inequality(BatchIssueType, BatchIssueType) |
Determines if two BatchIssueType values are not the same. |
Applies to
Azure SDK for .NET