InboundSecurityRuleData Class
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.
A class representing the InboundSecurityRule data model. NVA Inbound Security Rule resource.
public class InboundSecurityRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.InboundSecurityRuleData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.InboundSecurityRuleData>
type InboundSecurityRuleData = class
inherit NetworkResourceData
interface IJsonModel<InboundSecurityRuleData>
interface IPersistableModel<InboundSecurityRuleData>
Public Class InboundSecurityRuleData
Inherits NetworkResourceData
Implements IJsonModel(Of InboundSecurityRuleData), IPersistableModel(Of InboundSecurityRuleData)
- Inheritance
- Implements
Constructors
InboundSecurityRuleData() |
Initializes a new instance of InboundSecurityRuleData. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Rules |
List of allowed rules. |
RuleType |
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. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET