AppConfigurationPublicNetworkAccess Struct

Definition

Control permission for data plane traffic coming from public networks.

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

Constructors

Name Description
AppConfigurationPublicNetworkAccess(String)

Initializes a new instance of AppConfigurationPublicNetworkAccess.

Properties

Name Description
Disabled

Disallow public network access to the data plane.

Enabled

Allow public network access to the data plane.

SecuredByPerimeter

Let network security perimeter configuration control public network access to the data plane.

Methods

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

Name Description
Equality(AppConfigurationPublicNetworkAccess, AppConfigurationPublicNetworkAccess)

Determines if two AppConfigurationPublicNetworkAccess values are the same.

Implicit(String to AppConfigurationPublicNetworkAccess)

Converts a string to a AppConfigurationPublicNetworkAccess.

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

Determines if two AppConfigurationPublicNetworkAccess values are not the same.

Applies to