NetworkSecurityGroupRuleAccess 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.
NetworkSecurityGroupRuleAccess enums.
public readonly struct NetworkSecurityGroupRuleAccess : IEquatable<Azure.Compute.Batch.NetworkSecurityGroupRuleAccess>
type NetworkSecurityGroupRuleAccess = struct
Public Structure NetworkSecurityGroupRuleAccess
Implements IEquatable(Of NetworkSecurityGroupRuleAccess)
- Inheritance
-
NetworkSecurityGroupRuleAccess
- Implements
Constructors
NetworkSecurityGroupRuleAccess(String) |
Initializes a new instance of NetworkSecurityGroupRuleAccess. |
Properties
Allow |
Allow access. |
Deny |
Deny access. |
Methods
Equals(NetworkSecurityGroupRuleAccess) |
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(NetworkSecurityGroupRuleAccess, NetworkSecurityGroupRuleAccess) |
Determines if two NetworkSecurityGroupRuleAccess values are the same. |
Implicit(String to NetworkSecurityGroupRuleAccess) |
Converts a string to a NetworkSecurityGroupRuleAccess. |
Inequality(NetworkSecurityGroupRuleAccess, NetworkSecurityGroupRuleAccess) |
Determines if two NetworkSecurityGroupRuleAccess values are not the same. |
Applies to
Azure SDK for .NET