NetworkAccess 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.
Access to be allowed or denied.
public readonly struct NetworkAccess : IEquatable<Azure.ResourceManager.Network.Models.NetworkAccess>
type NetworkAccess = struct
Public Structure NetworkAccess
Implements IEquatable(Of NetworkAccess)
- Inheritance
-
NetworkAccess
- Implements
Constructors
NetworkAccess(String) |
Initializes a new instance of NetworkAccess. |
Properties
Allow |
Allow. |
Deny |
Deny. |
Methods
Equals(NetworkAccess) |
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(NetworkAccess, NetworkAccess) |
Determines if two NetworkAccess values are the same. |
Implicit(String to NetworkAccess) |
Converts a string to a NetworkAccess. |
Inequality(NetworkAccess, NetworkAccess) |
Determines if two NetworkAccess values are not the same. |
Applies to
Azure SDK for .NET