AppConfigurationIssueType Struct

Definition

Type of issue.

public readonly struct AppConfigurationIssueType : IEquatable<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationIssueType>
type AppConfigurationIssueType = struct
Public Structure AppConfigurationIssueType
Implements IEquatable(Of AppConfigurationIssueType)
Inheritance
AppConfigurationIssueType
Implements

Constructors

Name Description
AppConfigurationIssueType(String)

Initializes a new instance of AppConfigurationIssueType.

Properties

Name Description
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

Name Description
Equals(AppConfigurationIssueType)

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

Name Description
Equality(AppConfigurationIssueType, AppConfigurationIssueType)

Determines if two AppConfigurationIssueType values are the same.

Implicit(String to AppConfigurationIssueType)

Converts a string to a AppConfigurationIssueType.

Implicit(String to Nullable<AppConfigurationIssueType>)
Inequality(AppConfigurationIssueType, AppConfigurationIssueType)

Determines if two AppConfigurationIssueType values are not the same.

Applies to