AppConfigurationPublicNetworkAccess 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.
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
Azure SDK for .NET