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