InboundSecurityRuleType 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.
Rule Type. This should be either AutoExpire or Permanent. Auto Expire Rule only creates NSG rules. Permanent Rule creates NSG rule and SLB LB Rule.
public readonly struct InboundSecurityRuleType : IEquatable<Azure.ResourceManager.Network.Models.InboundSecurityRuleType>
type InboundSecurityRuleType = struct
Public Structure InboundSecurityRuleType
Implements IEquatable(Of InboundSecurityRuleType)
- Inheritance
-
InboundSecurityRuleType
- Implements
Constructors
InboundSecurityRuleType(String) |
Initializes a new instance of InboundSecurityRuleType. |
Properties
AutoExpire |
AutoExpire. |
Permanent |
Permanent. |
Methods
Equals(InboundSecurityRuleType) |
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(InboundSecurityRuleType, InboundSecurityRuleType) |
Determines if two InboundSecurityRuleType values are the same. |
Implicit(String to InboundSecurityRuleType) |
Converts a string to a InboundSecurityRuleType. |
Inequality(InboundSecurityRuleType, InboundSecurityRuleType) |
Determines if two InboundSecurityRuleType values are not the same. |
Applies to
Azure SDK for .NET