InboundSecurityRule.RuleType Property

Definition

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 Azure.Provisioning.BicepValue<Azure.Provisioning.Network.InboundSecurityRuleType> RuleType { get; set; }
member this.RuleType : Azure.Provisioning.BicepValue<Azure.Provisioning.Network.InboundSecurityRuleType> with get, set
Public Property RuleType As BicepValue(Of InboundSecurityRuleType)

Property Value

Applies to