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