Share via


AppConfigurationPublicNetworkAccess Struct

Definition

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

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

Constructors

AppConfigurationPublicNetworkAccess(String)

Initializes a new instance of AppConfigurationPublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(AppConfigurationPublicNetworkAccess)

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(AppConfigurationPublicNetworkAccess, AppConfigurationPublicNetworkAccess)

Determines if two AppConfigurationPublicNetworkAccess values are the same.

Implicit(String to AppConfigurationPublicNetworkAccess)

Converts a string to a AppConfigurationPublicNetworkAccess.

Inequality(AppConfigurationPublicNetworkAccess, AppConfigurationPublicNetworkAccess)

Determines if two AppConfigurationPublicNetworkAccess values are not the same.

Applies to